Uses of Class
com.sun.xml.xsom.impl.SchemaImpl
-
Packages that use SchemaImpl 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 SchemaImpl in com.sun.xml.xsom.impl
Methods in com.sun.xml.xsom.impl that return SchemaImpl Modifier and Type Method Description SchemaImplSchemaSetImpl. createSchema(String targetNamespace, Locator location)Gets a reference to the existing schema or creates a new one if none exists yet.SchemaImplComponentImpl. getOwnerSchema() -
Uses of SchemaImpl in com.sun.xml.xsom.impl.parser
Fields in com.sun.xml.xsom.impl.parser declared as SchemaImpl Modifier and Type Field Description SchemaImplNGCCRuntimeEx. currentSchemaThe schema currently being parsed.Methods in com.sun.xml.xsom.impl.parser that return SchemaImpl Modifier and Type Method Description SchemaImplSchemaDocumentImpl. getSchema()Constructors in com.sun.xml.xsom.impl.parser with parameters of type SchemaImpl Constructor Description AttGroup(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)Attribute(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)ComplexType(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)Element(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)IdentityConstraint(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)ModelGroup(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)SchemaDocumentImpl(SchemaImpl schema, String _schemaDocumentURI)SimpleType(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)Type(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
-