public abstract class XML2ClassChar extends java.lang.Object implements XML2ClassCharInterface
| Constructor and Description |
|---|
XML2ClassChar() |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(XMLParserChar parser)
This version of the XML2Class parse doesn't provide depth (how many
levels in from root) information for the node.
|
void |
parse(XMLParserChar parser,
char[][] nameSpaces)
This version of the XML2Class parse doesn't provide depth (how many
levels in from root) information for the node.
|
void |
parse(XMLParserChar parser,
java.lang.String nameSpace)
This version of the XML2Class parse doesn't provide depth (how many
levels in from root) information for the node.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseNodepublic void parse(XMLParserChar parser)
parser - is the XMLParser for the node to process.public void parse(XMLParserChar parser, java.lang.String nameSpace)
parser - is the XMLParser for the node to process.nameSpace - only process elements with this namespacepublic void parse(XMLParserChar parser, char[][] nameSpaces)
parser - is the XMLParser for the node to process.nameSpaces - only process elements with these namespaces