Uses of Class
com.sun.tools.txw2.model.NodeSet
-
Packages that use NodeSet Package Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected NodeSet
XmlSchemaBuilder. nodeSet
Methods in com.sun.tools.txw2.builder.xsd that return NodeSet Modifier and Type Method Description static NodeSet
XmlSchemaBuilder. build(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 Modifier and Type Method Description protected void
Leaf. createDataMethod(JDefinedClass clazz, JType valueType, NodeSet nset, java.util.Set<Prop> props)
Creates a prop of the data value method.JType
Data. getDatatype(NodeSet nset)
JType
List. getDatatype(NodeSet nset)
JType
Text. getDatatype(NodeSet nset)
Obtains the Java class of thisText
.JType
Value. getDatatype(NodeSet nset)
-