Uses of Class
org.enhydra.apache.xerces.utils.StringPool

Packages that use StringPool
org.enhydra.apache.xerces.dom   
org.enhydra.apache.xerces.framework   
org.enhydra.apache.xerces.parsers   
org.enhydra.apache.xerces.readers   
org.enhydra.apache.xerces.utils   
org.enhydra.apache.xerces.validators.common   
org.enhydra.apache.xerces.validators.dtd   
org.enhydra.apache.xerces.validators.schema   
org.enhydra.apache.xerces.validators.schema.identity   
 

Uses of StringPool in org.enhydra.apache.xerces.dom
 

Fields in org.enhydra.apache.xerces.dom declared as StringPool
protected  StringPool DeferredDocumentImpl.fStringPool
          String pool cache.
 

Methods in org.enhydra.apache.xerces.dom that return StringPool
protected  StringPool DeferredDocumentImpl.getStringPool()
          access to string pool.
 

Constructors in org.enhydra.apache.xerces.dom with parameters of type StringPool
DeferredDocumentImpl(StringPool stringPool)
          NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
DeferredDocumentImpl(StringPool stringPool, boolean namespacesEnabled)
          NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
DeferredDocumentImpl(StringPool stringPool, boolean namespaces, boolean grammarAccess)
          Experimental constructor.
 

Uses of StringPool in org.enhydra.apache.xerces.framework
 

Fields in org.enhydra.apache.xerces.framework declared as StringPool
(package private)  StringPool XMLDocumentScanner.fStringPool
           
protected  StringPool XMLParser.fStringPool
           
 

Methods in org.enhydra.apache.xerces.framework with parameters of type StringPool
 void XMLAttrList.reset(StringPool stringPool)
          Reset this instance to an "empty" state.
 void XMLDTDScanner.reset(StringPool stringPool, XMLEntityHandler.CharBuffer literalData)
          Allow XMLDTDScanner to be reused.
static String XMLContentSpec.toString(XMLContentSpec.Provider provider, StringPool stringPool, int contentSpecIndex)
          Returns a string representation of the specified content spec identifier in the form of a DTD element content model.
 void XMLDocumentScanner.reset(StringPool stringPool, XMLEntityHandler.CharBuffer literalData)
          reset the parser so that the instance can be reused
 

Constructors in org.enhydra.apache.xerces.framework with parameters of type StringPool
XMLAttrList(StringPool stringPool)
          Constructor
XMLDTDScanner(StringPool stringPool, XMLErrorReporter errorReporter, XMLEntityHandler entityHandler, XMLEntityHandler.CharBuffer literalData)
           
XMLDocumentScanner(StringPool stringPool, XMLErrorReporter errorReporter, XMLEntityHandler entityHandler, XMLEntityHandler.CharBuffer literalData)
          Constructor
XMLParser(StringPool stringPool)
           
 

Uses of StringPool in org.enhydra.apache.xerces.parsers
 

Constructors in org.enhydra.apache.xerces.parsers with parameters of type StringPool
SAXParser(StringPool stringPool)
           
 

Uses of StringPool in org.enhydra.apache.xerces.readers
 

Methods in org.enhydra.apache.xerces.readers with parameters of type StringPool
static StringReader StringReader.createStringReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, int lineNumber, int columnNumber, int stringHandle, StringPool stringPool, boolean addEnclosingSpaces)
          Allocate a string reader
 void DefaultEntityHandler.reset(StringPool stringPool)
          Reset the entity handler.
 void DefaultEntityHandler.EntityPool.reset(StringPool stringPool)
           
 XMLEntityHandler.EntityReader XMLEntityReaderFactory.createReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, InputSource source, String systemId, boolean xmlDecl, StringPool stringPool)
          Create an entity reader for the source.
 XMLEntityHandler.EntityReader XMLEntityReaderFactory.createCharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, Reader reader, StringPool stringPool)
          Create an entity reader for a character stream.
 XMLEntityHandler.EntityReader XMLEntityReaderFactory.createUTF8Reader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, InputStream data, StringPool stringPool)
          Create an entity reader for a byte stream encoded in UTF-8.
 XMLEntityHandler.EntityReader XMLEntityReaderFactory.createStringReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, int lineNumber, int columnNumber, int stringHandle, StringPool stringPool, boolean addEnclosingSpaces)
          Create an entity reader for data from a String.
