| Package | Description |
|---|---|
| com.hfg.xml.xsd |
Basic code for Xsd parsing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XsdComplexType
Representation of a complexType element in an XML Schema Definition (XSD) specification.
|
class |
XsdSimpleType
Representation of a simpleType element in an XML Schema Definition (XSD) specification.
|
| Modifier and Type | Method and Description |
|---|---|
XsdType |
XsdElement.getType() |
XsdType |
XsdType.setAnnotation(String inValue) |
XsdType |
XsdType.setNamespace(XMLNamespace inValue) |
| Modifier and Type | Method and Description |
|---|---|
XsdElement |
XsdElement.setType(XsdType inValue) |
jataylor@hairyfatguy.com