|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathFactory | |
org.apache.xalan.xpath | |
org.apache.xalan.xpath.dtm | |
org.apache.xalan.xpath.xml | |
org.apache.xalan.xslt |
Uses of XPathFactory in org.apache.xalan.xpath |
Methods in org.apache.xalan.xpath that return XPathFactory | |
static XPathFactory |
SimpleNodeLocator.factory()
**For advanced use only** Create an XPathFactory for this XLocator. |
Uses of XPathFactory in org.apache.xalan.xpath.dtm |
Methods in org.apache.xalan.xpath.dtm that return XPathFactory | |
XPathFactory |
DTMLiaison.getDefaultXPathFactory()
**For internal use only** Get a factory to create XPaths. |
Uses of XPathFactory in org.apache.xalan.xpath.xml |
Methods in org.apache.xalan.xpath.xml that return XPathFactory | |
XPathFactory |
XMLParserLiaisonDefault.getDefaultXPathFactory()
Get a factory to create XPaths. |
XPathFactory |
XMLParserLiaison.getDefaultXPathFactory()
Get a factory to create XPaths. |
Uses of XPathFactory in org.apache.xalan.xslt |
Methods in org.apache.xalan.xslt that return XPathFactory | |
XPathFactory |
Stylesheet.getXPathFactory()
Get the factory for making xpaths. |
Methods in org.apache.xalan.xslt with parameters of type XPathFactory | |
static XSLTProcessor |
XSLTProcessorFactory.getProcessor(XMLParserLiaison parserLiaison,
XPathFactory xpathFactory)
Get a new XSLTProcessor that will use the specified XMLParserLiaison and XPathFactory to interact with a given XML parser. |
void |
Stylesheet.setXPathFactory(XPathFactory factory)
Set the factory for making XPaths. |
Constructors in org.apache.xalan.xslt with parameters of type XPathFactory | |
AVTPartXPath.AVTPartXPath(java.lang.String val,
PrefixResolver nsNode,
XPathProcessor xpathProcessor,
XPathFactory factory,
XMLParserLiaison liaison)
**For internal use only** Construct a simple AVT part. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |