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