Package | Description |
---|---|
org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
org.apache.xpath.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 |
XObject.mutableNodeset()
Cast result object to a nodelist.
|
NodeSetDTM |
XNodeSet.mutableNodeset()
Cast result object to a mutableNodeset.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.