Uses of Class
org.apache.xml.utils.XMLStringFactory

Packages that use XMLStringFactory
org.apache.xml.dtm   
org.apache.xml.dtm.ref   
org.apache.xml.dtm.ref.dom2dtm   
org.apache.xml.dtm.ref.sax2dtm   
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. 
 

Uses of XMLStringFactory in org.apache.xml.dtm
 

Methods in org.apache.xml.dtm that return XMLStringFactory
 XMLStringFactory DTMManager.getXMLStringFactory()
          Get the XMLStringFactory used for the DTMs.
 

Methods in org.apache.xml.dtm with parameters of type XMLStringFactory
 void DTMManager.setXMLStringFactory(XMLStringFactory xsf)
          Set the XMLStringFactory used for the DTMs.
static DTMManager DTMManager.newInstance(XMLStringFactory xsf)
          Obtain a new instance of a DTMManager.
 

Uses of XMLStringFactory in org.apache.xml.dtm.ref
 

Constructors in org.apache.xml.dtm.ref with parameters of type XMLStringFactory
DTMDefaultBase.DTMDefaultBase(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing)
          Construct a DTMDefaultBase object from a DOM node.
DTMDefaultBaseTraversers.DTMDefaultBaseTraversers(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing)
          Construct a DTMDefaultBaseTraversers object from a DOM node.
DTMDefaultBaseIterators.DTMDefaultBaseIterators(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing)
          Construct a DTMDefaultBaseTraversers object from a DOM node.
DTMDocumentImpl.DTMDocumentImpl(DTMManager mgr, int documentNumber, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory)
          Construct a DTM.
 

Uses of XMLStringFactory in org.apache.xml.dtm.ref.dom2dtm
 

Constructors in org.apache.xml.dtm.ref.dom2dtm with parameters of type XMLStringFactory
DOM2DTM.DOM2DTM(DTMManager mgr, DOMSource domSource, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing)
          Construct a DOM2DTM object from a DOM node.
 

Uses of XMLStringFactory in org.apache.xml.dtm.ref.sax2dtm
 

Constructors in org.apache.xml.dtm.ref.sax2dtm with parameters of type XMLStringFactory
SAX2DTM.SAX2DTM(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing)
          Construct a SAX2DTM object ready to be constructed from SAX2 ContentHandler events.
SAX2RTFDTM.SAX2RTFDTM(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing)
           
 

Uses of XMLStringFactory in org.apache.xpath.objects
 

Subclasses of XMLStringFactory in org.apache.xpath.objects
 class XMLStringFactoryImpl
          **For internal use only** Class XMLStringFactoryImpl creates XString versions of XMLStrings.
 

Methods in org.apache.xpath.objects that return XMLStringFactory
static XMLStringFactory XMLStringFactoryImpl.getFactory()
          Get the XMLStringFactory to pass to DTM construction.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.