java.lang.Object
org.xmlobjects.schema.SchemaHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyFrom(SchemaHandler other) com.sun.xml.xsom.parser.AnnotationParserFactorySource[]com.sun.xml.xsom.XSSchemaSetgetSchemaSet(String namespaceURI) voidparseSchema(File file) voidparseSchema(InputStream stream) voidparseSchema(Reader reader) voidparseSchema(String systemId) voidparseSchema(String namespaceURI, String schemaLocation) voidparseSchema(URL url) voidparseSchema(Path file) voidregisterSchemaLocation(String namespaceURI, File file) voidregisterSchemaLocation(String namespaceURI, Path file) voidresolveAndParseSchema(String namespaceURI) voidsetAnnotationParserFactory(com.sun.xml.xsom.parser.AnnotationParserFactory annotationParserFactory) voidsetErrorHandler(ErrorHandler errorHandler)
-
Field Details
-
schemas
-
visitedSchemaLocations
-
-
Constructor Details
-
SchemaHandler
public SchemaHandler() -
SchemaHandler
-
-
Method Details
-
getErrorHandler
-
setErrorHandler
-
getAnnotationParserFactory
public com.sun.xml.xsom.parser.AnnotationParserFactory getAnnotationParserFactory() -
setAnnotationParserFactory
public void setAnnotationParserFactory(com.sun.xml.xsom.parser.AnnotationParserFactory annotationParserFactory) -
registerSchemaLocation
-
registerSchemaLocation
-
parseSchema
- Throws:
SchemaHandlerException
-
parseSchema
- Throws:
SchemaHandlerException
-
parseSchema
- Throws:
SchemaHandlerException
-
parseSchema
- Throws:
SchemaHandlerException
-
parseSchema
- Throws:
SchemaHandlerException
-
parseSchema
- Throws:
SchemaHandlerException
-
parseSchema
- Throws:
SchemaHandlerException
-
resolveAndParseSchema
- Throws:
SchemaHandlerException
-
getSchemaSet
-
getSchemas
-
getTargetNamespaces
-
copyFrom
-