Package | Description |
---|---|
org.apache.xalan.xsltc.dom | |
org.apache.xml.dtm | |
org.apache.xml.dtm.ref | |
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.
|
Constructor and Description |
---|
FilterIterator(DTMAxisIterator source,
DTMFilter filter) |
Modifier and Type | Method and Description |
---|---|
abstract DTMIterator |
DTMManager.createDTMIterator(int whatToShow,
DTMFilter filter,
boolean entityReferenceExpansion)
Create a new
DTMIterator based only on a whatToShow
and a DTMFilter. |
Modifier and Type | Method and Description |
---|---|
DTMIterator |
DTMManagerDefault.createDTMIterator(int whatToShow,
DTMFilter filter,
boolean entityReferenceExpansion)
NEEDSDOC Method createDTMIterator
NEEDSDOC @param whatToShow
NEEDSDOC @param filter
NEEDSDOC @param entityReferenceExpansion
NEEDSDOC (createDTMIterator) @return
|
Modifier and Type | Method and Description |
---|---|
DTMFilter |
NodeSetDTM.getFilter()
The filter object used to screen nodes.
|
Modifier and Type | Method and Description |
---|---|
DTMIterator |
XPathContext.createDTMIterator(int whatToShow,
DTMFilter filter,
boolean entityReferenceExpansion)
Create a new
DTMIterator based only on a whatToShow and
a DTMFilter. |
Modifier and Type | Method and Description |
---|---|
DTMFilter |
LocPathIterator.getFilter()
The filter used to screen nodes.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.