Liferay 6.0.5

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

Packages that use Node
com.liferay.portal.kernel.xml   
com.liferay.portal.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)
           
 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)
           
 

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)
           
 

Uses of Node in com.liferay.portal.xml
 

Classes in com.liferay.portal.xml that implement Node
 class AttributeImpl
           
 class BranchImpl
           
 class CDATAImpl
           
 class CommentImpl
           
 class DocumentImpl
           
 class ElementImpl
           
 class EntityImpl
           
 class NamespaceImpl
           
 class NodeImpl
           
 class ProcessingInstructionImpl
           
 class TextImpl
           
 

Methods in com.liferay.portal.xml that return Node
 Node NodeImpl.asXPathResult(Element parent)
           
 Node NodeImpl.detach()
           
 Node ElementImpl.getXPathResult(int index)
           
 Node BranchImpl.node(int index)
           
 Node XPathImpl.selectSingleNode(Object context)
           
 Node NodeImpl.selectSingleNode(String xpathExpression)
           
 

Methods in com.liferay.portal.xml that return types with arguments of type Node
 List<Node> BranchImpl.content()
           
 Iterator<Node> BranchImpl.nodeIterator()
           
 List<Node> XPathImpl.selectNodes(Object context)
           
 List<Node> XPathImpl.selectNodes(Object context, XPath sortXPath)
           
 List<Node> XPathImpl.selectNodes(Object context, XPath sortXPath, boolean distinct)
           
 List<Node> NodeImpl.selectNodes(String xpathExpression)
           
 List<Node> SAXReaderImpl.selectNodes(String xpathFilterExpression, List<Node> nodes)
           
 List<Node> SAXReaderImpl.selectNodes(String xpathFilterExpression, Node node)
           
 List<Node> NodeImpl.selectNodes(String xpathExpression, String comparisonXPathExpression)
           
 List<Node> NodeImpl.selectNodes(String xpathExpression, String comparisonXPathExpression, boolean removeDuplicates)
           
static List<Node> SAXReaderImpl.toNewNodes(List<org.dom4j.Node> oldNodes)
           
 

Methods in com.liferay.portal.xml with parameters of type Node
 void BranchImpl.add(Node node)
           
 int BranchImpl.indexOf(Node node)
           
 boolean XPathImpl.matches(Node node)
           
 boolean BranchImpl.remove(Node node)
           
 List<Node> SAXReaderImpl.selectNodes(String xpathFilterExpression, Node node)
           
 

Method parameters in com.liferay.portal.xml with type arguments of type Node
 List<Node> SAXReaderImpl.selectNodes(String xpathFilterExpression, List<Node> nodes)
           
 void BranchImpl.setContent(List<Node> content)
           
 void XPathImpl.sort(List<Node> nodes)
           
 void XPathImpl.sort(List<Node> nodes, boolean distinct)
           
 void SAXReaderImpl.sort(List<Node> nodes, String xpathExpression)
           
 void SAXReaderImpl.sort(List<Node> nodes, String xpathExpression, boolean distinct)
           
static List<org.dom4j.Node> SAXReaderImpl.toOldNodes(List<Node> newNodes)
           
 


Liferay 6.0.5