Liferay 6.2.0

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
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)
           
 


Liferay 6.2.0