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

Packages that use SchemaSetImpl
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 SchemaSetImpl in com.sun.xml.xsom.impl
 

Fields in com.sun.xml.xsom.impl declared as SchemaSetImpl
protected  SchemaSetImpl SchemaImpl.parent
           
 

Methods in com.sun.xml.xsom.impl that return SchemaSetImpl
 SchemaSetImpl SchemaImpl.getRoot()
           
 

Constructors in com.sun.xml.xsom.impl with parameters of type SchemaSetImpl
SchemaImpl(SchemaSetImpl _parent, Locator loc, String tns)
           
 

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

Fields in com.sun.xml.xsom.impl.parser declared as SchemaSetImpl
 SchemaSetImpl ParserContext.schemaSet
          SchemaSet to which a newly parsed schema is put in.
 



Copyright © 2012 Oracle. All Rights Reserved.