Package | Description |
---|---|
com.pega.pegarules.parserule |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
XMLNodeList.addXMLNode(XMLNode xmlNode)
append the xmlNode to the list.
|
XMLNode |
XMLNode.appendChild(XMLNode child) |
void |
XMLNode.setParentNode(XMLNode parent) |
Copyright © 2015 Pegasystems Inc. All Rights Reserved.