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 NodeSetSchemaBuilder. 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 NodeSetXmlSchemaBuilder. nodeSetMethods in com.sun.tools.txw2.builder.xsd that return NodeSet Modifier and Type Method Description static NodeSetXmlSchemaBuilder. 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 Modifier and Type Method Description protected voidLeaf. 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.JTypeData. getDatatype(NodeSet nset)com.sun.codemodel.JTypeList. getDatatype(NodeSet nset)com.sun.codemodel.JTypeText. getDatatype(NodeSet nset)Obtains the Java class of thisText.com.sun.codemodel.JTypeValue. getDatatype(NodeSet nset)
-