Uses of Class
com.sun.tools.txw2.model.Define
-
Packages that use Define Package Description com.sun.tools.txw2.model -
-
Uses of Define in com.sun.tools.txw2.model
Subclasses of Define in com.sun.tools.txw2.model Modifier and Type Class Description class
Grammar
Represents a RELAX NG grammar.Fields in com.sun.tools.txw2.model declared as Define Modifier and Type Field Description Define
Ref. def
Methods in com.sun.tools.txw2.model that return Define Modifier and Type Method Description Define
Grammar. get(java.lang.String name)
Methods in com.sun.tools.txw2.model that return types with arguments of type Define Modifier and Type Method Description java.util.Collection<Define>
Grammar. getDefinitions()
Constructors in com.sun.tools.txw2.model with parameters of type Define Constructor Description Ref(org.xml.sax.Locator location, Define def)
-