Uses of Class
com.sun.tools.txw2.TxwOptions
-
Packages that use TxwOptions 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 TxwOptions in com.sun.tools.txw2
Methods in com.sun.tools.txw2 with parameters of type TxwOptions Modifier and Type Method Description NodeSet
SchemaBuilder. build(TxwOptions options)
static int
Main. run(TxwOptions opts)
Constructors in com.sun.tools.txw2 with parameters of type TxwOptions Constructor Description Main(TxwOptions opts)
-
Uses of TxwOptions in com.sun.tools.txw2.builder.xsd
Methods in com.sun.tools.txw2.builder.xsd with parameters of type TxwOptions Modifier and Type Method Description static NodeSet
XmlSchemaBuilder. build(XSSchemaSet xs, TxwOptions opts)
-
Uses of TxwOptions in com.sun.tools.txw2.model
Methods in com.sun.tools.txw2.model with parameters of type TxwOptions Modifier and Type Method Description void
NodeSet. write(TxwOptions opts)
Generate codeConstructors in com.sun.tools.txw2.model with parameters of type TxwOptions Constructor Description NodeSet(TxwOptions opts, Leaf entry)
-