Uses of Class
com.sun.xml.xsom.impl.SchemaImpl

Packages that use SchemaImpl
com.sun.xml.xsom.impl Implementation of the com.sun.xml.xsom package. 
com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds an XSSchemaSet object. 
 

Uses of SchemaImpl in com.sun.xml.xsom.impl
 

Methods in com.sun.xml.xsom.impl that return SchemaImpl
 SchemaImpl SchemaSetImpl.createSchema(String targetNamespace, Locator location)
          Gets a reference to the existing schema or creates a new one if none exists yet.
 SchemaImpl ComponentImpl.getOwnerSchema()
           
 

Uses of SchemaImpl in com.sun.xml.xsom.impl.parser
 

Fields in com.sun.xml.xsom.impl.parser declared as SchemaImpl
 SchemaImpl NGCCRuntimeEx.currentSchema
          The schema currently being parsed.
 

Methods in com.sun.xml.xsom.impl.parser that return SchemaImpl
 SchemaImpl SchemaDocumentImpl.getSchema()
           
 

Constructors in com.sun.xml.xsom.impl.parser with parameters of type SchemaImpl
DelayedRef.AttGroup(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.Attribute(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.ComplexType(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.Element(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.IdentityConstraint(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.ModelGroup(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.SimpleType(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.Type(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
SchemaDocumentImpl(SchemaImpl schema, String _schemaDocumentURI)
           
 



Copyright © 2012 Oracle. All Rights Reserved.