public interface IXMLElement
Copyright Micro Focus GmbH.
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Gets the element's attributes.
|
java.lang.String |
getCharacters()
Gets the content/characters of the XML element.
|
java.util.List<IXMLElement> |
getChildren()
Gets the children elements.
|
java.util.List<IXMLElement> |
getChildren(java.lang.String pName)
Gets a list of XML child elements with the given name (case sensitive).
|
java.lang.String |
getName()
Gets the element's name.
|
java.util.Map<java.lang.String,java.lang.String> getAttributes()
java.lang.String getName()
java.util.List<IXMLElement> getChildren()
null)java.lang.String getCharacters()
E.g.:
<myElement>characters</myElement>
null)java.util.List<IXMLElement> getChildren(java.lang.String pName)
pName - the name of the desired children elementsCopyright © 2015 Micro Focus GmbH. All rights reserved.