Package | Description |
---|---|
com.hfg.xml |
Classes for XML handling.
|
Modifier and Type | Method and Description |
---|---|
static XMLSpec |
XMLSpec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLSpec[] |
XMLSpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
XMLBasedDoc |
XMLBasedDoc.setSpec(XMLSpec inValue) |
XMLDoc |
XMLDoc.setSpec(XMLSpec inValue) |
jataylor@hairyfatguy.com