Package | Description |
---|---|
com.hfg.chem | |
com.hfg.util |
Various utility classes.
|
com.hfg.xml |
Classes for XML handling.
|
Modifier and Type | Method and Description |
---|---|
static Element |
Element.valueOf(String inString,
Case inCaseSensetive) |
Modifier and Type | Method and Description |
---|---|
static Case |
Case.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Case[] |
Case.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T extends XMLNode> |
XMLContainerImpl.getOptionalSubtagByName(String inTagName,
Case inCaseSensitivity) |
<T extends XMLNode> |
XMLContainerImpl.getOptionalSubtagByName(XMLName inTagName,
Case inCaseSensitivity) |
<T extends XMLNode> |
XMLContainerImpl.getSubtagsByName(String inTagName,
Case inCaseSensitivity,
Recursion inRecursion) |
void |
XMLNode.verifyTagName(String inTagName,
Case inCaseSensitivity) |
void |
XMLTag.verifyTagName(String inTagName,
Case inCaseSensitivity) |
void |
XMLNode.verifyTagName(XMLName inTagName,
Case inCaseSensitivity) |
void |
XMLTag.verifyTagName(XMLName inTagName,
Case inCaseSensitivity) |
jataylor@hairyfatguy.com