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.xsom
package.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSet
object. -
-
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 SchemaDocumentImpl
ComponentImpl. ownerDocument
Methods in com.sun.xml.xsom.impl with parameters of type SchemaDocumentImpl Modifier and Type Method Description WildcardImpl
WildcardImpl. 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 SchemaDocumentImpl
NGCCRuntimeEx. document
Points to theSchemaDocumentImpl
that 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. parsedDocuments
Documents that are parsed already.Map<SchemaDocumentImpl,SchemaDocumentImpl>
ParserContext. parsedDocuments
Documents that are parsed already.
-