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 Node
public Map getAttributes()
getAttributes
in interface Node
public List getChildren(QName name)
getChildren
in interface Node
public QName getNodeName()
getNodeName
in interface Node
public void setAttribute(QName name, String value)
setAttribute
in interface Node
public boolean hasAttribute(QName name)
hasAttribute
in interface Node
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.