public interface XML2ClassInterface
| Modifier and Type | Method and Description |
|---|---|
void |
parseNode(java.lang.String nodeName,
XMLParser parser,
boolean depth) |
void parseNode(java.lang.String nodeName,
XMLParser parser,
boolean depth)
throws java.lang.Exception
nodeName - is the name of the node ie. <element> then nodeName = 'element'.parser - contains the node itelfdepth - if set true means that the parser has moved in a node. i.e. <root><root1> -> when parser reaches root1 then depth = true;java.lang.Exception