|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringPool | |
org.apache.xerces.dom | |
org.apache.xerces.framework | |
org.apache.xerces.readers | |
org.apache.xerces.utils | |
org.apache.xerces.validators.dtd | |
org.apache.xerces.validators.schema |
Uses of StringPool in org.apache.xerces.dom |
Fields in org.apache.xerces.dom declared as StringPool | |
protected StringPool |
DeferredDocumentImpl.fStringPool
String pool cache. |
Methods in org.apache.xerces.dom that return StringPool | |
protected StringPool |
DeferredDocumentImpl.getStringPool()
access to string pool. |
Constructors in org.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 org.apache.xerces.framework |
Fields in org.apache.xerces.framework declared as StringPool | |
protected StringPool |
XMLParser.fStringPool
|
Methods in org.apache.xerces.framework with parameters of type StringPool | |
void |
XMLDocumentScanner.reset(StringPool stringPool,
XMLEntityHandler.CharBuffer literalData)
reset the parser so that the instance can be reused |
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. |
Constructors in org.apache.xerces.framework with parameters of type StringPool | |
XMLDocumentScanner.XMLDocumentScanner(XMLDocumentScanner.EventHandler eventHandler,
StringPool stringPool,
XMLErrorReporter errorReporter,
XMLEntityHandler entityHandler,
XMLEntityHandler.CharBuffer literalData)
Constructor |
|
XMLDTDScanner.XMLDTDScanner(XMLDTDScanner.EventHandler eventHandler,
StringPool stringPool,
XMLErrorReporter errorReporter,
XMLEntityHandler entityHandler,
XMLEntityHandler.CharBuffer literalData)
|
|
XMLAttrList.XMLAttrList(StringPool stringPool)
Constructor |
Uses of StringPool in org.apache.xerces.readers |
Methods in org.apache.xerces.readers with parameters of type StringPool | |
XMLEntityHandler.EntityReader |
XMLEntityReaderFactory.createReader(XMLEntityHandler entityHandler,
XMLErrorReporter errorReporter,
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,
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. |
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. |
Constructors in org.apache.xerces.readers with parameters of type StringPool | |
StreamingCharReader.StreamingCharReader(XMLEntityHandler entityHandler,
XMLErrorReporter errorReporter,
boolean sendCharDataAsCharArray,
java.io.Reader reader,
StringPool stringPool)
Constructor |
Uses of StringPool in org.apache.xerces.utils |
Methods in org.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)
|
Constructors in org.apache.xerces.utils with parameters of type StringPool | |
StringPool.CharArrayRange.StringPool.CharArrayRange()
|
|
ChunkyCharArray.ChunkyCharArray(StringPool stringPool)
Constructor |
Uses of StringPool in org.apache.xerces.validators.dtd |
Fields in org.apache.xerces.validators.dtd declared as StringPool | |
protected StringPool |
DTDValidator.fStringPool
|
Methods in org.apache.xerces.validators.dtd with parameters of type StringPool | |
void |
EntityPool.reset(StringPool stringPool)
|
void |
DTDValidator.reset(StringPool stringPool)
|
void |
ElementDeclPool.reset(StringPool stringPool)
|
Constructors in org.apache.xerces.validators.dtd with parameters of type StringPool | |
EntityPool.EntityPool(StringPool stringPool,
XMLErrorReporter errorReporter,
boolean createStandardEntities)
|
|
DFAContentModel.DFAContentModel(StringPool stringPool,
CMNode syntaxTree,
int leafCount)
Constructs a DFA content model. |
|
DTDValidator.DTDValidator(DTDValidator.EventHandler eventHandler,
StringPool stringPool,
XMLErrorReporter errorReporter,
XMLEntityHandler entityHandler)
|
|
ElementDeclPool.ElementDeclPool(StringPool stringPool,
XMLErrorReporter errorReporter)
|
Uses of StringPool in org.apache.xerces.validators.schema |
Methods in org.apache.xerces.validators.schema with parameters of type StringPool | |
void |
XSchemaValidator.reset(StringPool stringPool,
XMLErrorReporter errorReporter,
XMLEntityHandler entityHandler)
|
Constructors in org.apache.xerces.validators.schema with parameters of type StringPool | |
DatatypeContentModel.DatatypeContentModel(org.apache.xerces.validators.schema.XSchemaValidator.DatatypeValidatorRegistry reg,
ElementDeclPool elementDeclPool,
StringPool stringPool,
int childIndex)
|
|
XSchemaValidator.XSchemaValidator(StringPool stringPool,
XMLErrorReporter errorReporter,
XMLEntityHandler entityHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |