Package com.sun.xml.xsom.impl.parser
Class ParserContext
java.lang.Object
com.sun.xml.xsom.impl.parser.ParserContext
Provides context information to be used by
NGCCRuntimeEx
s.
This class does the actual processing for XSOMParser
,
but to hide the details from the public API, this class in
a different package.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Field Summary
Modifier and TypeFieldDescriptionDocuments that are parsed already.final SchemaSetImpl
SchemaSet to which a newly parsed schema is put in. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(InputSource source) Parses a new XML Schema document.
-
Field Details
-
schemaSet
SchemaSet to which a newly parsed schema is put in. -
parsedDocuments
Documents that are parsed already. Used to avoid cyclic inclusion/double inclusion of schemas. Set ofSchemaDocumentImpl
s. The actual data structure is map fromSchemaDocumentImpl
to itself, so that we can access theSchemaDocumentImpl
itself.
-
-
Constructor Details
-
ParserContext
-
-
Method Details
-
getEntityResolver
-
getAnnotationParserFactory
-
parse
Parses a new XML Schema document.- Throws:
SAXException
-
getResult
- Throws:
SAXException
-
newNGCCRuntime
-