public abstract class XML2Class extends java.lang.Object implements XML2ClassInterface
| Constructor and Description |
|---|
XML2Class() |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(XMLParser parser)
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(XMLParser parser) throws java.lang.Exception
parser - is the XMLParser for the node to process.java.lang.Exception