public interface Node
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) |
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.