|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.xml.validation.SchemaFactoryLoader
public abstract class SchemaFactoryLoader
SchemaFactory
를 작성하는 팩토리입니다.
이 클래스에서는 사용하지 말아 주세요.
이 클래스는, JSR-206 표준화 과정의 초기 제안의 일부로서 도입되었습니다. 이 제안은 최종적으로 파기되었습니다만, 이 클래스는 잘못해 소스 트리에 남겨져 최종 버젼에 포함되어 있습니다.
이 클래스는, 어느 JAXP 1.3 또는 JAXP 1.4 의 처리에도 관여하지 않습니다. 사용자 또는 JAXP 의 구현이 사용 해서는 안됩니다.
생성자 의 개요 | |
---|---|
protected |
SchemaFactoryLoader ()
아무것도 실시하지 않는 생성자 입니다. |
메소드의 개요 | |
---|---|
abstract SchemaFactory |
newFactory (String schemaLanguage)
지정된 schema 언어의 새로운 SchemaFactory 객체를 작성합니다. |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
생성자 의 상세 |
---|
protected SchemaFactoryLoader()
메소드의 상세 |
---|
public abstract SchemaFactory newFactory(String schemaLanguage)
SchemaFactory
객체를 작성합니다.
schemaLanguage
-
사용 가능한 schema 언어의 리스트를 참조
null
NullPointerException
- schemaLanguage 파라미터가 null 의 경우
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.