Uses of Class
com.sun.xml.xsom.impl.SchemaSetImpl
-
Packages that use SchemaSetImpl 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 SchemaSetImpl in com.sun.xml.xsom.impl
Fields in com.sun.xml.xsom.impl declared as SchemaSetImpl Modifier and Type Field Description protected SchemaSetImpl
SchemaImpl. parent
Methods in com.sun.xml.xsom.impl that return SchemaSetImpl Modifier and Type Method Description SchemaSetImpl
SchemaImpl. getRoot()
Constructors in com.sun.xml.xsom.impl with parameters of type SchemaSetImpl Constructor Description SchemaImpl(SchemaSetImpl _parent, org.xml.sax.Locator loc, java.lang.String tns)
-
Uses of SchemaSetImpl in com.sun.xml.xsom.impl.parser
Fields in com.sun.xml.xsom.impl.parser declared as SchemaSetImpl Modifier and Type Field Description SchemaSetImpl
ParserContext. schemaSet
SchemaSet to which a newly parsed schema is put in.
-