abstract  XMLEntityHandler.EntityReader XMLDeclRecognizer.recognize(XMLEntityReaderFactory readerFactory, XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, StringPool stringPool, ChunkyByteArray data, boolean xmlDecl, boolean allowJavaEncodingName)
          Subclasses override this method to support recognizing their encodings.
 XMLEntityHandler.EntityReader UCSRecognizer.recognize(XMLEntityReaderFactory readerFactory, XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, StringPool stringPool, ChunkyByteArray data, boolean xmlDecl, boolean allowJavaEncodingName)
           
 XMLEntityHandler.EntityReader EBCDICRecognizer.recognize(XMLEntityReaderFactory readerFactory, XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, StringPool stringPool, ChunkyByteArray data, boolean xmlDecl, boolean allowJavaEncodingName)
           
 XMLEntityHandler.EntityReader DefaultReaderFactory.createReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, InputSource source, String systemId, boolean xmlDecl, StringPool stringPool)
          Create a reader
 XMLEntityHandler.EntityReader DefaultReaderFactory.createCharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, Reader reader, StringPool stringPool)
          Create an entity reader for a character stream.
 XMLEntityHandler.EntityReader DefaultReaderFactory.createUTF8Reader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, InputStream data, StringPool stringPool)
          Create an entity reader for a byte stream encoded in UTF-8.
 XMLEntityHandler.EntityReader DefaultReaderFactory.createStringReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, int lineNumber, int columnNumber, int stringHandle, StringPool stringPool, boolean addEnclosingSpaces)
          Create an entity reader for data from a String.
 XMLEntityHandler.EntityReader UTF8Recognizer.recognize(XMLEntityReaderFactory readerFactory, XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, StringPool stringPool, ChunkyByteArray data, boolean xmlDecl, boolean allowJavaEncodingName)
           
 

Constructors in org.enhydra.apache.xerces.readers with parameters of type StringPool
DefaultEntityHandler(StringPool stringPool, XMLErrorReporter errorReporter)
           
DefaultEntityHandler.EntityPool(StringPool stringPool, XMLErrorReporter errorReporter, boolean createStandardEntities)
           
AbstractCharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, StringPool stringPool)
          Subclass constructor
UTF8CharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, InputStream dataStream, StringPool stringPool)
           
StreamingCharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, Reader reader, StringPool stringPool)
          Constructor
UCSReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, ChunkyByteArray data, int encoding, StringPool stringPool)
           
CharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, Reader reader, StringPool stringPool)
           
UTF8Reader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, InputStream dataStream, StringPool stringPool)
           
UTF8Recognizer.XMLDeclReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, ChunkyByteArray data, StringPool stringPool)
           
 

Uses of StringPool in org.enhydra.apache.xerces.utils
 

Methods in org.enhydra.apache.xerces.utils with parameters of type StringPool
static CharDataChunk CharDataChunk.createChunk(StringPool stringPool, CharDataChunk prev)
          Public constructor (factory) If there are any free instances available, remove them from the free list and reinitialize them.
static UTF8DataChunk UTF8DataChunk.createChunk(StringPool stringPool, UTF8DataChunk prev)
           
 String QName.toString(StringPool stringPool)
          Returns a string representation of this object.
 

Constructors in org.enhydra.apache.xerces.utils with parameters of type StringPool
ChunkyCharArray(StringPool stringPool)
          Constructor
StringPool.CharArrayRange()
           
 

Uses of StringPool in org.enhydra.apache.xerces.validators.common
 

Fields in org.enhydra.apache.xerces.validators.common declared as StringPool
(package private)  StringPool XMLValidator.fStringPool
           
 

