| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xpath.external |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| jdk7u.jaxp.org.apache.xpath.external.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
| jdk7u.jaxp.org.apache.xpath.external.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
| Constructor and Description |
|---|
NodeSetDTM(NodeSetDTM nodelist)
Create a NodeSetDTM, and copy the members of the
given NodeSetDTM into it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RTFIterator |
| Modifier and Type | Method and Description |
|---|---|
NodeSetDTM |
XNodeSet.mutableNodeset()
Cast result object to a mutableNodeset.
|
NodeSetDTM |
XObject.mutableNodeset()
Cast result object to a nodelist.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.