Package | Description |
---|---|
com.liferay.portal.kernel.xml |
Modifier and Type | Interface and Description |
---|---|
interface |
Attribute |
interface |
Branch |
interface |
CDATA |
interface |
Comment |
interface |
Document |
interface |
Element |
interface |
Entity |
interface |
Namespace |
interface |
ProcessingInstruction |
interface |
Text |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 |
BaseVisitor.visitNode(Node node) |
T |
Visitor.visitNode(Node node) |
Modifier and Type | Method and Description |
---|---|
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) |