public class DomainNode extends java.lang.Object implements HasDomainNodes
| Constructor and Description |
|---|
DomainNode(XMLElementDefinition concept)
Instantiates a new domain node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(DomainNode newNode)
Adds the child.
|
boolean |
contains(javax.xml.namespace.QName qNameValue)
Contains.
|
java.util.Iterator<DomainNode> |
getChildren()
Returns an iterator over domain nodes.
|
XMLElementDefinition |
getConcept()
Gets the concept.
|
java.lang.String |
toString() |
public DomainNode(XMLElementDefinition concept)
concept - the conceptpublic void addChild(DomainNode newNode)
newNode - the new nodepublic XMLElementDefinition getConcept()
public java.util.Iterator<DomainNode> getChildren()
HasDomainNodesgetChildren in interface HasDomainNodespublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean contains(javax.xml.namespace.QName qNameValue)
qNameValue - the q name value