Package | Description |
---|---|
com.sun.tools.txw2.builder.xsd |
Reads XML Schema grammar from XSOM and builds the model for TXW.
|
com.sun.tools.txw2.model |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<com.sun.xml.xsom.XSAttGroupDecl,Define> |
XmlSchemaBuilder.attGroups
...
|
private java.util.Map<com.sun.xml.xsom.XSComplexType,Define> |
XmlSchemaBuilder.complexTypes
We map complex types to interfaces.
|
private java.util.Map<com.sun.xml.xsom.XSModelGroupDecl,Define> |
XmlSchemaBuilder.modelGroups
We map model groups to interfaces.
|
Modifier and Type | Method and Description |
---|---|
private void |
XmlSchemaBuilder.attHolder(com.sun.xml.xsom.XSAttContainer ct,
Define def) |
Modifier and Type | Class and Description |
---|---|
class |
Grammar
Represents a RELAX NG grammar.
|
Modifier and Type | Field and Description |
---|---|
Define |
Ref.def |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Define> |
Grammar.patterns |
Modifier and Type | Method and Description |
---|---|
Define |
Grammar.get(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Define> |
Grammar.getDefinitions() |
Modifier and Type | Method and Description |
---|---|
private boolean |
NodeSet.add(Define def) |
Constructor and Description |
---|
Ref(org.xml.sax.Locator location,
Define def) |