BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

Uses of Class
weblogic.apache.xerces.utils.StringPool

Packages that use StringPool
weblogic.apache.xalan.xpath.dtm   
weblogic.apache.xerces.dom   
weblogic.apache.xerces.framework   
weblogic.apache.xerces.readers   
weblogic.apache.xerces.utils   
weblogic.apache.xerces.validators.common   
weblogic.apache.xerces.validators.dtd   
weblogic.apache.xerces.validators.schema   
 

Uses of StringPool in weblogic.apache.xalan.xpath.dtm
 

Methods in weblogic.apache.xalan.xpath.dtm that return StringPool
 StringPool DTM.getStringPool()
          Make the string public.
 

Uses of StringPool in weblogic.apache.xerces.dom
 

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

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

Constructors in weblogic.apache.xerces.dom with parameters of type StringPool
DeferredDocumentImpl.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.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.DeferredDocumentImpl(StringPool stringPool, boolean namespaces, boolean grammarAccess)
          Experimental constructor.
 

Uses of StringPool in weblogic.apache.xerces.framework
 

Fields in weblogic.apache.xerces.framework declared as StringPool
protected  StringPool XMLParser.fStringPool
           
 

Methods in weblogic.apache.xerces.framework with parameters of type StringPool
static java.lang.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 XMLDTDScanner.reset(StringPool stringPool, XMLEntityHandler.CharBuffer literalData)
          Allow XMLDTDScanner to be reused.
 void XMLAttrList.reset(StringPool stringPool)
          Reset this instance to an "empty" state.
 void XMLDocumentScanner.reset(StringPool stringPool, XMLEntityHandler.CharBuffer literalData)
          reset the parser so that the instance can be reused
 

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

Uses of StringPool in weblogic.apache.xerces.readers
 

Methods in weblogic.apache.xerces.readers with parameters of type StringPool
 void DefaultEntityHandler.reset(StringPool stringPool)
          Reset the entity handler.
 void DefaultEntityHandler.EntityPool.reset(StringPool stringPool)
           
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 XMLEntityReaderFactory.createReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, org.xml.sax.InputSource source, java.lang.String systemId, boolean xmlDecl, StringPool stringPool)
          Create an entity reader for the source.
 XMLEntityHandler.EntityReader XMLEntityReaderFactory.createCharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, java.io.Reader reader, StringPool stringPool)
          Create an entity reader for a character stream.
 XMLEntityHandler.EntityReader XMLEntityReaderFactory.createUTF8Reader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, java.io.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.
 XMLEntityHandler.EntityReader DefaultReaderFactory.createReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, org.xml.sax.InputSource source, java.lang.String systemId, boolean xmlDecl, StringPool stringPool)
          Create a reader
 XMLEntityHandler.EntityReader DefaultReaderFactory.createCharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, java.io.Reader reader, StringPool stringPool)
          Create an entity reader for a character stream.
 XMLEntityHandler.EntityReader DefaultReaderFactory.createUTF8Reader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, java.io.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.
 

Constructors in weblogic.apache.xerces.readers with parameters of type StringPool
StreamingCharReader.StreamingCharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, java.io.Reader reader, StringPool stringPool)
          Constructor
DefaultEntityHandler.DefaultEntityHandler(StringPool stringPool, XMLErrorReporter errorReporter)
           
DefaultEntityHandler.EntityPool.DefaultEntityHandler.EntityPool(StringPool stringPool, XMLErrorReporter errorReporter, boolean createStandardEntities)
           
 

Uses of StringPool in weblogic.apache.xerces.utils
 

Methods in weblogic.apache.xerces.utils with parameters of type StringPool
static UTF8DataChunk UTF8DataChunk.createChunk(StringPool stringPool, UTF8DataChunk prev)
           
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.
 

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

Uses of StringPool in weblogic.apache.xerces.validators.common
 

Methods in weblogic.apache.xerces.validators.common with parameters of type StringPool
 void Grammar.printElements(StringPool pool)
           
 void XMLValidator.resetOrCopy(StringPool stringPool)
          Reset or copy.
 void XMLValidator.reset(StringPool stringPool)
          Reset.
 

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

Uses of StringPool in weblogic.apache.xerces.validators.dtd
 

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

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

Uses of StringPool in weblogic.apache.xerces.validators.schema
 

Methods in weblogic.apache.xerces.validators.schema with parameters of type StringPool
 void TraverseSchema.doTraverseSchema(org.w3c.dom.Element root, StringPool stringPool, SchemaGrammar schemaGrammar, GrammarResolver grammarResolver)
           
 

Constructors in weblogic.apache.xerces.validators.schema with parameters of type StringPool
EquivClassComparator.EquivClassComparator(GrammarResolver grammarResolver, StringPool stringPool)
           
TraverseSchema.TraverseSchema(org.w3c.dom.Element root, StringPool stringPool, SchemaGrammar schemaGrammar, GrammarResolver grammarResolver, XMLErrorReporter errorReporter, java.lang.String schemaURL)
           
TraverseSchema.TraverseSchema(org.w3c.dom.Element root, StringPool stringPool, SchemaGrammar schemaGrammar, GrammarResolver grammarResolver)
           
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60