XSOM 20110809-redhat-3

Uses of Interface
com.sun.xml.xsom.XSSchemaSet

Packages that use XSSchemaSet
com.sun.xml.xsom Interfaces that the client should use to access schema information. 
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. 
com.sun.xml.xsom.impl.util   
com.sun.xml.xsom.parser Classes to parse XML Schema documents into objects of com.sun.xml.xsom package. 
 

Uses of XSSchemaSet in com.sun.xml.xsom
 

Methods in com.sun.xml.xsom that return XSSchemaSet
 XSSchemaSet XSSchema.getRoot()
          Gets the root schema set that includes this schema.
 XSSchemaSet XSComponent.getRoot()
          Gets the root schema set that includes this component.
 

Methods in com.sun.xml.xsom with parameters of type XSSchemaSet
 Collection<XSComponent> SCD.select(XSSchemaSet contextNode)
          Evaluates the SCD against the whole schema and returns the matched nodes.
 XSComponent SCD.selectSingle(XSSchemaSet contextNode)
          Evaluates the SCD against the whole schema set and returns the matched node.
 

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

Classes in com.sun.xml.xsom.impl that implement XSSchemaSet
 class SchemaSetImpl
           
 

Methods in com.sun.xml.xsom.impl that return XSSchemaSet
 XSSchemaSet ComponentImpl.getRoot()
           
 

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

Fields in com.sun.xml.xsom.impl.parser declared as XSSchemaSet
protected  XSSchemaSet DelayedRef.schema
           
 

Methods in com.sun.xml.xsom.impl.parser that return XSSchemaSet
 XSSchemaSet ParserContext.getResult()
           
 

Uses of XSSchemaSet in com.sun.xml.xsom.impl.util
 

Methods in com.sun.xml.xsom.impl.util with parameters of type XSSchemaSet
 void SchemaWriter.visit(XSSchemaSet s)
           
 void SchemaTreeTraverser.visit(XSSchemaSet s)
          Visits the root schema set.
 

Uses of XSSchemaSet in com.sun.xml.xsom.parser
 

Methods in com.sun.xml.xsom.parser that return XSSchemaSet
 XSSchemaSet XSOMParser.getResult()
          Gets the parsed result.
 


XSOM 20110809-redhat-3

Copyright © 2012 Oracle. All Rights Reserved.