public class XMLNode extends Object
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCharacters()  | 
XMLNode | 
getChild(int childIndex)  | 
int | 
getChildCount()  | 
XMLNode | 
getChildElement(String elementName,
               String elemntURI)  | 
List<XMLNode> | 
getChildElements(String elementName,
                String elemntURI)  | 
Copyright © 2018. All rights reserved.