| Modifier and Type | Field and Description |
|---|---|
protected Map |
attributes |
protected QName |
name |
| Constructor and Description |
|---|
SimpleNode(QName nodeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(Node node) |
String |
getAttribute(QName name) |
Map |
getAttributes() |
List |
getChildren(QName name) |
QName |
getNodeName() |
List |
getNodes() |
boolean |
hasAttribute(QName name) |
boolean |
hasChild(QName name) |
void |
setAttribute(QName name,
String value) |
public SimpleNode(QName nodeName)
public String getAttribute(QName name)
getAttribute in interface Nodepublic Map getAttributes()
getAttributes in interface Nodepublic List getChildren(QName name)
getChildren in interface Nodepublic QName getNodeName()
getNodeName in interface Nodepublic void setAttribute(QName name, String value)
setAttribute in interface Nodepublic boolean hasAttribute(QName name)
hasAttribute in interface NodeCopyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.