Uses of Interface
com.liferay.portal.kernel.xml.Node
Packages that use Node
-
Uses of Node in com.liferay.portal.kernel.xml
Subinterfaces of Node in com.liferay.portal.kernel.xmlModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
Methods in com.liferay.portal.kernel.xml that return NodeModifier and TypeMethodDescriptionNode.asXPathResult
(Element parent) Node.detach()
Element.getXPathResult
(int index) Branch.node
(int index) Node.selectSingleNode
(String xPathExpression) XPath.selectSingleNode
(Object context) Methods in com.liferay.portal.kernel.xml that return types with arguments of type NodeModifier and TypeMethodDescriptionBranch.content()
Branch.nodeIterator()
Node.selectNodes
(String xPathExpression) Node.selectNodes
(String xPathExpression, String comparisonXPathExpression) Node.selectNodes
(String xPathExpression, String comparisonXPathExpression, boolean removeDuplicates) SAXReader.selectNodes
(String xPathFilterExpression, Node node) SAXReader.selectNodes
(String xPathFilterExpression, List<Node> nodes) SAXReaderUtil.selectNodes
(String xPathFilterExpression, Node node) SAXReaderUtil.selectNodes
(String xPathFilterExpression, List<Node> nodes) XPath.selectNodes
(Object context) XPath.selectNodes
(Object context, XPath sortXPath) XPath.selectNodes
(Object context, XPath sortXPath, boolean distinct) Methods in com.liferay.portal.kernel.xml with parameters of type NodeModifier and TypeMethodDescriptionvoid
protected abstract T
BaseVisitor.handleNode
(Node node) int
boolean
boolean
SAXReader.selectNodes
(String xPathFilterExpression, Node node) SAXReaderUtil.selectNodes
(String xPathFilterExpression, Node node) Method parameters in com.liferay.portal.kernel.xml with type arguments of type NodeModifier and TypeMethodDescriptionSAXReader.selectNodes
(String xPathFilterExpression, List<Node> nodes) SAXReaderUtil.selectNodes
(String xPathFilterExpression, List<Node> nodes) void
Branch.setContent
(List<Node> content) void
void
static void
static void
void
void