| Package | Description |
|---|---|
| org.apache.batik.dom |
Provides an implementation of the DOM level 2 core module.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected AbstractDocument.XPathExpr.Result |
AbstractDocument.XPathExpr.convertBoolean(org.apache.xpath.objects.XObject xo) |
Converts an XObject to a boolean XPathResult.
|
protected AbstractDocument.XPathExpr.Result |
AbstractDocument.XPathExpr.convertNodeIterator(org.apache.xpath.objects.XObject xo,
short type) |
Converts an XObject to a node iterator XPathResult.
|
protected AbstractDocument.XPathExpr.Result |
AbstractDocument.XPathExpr.convertNumber(org.apache.xpath.objects.XObject xo) |
Converts an XObject to a number XPathResult.
|
protected AbstractDocument.XPathExpr.Result |
AbstractDocument.XPathExpr.convertSingleNode(org.apache.xpath.objects.XObject xo,
short type) |
Converts an XObject to a single node XPathResult.
|
protected AbstractDocument.XPathExpr.Result |
AbstractDocument.XPathExpr.convertString(org.apache.xpath.objects.XObject xo) |
Converts an XObject to a string XPathResult.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.