public class XmlNode extends XmlElement
| Constructor and Description |
|---|
XmlNode(String tagName,
List<XmlAttribute> attributes,
int line) |
| Modifier and Type | Method and Description |
|---|---|
List<XmlAttribute> |
getAttributes() |
Map<String,XmlAttribute> |
getAttributesMap() |
List<XmlElement> |
getChildren() |
String |
getNodeDeclaration() |
List<XmlNode> |
getNodes() |
String |
getTagName() |
String |
getTitle() |
void |
toString(StringBuilder sb) |
getEndOffset, getLine, getOffset, getResourceName, toStringpublic XmlNode(String tagName, List<XmlAttribute> attributes, int line)
public String getTagName()
public List<XmlAttribute> getAttributes()
public Map<String,XmlAttribute> getAttributesMap()
public String getTitle()
public void toString(StringBuilder sb)
toString in class XmlElementpublic List<XmlElement> getChildren()
public String getNodeDeclaration()
Copyright © 2014. All rights reserved.