Uses of Class
com.sun.tools.txw2.model.NodeSet
-
Packages that use NodeSet Package Description com.sun.tools.txw2 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.model
Methods in com.sun.tools.txw2.model with parameters of type NodeSet Modifier and Type Method Description protected voidLeaf. createDataMethod(JDefinedClass clazz, JType valueType, NodeSet nset, Set<Prop> props)Creates a prop of the data value method.JTypeData. getDatatype(NodeSet nset)JTypeList. getDatatype(NodeSet nset)JTypeText. getDatatype(NodeSet nset)Obtains the Java class of thisText.JTypeValue. getDatatype(NodeSet nset)
-