|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLNode | |
---|---|
com.pega.pegarules.parserule |
Uses of XMLNode in com.pega.pegarules.parserule |
---|
Methods in com.pega.pegarules.parserule that return XMLNode | |
---|---|
XMLNode |
XMLNode.appendChild(XMLNode child)
|
XMLNode |
XMLNode.getAttributeNode(java.lang.String name)
Method getAttributeNode to create a new XMLNode with name and value given the attribute name. |
XMLNode |
XMLNode.getFirstChild()
|
XMLNode |
XMLNodeList.getFirstNode()
finds the first node of the list. |
XMLNode |
XMLNode.getLastChild()
|
XMLNode |
XMLNodeList.getLastNode()
finds the last node of the list. |
XMLNode |
XMLNodeList.getNextNode()
returns the next node in the list |
XMLNode |
XMLNodeList.getNode(int position)
finds the node at the specified position. |
XMLNode |
XMLNode.getParentNode()
|
Methods in com.pega.pegarules.parserule with parameters of type XMLNode | |
---|---|
void |
XMLNodeList.addXMLNode(XMLNode xmlNode)
append the xmlNode to the list. |
XMLNode |
XMLNode.appendChild(XMLNode child)
|
void |
XMLNode.setParentNode(XMLNode parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |