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
NGCCRuntimeExs.
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
FieldsModifier and TypeFieldDescriptionDocuments that are parsed already.final SchemaSetImplSchemaSet to which a newly parsed schema is put in. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(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 ofSchemaDocumentImpls. The actual data structure is map fromSchemaDocumentImplto itself, so that we can access theSchemaDocumentImplitself.
-
-
Constructor Details
-
ParserContext
-
-
Method Details
-
getEntityResolver
-
getAnnotationParserFactory
-
parse
Parses a new XML Schema document.- Throws:
SAXException
-
getResult
- Throws:
SAXException
-
newNGCCRuntime
-