Package | Description |
---|---|
sequenceextractor | |
xmlhelpers |
Modifier and Type | Method and Description |
---|---|
static void |
ASTPreprocessor.addBlockToBranches(XMLNode block)
Adds a block to all branch statement types (e.g.
|
static void |
ASTPreprocessor.detectIfElseBranches(XMLNode ifstatement)
Detects if/else if/else statements and puts them all under the same branch block.
|
Modifier and Type | Method and Description |
---|---|
XMLNode |
XMLNode.getChildNodeByName(String name)
Returns the first child node of this node by name.
|
XMLNode |
XMLNode.getParentNode()
Returns the parent node of this node.
|
XMLNode |
XMLNode.removeChild(XMLNode child)
Removes and returns the given child from this node.
|
Modifier and Type | Method and Description |
---|---|
List<XMLNode> |
XMLNodeList.subList(int fromIndex)
Returns a sublist of this list fro the given index to the end of the list.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLNode.addNewChildNode(XMLNode newChildNode)
Adds a new child node to this node.
|
void |
XMLNode.addNewChildNodeInTheBeginning(XMLNode newChildNode)
Adds a new child node as the first child node of this node.
|
void |
XMLNode.insertNewParentNode(XMLNode newParentNode)
Replaces the parent node of this node with the given new parent node.
|
XMLNode |
XMLNode.removeChild(XMLNode child)
Removes and returns the given child from this node.
|
void |
XMLNode.replaceChild(XMLNode newChild,
XMLNode oldChild)
Replaces a child node of this node with another new child node.
|
Copyright © 2017. All rights reserved.