Liferay 6.2.0

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

Packages that use Node
com.liferay.portal.kernel.xml   
com.liferay.portal.xml   
com.liferay.portlet.dynamicdatamapping.util   
 

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
abstract  Node Node.asXPathResult(Element parent)
           
abstract  Node Node.detach()
           
abstract  Node Element.getXPathResult(int index)
           
abstract  Node Branch.node(int index)
           
abstract  Node XPath.selectSingleNode(Object context)
           
abstract  Node Node.selectSingleNode(String xPathExpression)
           
 

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

Methods in com.liferay.portal.kernel.xml with parameters of type Node
abstract  void Branch.add(Node node)
           
protected abstract  T BaseVisitor.handleNode(Node node)
           
abstract  int Branch.indexOf(Node node)
           
abstract  boolean XPath.matches(Node node)
           
abstract  boolean Branch.remove(Node node)
           
static List<Node> SAXReaderUtil.selectNodes(String xPathFilterExpression, Node node)
           
abstract  List<Node> SAXReader.selectNodes(String xPathFilterExpression, Node node)
           
abstract  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)
           
abstract  List<Node> SAXReader.selectNodes(String xPathFilterExpression, List<Node> nodes)
           
abstract  void Branch.setContent(List<Node> content)
           
abstract  void XPath.sort(List<Node> nodes)
           
abstract  void XPath.sort(List<Node> nodes, boolean distinct)
           
static void SAXReaderUtil.sort(List<Node> nodes, String xPathExpression)
           
abstract  void SAXReader.sort(List<Node> nodes, String xPathExpression)
           
static void SAXReaderUtil.sort(List<Node> nodes, String xPathExpression, boolean distinct)
           
abstract  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)
           
 

Uses of Node in com.liferay.portlet.dynamicdatamapping.util
 

Methods in com.liferay.portlet.dynamicdatamapping.util that return types with arguments of type Node
protected  List<Node> DDMXMLImpl.getElementsByName(Document document, String name)
           
 


Liferay 6.2.0