Methods in org.enhydra.apache.xerces.validators.common with parameters of type StringPool
(package private)  String CMAny.toString(StringPool stringPool)
           
 void XMLValidator.resetOrCopy(StringPool stringPool)
          Reset or copy.
 void XMLValidator.reset(StringPool stringPool)
          Reset.
(package private)  String CMLeaf.toString(StringPool stringPool)
           
 void Grammar.printElements(StringPool pool)
           
 

Constructors in org.enhydra.apache.xerces.validators.common with parameters of type StringPool
XMLValidator(StringPool stringPool, XMLErrorReporter errorReporter, DefaultEntityHandler entityHandler, XMLDocumentScanner documentScanner)
          Constructs an XML validator.
 

Uses of StringPool in org.enhydra.apache.xerces.validators.dtd
 

Methods in org.enhydra.apache.xerces.validators.dtd with parameters of type StringPool
 void DTDGrammar.reset(StringPool stringPool)
          Resets the DTD grammar.
 

Constructors in org.enhydra.apache.xerces.validators.dtd with parameters of type StringPool
DTDGrammar(StringPool stringPool)
          Default constructor.
 

Uses of StringPool in org.enhydra.apache.xerces.validators.schema
 

Methods in org.enhydra.apache.xerces.validators.schema that return StringPool
 StringPool SubstitutionGroupComparator.getStringPool()
           
 

Methods in org.enhydra.apache.xerces.validators.schema with parameters of type StringPool
 Vector SchemaGrammar.getElementDeclAllSubstitutionGroupQNames(int elementDeclIndex, GrammarResolver grammarResolver, StringPool stringPool)
           
 void TraverseSchema.doTraverseSchema(Element root, StringPool stringPool, SchemaGrammar schemaGrammar, GrammarResolver grammarResolver)
           
 

Constructors in org.enhydra.apache.xerces.validators.schema with parameters of type StringPool
SubstitutionGroupComparator(GrammarResolver grammarResolver, StringPool stringPool, XMLErrorReporter errorReporter)
           
TraverseSchema(Element root, StringPool stringPool, SchemaGrammar schemaGrammar, GrammarResolver grammarResolver, XMLErrorReporter errorReporter, String schemaURL, EntityResolver entityResolver, boolean fullChecking, GeneralAttrCheck generalAttrCheck, String externalSchemaLocations, String noNamespaceSchemaLocation)
           
TraverseSchema(Element root, StringPool stringPool, SchemaGrammar schemaGrammar, GrammarResolver grammarResolver, XMLErrorReporter errorReporter, String schemaURL, boolean fullChecking, GeneralAttrCheck generalAttrCheck)
           
TraverseSchema(Element root, StringPool stringPool, SchemaGrammar schemaGrammar, GrammarResolver grammarResolver, boolean fullChecking, GeneralAttrCheck generalAttrCheck)
           
 

Uses of StringPool in org.enhydra.apache.xerces.validators.schema.identity
 

Fields in org.enhydra.apache.xerces.validators.schema.identity declared as StringPool
protected  StringPool XPath.fStringPool
          String pool.
protected  StringPool XPathMatcher.fStringPool
          String pool.
protected  StringPool XPath.NodeTest.fStringPool
          String pool.
 

Methods in org.enhydra.apache.xerces.validators.schema.identity with parameters of type StringPool
 void XPathMatcher.startDocumentFragment(StringPool stringPool)
          The start of the document fragment.
 void Selector.Matcher.startDocumentFragment(StringPool stringPool)
           
 

Constructors in org.enhydra.apache.xerces.validators.schema.identity with parameters of type StringPool
XPath(String xpath, StringPool stringPool, NamespacesScope context)
          Constructs an XPath object from the specified expression.
Selector.XPath(String xpath, StringPool stringPool, NamespacesScope context)
          Constructs a selector XPath expression.
XPath.NodeTest(StringPool stringPool, QName name)
          Constructs a node test of type QName.
XPath.NodeTest(StringPool stringPool, int prefix, int uri)
          Constructs a node test of type Namespace.
Field.XPath(String xpath, StringPool stringPool, NamespacesScope context)
          Constructs a field XPath expression.
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.