Modifier and Type | Method and Description |
---|---|
AxiomNode |
AxiomNode.childAt(int index)
Retrieve the (index)th child of the current element and covered in an AxiomNode
|
AxiomNode |
AxiomNode.getParentNode() |
Modifier and Type | Method and Description |
---|---|
void |
XMLList.addAxiomNode(AxiomNode axiomNode) |
void |
AxiomNode.insertChild(AxiomNode refNode,
AxiomNode nodeToInsert,
int mode) |
XML |
XML.insertChild(AxiomNode refNode,
Object value,
int mode)
Insert the value according to the refNode and mode
If refNode is null then append or prepend the value based on the mode
If refNode is not null then insert value after or before the refNode based on the mode
|
XMLList |
AxiomNodeMatcher.matchAnyLocalName(AxiomNode axiomNode,
XMLList xmlList,
int type,
String namespaceURI) |
XMLList |
AxiomNodeMatcher.matchAnyNamespace(AxiomNode axiomNode,
XMLList xmlList,
int type,
String LocalName,
String namespaceURI) |
XMLList |
AxiomNodeMatcher.matchAnyQName(AxiomNode axiomNode,
XMLList xmlList,
int type) |
XMLList |
AxiomNodeMatcher.matchQName(AxiomNode axiomNode,
XMLList xmlList,
int type,
javax.xml.namespace.QName qname) |
void |
AxiomNode.removeChild(AxiomNode axiomNode) |
protected void |
XML.removeChild(AxiomNode axiomNode) |
void |
AxiomNode.setParentNode(AxiomNode parentNode) |
Copyright © 2013 WSO2. All Rights Reserved.