Uses of Class
wt.util.xml.xpath.XPathFactory

Packages that use XPathFactory
com.ptc.core.query.report.client.queryBuilder   
com.ptc.core.util.xml.common   
com.ptc.windchill.upgrade.history   
wt.load Uses the LoadService to load data into Windchill systems using various loaders. 
wt.query.qml   
wt.util.xml.xpath   
wt.util.xml.xpath.xalan2   
 

Uses of XPathFactory in com.ptc.core.query.report.client.queryBuilder
 

Fields in com.ptc.core.query.report.client.queryBuilder declared as XPathFactory
private static XPathFactory ClassAttributeComponent.xpathFactory
           
 

Uses of XPathFactory in com.ptc.core.util.xml.common
 

Fields in com.ptc.core.util.xml.common declared as XPathFactory
private static XPathFactory XPaths.factory
           
 

Uses of XPathFactory in com.ptc.windchill.upgrade.history
 

Fields in com.ptc.windchill.upgrade.history declared as XPathFactory
private  XPathFactory XmlIUHPersistenceDelegate.xPathFactory_
           
 

Methods in com.ptc.windchill.upgrade.history that return XPathFactory
private  XPathFactory XmlIUHPersistenceDelegate.getXPathFactory()
           
 

Uses of XPathFactory in wt.load
 

Methods in wt.load with parameters of type XPathFactory
private  ArrayList BasicLoader.parseSubNodes(XPathFactory factory_, Document doc, String path)
          This will parse the loadfilelist node for all of the loadFile nodes and return the all of the node's attributes in a vector which is contained in an arraylist to preserve order.
 

Uses of XPathFactory in wt.query.qml
 

Fields in wt.query.qml declared as XPathFactory
private static XPathFactory Util.FACTORY
           
 

Uses of XPathFactory in wt.util.xml.xpath
 

Methods in wt.util.xml.xpath that return XPathFactory
static XPathFactory XPathFactory.createNewFactoryInstance()
          Create a new factory instance of a default implementation.
static XPathFactory XPathFactory.createNewFactoryInstance(String class_name)
          Create a new factory instance of the given concrete class dynamically from its fully qualified class name.
static XPathFactory XPathFactory.createNewFactoryInstance()
          Create a new factory instance of a default implementation.
static XPathFactory XPathFactory.createNewFactoryInstance(String class_name)
          Create a new factory instance of the given concrete class dynamically from its fully qualified class name.
static XPathFactory XPathFactory.createNewFactoryInstance()
          Create a new factory instance of a default implementation.
static XPathFactory XPathFactory.createNewFactoryInstance(String class_name)
          Create a new factory instance of the given concrete class dynamically from its fully qualified class name.
 

Uses of XPathFactory in wt.util.xml.xpath.xalan2
 

Subclasses of XPathFactory in wt.util.xml.xpath.xalan2
 class XPathFactoryXalan2Impl