Uses of Class
com.sun.xml.xsom.impl.parser.SchemaDocumentImpl
-
Packages that use SchemaDocumentImpl Package Description com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject. -
-
Uses of SchemaDocumentImpl in com.sun.xml.xsom.impl
Fields in com.sun.xml.xsom.impl declared as SchemaDocumentImpl Modifier and Type Field Description protected SchemaDocumentImplComponentImpl. ownerDocumentMethods in com.sun.xml.xsom.impl with parameters of type SchemaDocumentImpl Modifier and Type Method Description WildcardImplWildcardImpl. union(SchemaDocumentImpl owner, WildcardImpl rhs) -
Uses of SchemaDocumentImpl in com.sun.xml.xsom.impl.parser
Fields in com.sun.xml.xsom.impl.parser declared as SchemaDocumentImpl Modifier and Type Field Description SchemaDocumentImplNGCCRuntimeEx. documentPoints to theSchemaDocumentImplthat represents the schema document being parsed.Fields in com.sun.xml.xsom.impl.parser with type parameters of type SchemaDocumentImpl Modifier and Type Field Description Map<SchemaDocumentImpl,SchemaDocumentImpl>ParserContext. parsedDocumentsDocuments that are parsed already.Map<SchemaDocumentImpl,SchemaDocumentImpl>ParserContext. parsedDocumentsDocuments that are parsed already.
-