Uses of Class
com.sun.tools.txw2.model.NodeSet

Packages that use NodeSet
com.sun.tools.txw2   
com.sun.tools.txw2.builder.xsd Reads XML Schema grammar from XSOM and builds the model for TXW. 
com.sun.tools.txw2.model   
 

Uses of NodeSet in com.sun.tools.txw2
 

Methods in com.sun.tools.txw2 that return NodeSet
 NodeSet SchemaBuilder.build(TxwOptions options)
           
 

Uses of NodeSet in com.sun.tools.txw2.builder.xsd
 

Fields in com.sun.tools.txw2.builder.xsd declared as NodeSet
protected  NodeSet XmlSchemaBuilder.nodeSet
           
 

Methods in com.sun.tools.txw2.builder.xsd that return NodeSet
static NodeSet XmlSchemaBuilder.build(com.sun.xml.xsom.XSSchemaSet xs, TxwOptions opts)
           
 

Uses of NodeSet in com.sun.tools.txw2.model
 

Methods in com.sun.tools.txw2.model with parameters of type NodeSet
protected  void Leaf.createDataMethod(com.sun.codemodel.JDefinedClass clazz, com.sun.codemodel.JType valueType, NodeSet nset, Set<Prop> props)
          Creates a prop of the data value method.
 com.sun.codemodel.JType Value.getDatatype(NodeSet nset)
           
 com.sun.codemodel.JType Text.getDatatype(NodeSet nset)
          Obtains the Java class of this Text.
 com.sun.codemodel.JType Data.getDatatype(NodeSet nset)
           
 com.sun.codemodel.JType List.getDatatype(NodeSet nset)
           
 



Copyright © 2013 Oracle. All Rights Reserved.