public interface IXMLParserProcessor
Modifier and Type | Method and Description |
---|---|
void |
processRootElement(CXMLElement element)
This function is called by CXMLParser every time a root-element
(@see CXMLElement) is encountered.
|
void processRootElement(CXMLElement element)