Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.xml.Node

Packages that use Node
com.liferay.portal.kernel.xml   
 

Uses of Node in com.liferay.portal.kernel.xml
 

Subinterfaces of Node in com.liferay.portal.kernel.xml
 interface Attribute
           
 interface Branch
           
 interface CDATA
           
 interface Comment
           
 interface Document
           
 interface Element
           
 interface Entity
           
 interface Namespace
           
 interface ProcessingInstruction
           
 interface Text
           
 

Methods in com.liferay.portal.kernel.xml that return Node
 Node Node.asXPathResult(Element parent)
           
 Node Node.detach()
           
 Node Element.getXPathResult(int index)
           
 Node Branch.node(int index)
           
 Node XPath.selectSingleNode(Object context)
           
 Node Node.selectSingleNode(String xPathExpression)
           
 

Methods in com.liferay.portal.kernel.xml that return types with arguments of type Node
 List<Node> Branch.content()
           
 Iterator<Node> Branch.nodeIterator()
           
 List<Node> XPath.selectNodes(Object context)
           
 List<Node> XPath.selectNodes(Object context, XPath sortXPath)
           
 List<Node> XPath.selectNodes(Object context, XPath sortXPath, boolean distinct)
           
 List<Node> Node.selectNodes(String xPathExpression)
           
static List<Node> SAXReaderUtil.selectNodes(String xPathFilterExpression, List<Node> nodes)
           
 List<Node> SAXReader.selectNodes(String xPathFilterExpression, List<Node> nodes)
           
static List<Node> SAXReaderUtil.selectNodes(String xPathFilterExpression, Node node)
           
 List<Node> SAXReader.selectNodes(String xPathFilterExpression, Node node)
           
 List<Node> Node.selectNodes(String xPathExpression, String comparisonXPathExpression)
           
 List<Node> Node.selectNodes(String xPathExpression, String comparisonXPathExpression, boolean removeDuplicates)
           
 

Methods in com.liferay.portal.kernel.xml with parameters of type Node
 void Branch.add(Node node)
           
protected abstract  T BaseVisitor.handleNode(Node node)
           
 int Branch.indexOf(Node node)
           
 boolean XPath.matches(Node node)
           
 boolean Branch.remove(Node node)
           
static List<Node> SAXReaderUtil.selectNodes(String xPathFilterExpression, Node node)
           
 List<Node> SAXReader.selectNodes(String xPathFilterExpression, Node node)
           
 T Visitor.visitNode(Node node)
           
 T BaseVisitor.visitNode(Node node)
           
 

Method parameters in com.liferay.portal.kernel.xml with type arguments of type Node
static List<Node> SAXReaderUtil.selectNodes(String xPathFilterExpression, List<Node> nodes)
           
 List<Node> SAXReader.selectNodes(String xPathFilterExpression, List<Node> nodes)
           
 void Branch.setContent(List<Node> content)
           
 void XPath.sort(List<Node> nodes)
           
 void XPath.sort(List<Node> nodes, boolean distinct)
           
static void SAXReaderUtil.sort(List<Node> nodes, String xPathExpression)
           
 void SAXReader.sort(List<Node> nodes, String xPathExpression)
           
static void SAXReaderUtil.sort(List<Node> nodes, String xPathExpression, boolean distinct)
           
 void SAXReader.sort(List<Node> nodes, String xPathExpression, boolean distinct)
           
 


Liferay 6.2-ce-ga5