A C D E F G H I L M N P R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractCreator - Class in com.sun.xml.stream.buffer
-
Base class for classes that creates
MutableXMLStreamBuffer
and from infoset in API-specific form. - AbstractCreator() - Constructor for class com.sun.xml.stream.buffer.AbstractCreator
- AbstractCreatorProcessor - Class in com.sun.xml.stream.buffer
- AbstractCreatorProcessor() - Constructor for class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- AbstractProcessor - Class in com.sun.xml.stream.buffer
-
Base class for classes that processes
XMLStreamBuffer
and produces infoset in API-specific form. - AbstractProcessor() - Constructor for class com.sun.xml.stream.buffer.AbstractProcessor
- addAttributeWithPrefix(String, String, String, String, String) - Method in class com.sun.xml.stream.buffer.AttributesHolder
-
Add an attribute using a prefix.
- addAttributeWithQName(String, String, String, String, String) - Method in class com.sun.xml.stream.buffer.AttributesHolder
-
Add an attribute using a qualified name that contains the prefix and local name.
- AttributesHolder - Class in com.sun.xml.stream.buffer
-
Class for holding attributes.
- AttributesHolder() - Constructor for class com.sun.xml.stream.buffer.AttributesHolder
C
- CHAR_ARRAY_LENGTH_MEDIUM - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- CHAR_ARRAY_LENGTH_MEDIUM_SIZE - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- CHAR_ARRAY_LENGTH_SMALL - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- CHAR_ARRAY_LENGTH_SMALL_SIZE - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- characters(char[], int, int) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- clear() - Method in class com.sun.xml.stream.buffer.AttributesHolder
- close() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- close() - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- com.sun.xml.stream.buffer - package com.sun.xml.stream.buffer
- com.sun.xml.stream.buffer.sax - package com.sun.xml.stream.buffer.sax
- com.sun.xml.stream.buffer.stax - package com.sun.xml.stream.buffer.stax
- comment(char[], int, int) - Method in class com.sun.xml.stream.buffer.sax.DefaultWithLexicalHandler
- comment(char[], int, int) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- CONTENT_TYPE_CHAR_ARRAY - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- CONTENT_TYPE_CHAR_ARRAY_COPY - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- CONTENT_TYPE_OBJECT - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- CONTENT_TYPE_STRING - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- create(XMLStreamReader) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
-
Create the buffer from a stream reader.
- create(XMLReader, InputStream) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- create(XMLReader, InputStream, String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- createBuffer() - Method in class com.sun.xml.stream.buffer.AbstractCreator
- createElementFragment(XMLStreamReader, boolean) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
-
Creates the buffer from a stream reader that is an element fragment.
- createFromSAXBufferCreator() - Method in class com.sun.xml.stream.buffer.MutableXMLStreamBuffer
-
Create contents of a buffer from a
SAXBufferCreator
. - createFromXMLReader(XMLReader, InputStream) - Method in class com.sun.xml.stream.buffer.MutableXMLStreamBuffer
-
Create contents of a buffer from a
XMLReader
andInputStream
. - createFromXMLReader(XMLReader, InputStream, String) - Method in class com.sun.xml.stream.buffer.MutableXMLStreamBuffer
-
Create contents of a buffer from a
XMLReader
andInputStream
. - createFromXMLStreamReader(XMLStreamReader) - Method in class com.sun.xml.stream.buffer.MutableXMLStreamBuffer
-
Create contents of a buffer from a XMLStreamReader.
- createFromXMLStreamWriter() - Method in class com.sun.xml.stream.buffer.MutableXMLStreamBuffer
-
Create contents of a buffer from a XMLStreamWriter.
- createNewBufferFromXMLReader(XMLReader, InputStream) - Static method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Create a new buffer from a
XMLReader
andInputStream
. - createNewBufferFromXMLReader(XMLReader, InputStream, String) - Static method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Create a new buffer from a
XMLReader
andInputStream
. - createNewBufferFromXMLStreamReader(XMLStreamReader) - Static method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Create a new buffer from a XMLStreamReader.
D
- declareDefaultNamespace(String) - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
-
Declare a default namespace.
- declareNamespace(String, String) - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
-
Declare a namespace.
- DEFAULT_ARRAY_SIZE - Static variable in class com.sun.xml.stream.buffer.MutableXMLStreamBuffer
-
The default array size for the arrays used in internal representation of the XML infoset.
- DefaultWithLexicalHandler - Class in com.sun.xml.stream.buffer.sax
- DefaultWithLexicalHandler() - Constructor for class com.sun.xml.stream.buffer.sax.DefaultWithLexicalHandler
E
- endCDATA() - Method in class com.sun.xml.stream.buffer.sax.DefaultWithLexicalHandler
- endCDATA() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- endDocument() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- endDTD() - Method in class com.sun.xml.stream.buffer.sax.DefaultWithLexicalHandler
- endDTD() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- endElement(String, String, String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- endEntity(String) - Method in class com.sun.xml.stream.buffer.sax.DefaultWithLexicalHandler
- endEntity(String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- endPrefixMapping(String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- error(SAXParseException) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- EXTERNAL_GENERAL_ENTITIES - Static variable in class com.sun.xml.stream.buffer.sax.Features
- EXTERNAL_PARAMETER_ENTITIES - Static variable in class com.sun.xml.stream.buffer.sax.Features
F
- fatalError(SAXParseException) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- Features - Class in com.sun.xml.stream.buffer.sax
- Features() - Constructor for class com.sun.xml.stream.buffer.sax.Features
- FLAG_DOCUMENT_FRAGMENT - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
-
Flag on a T_DOCUMENT to indicate if a fragment
- FLAG_PREFIX - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- FLAG_QUALIFIED_NAME - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- FLAG_URI - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- flush() - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
G
- getAIIState(int) - Static method in class com.sun.xml.stream.buffer.AbstractProcessor
- getAttributeCount() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getAttributeLocalName(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getAttributeName(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getAttributeNamespace(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getAttributePrefix(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getAttributeType(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getAttributeValue(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getAttributeValue(String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getCharacterEncodingScheme() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getContentCharactersBuffer() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
- getContentCharactersBufferPtr() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
- getContentHandler() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- getContentObjects() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
- getContentObjectsPtr() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
- getDTDHandler() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- getEIIState(int) - Static method in class com.sun.xml.stream.buffer.AbstractProcessor
- getElementText() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getElementText(boolean) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getElementTextTrim() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getEncoding() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getEntityResolver() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- getErrorHandler() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- getEventType() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getFeature(String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- getHandler() - Method in class com.sun.xml.stream.buffer.XMLStreamBufferResult
- getIndex(String) - Method in class com.sun.xml.stream.buffer.AttributesHolder
- getIndex(String, String) - Method in class com.sun.xml.stream.buffer.AttributesHolder
- getInscopeNamespaces() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Get the in-scope namespaces.
- getLength() - Method in class com.sun.xml.stream.buffer.AttributesHolder
- getLexicalHandler() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- getLexicalHandler() - Method in class com.sun.xml.stream.buffer.XMLStreamBufferResult
- getLocalName() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getLocalName(int) - Method in class com.sun.xml.stream.buffer.AttributesHolder
- getLocation() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getName() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getNamespaceContext() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getNamespaceContext() - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- getNamespaceCount() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getNamespacePrefix(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getNamespaceURI() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getNamespaceURI(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getNamespaceURI(String) - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
- getNamespaceURI(String) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getNIIState(int) - Static method in class com.sun.xml.stream.buffer.AbstractProcessor
- getPCDATA() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getPIData() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getPITarget() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getPrefix() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getPrefix(int) - Method in class com.sun.xml.stream.buffer.AttributesHolder
- getPrefix(String) - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
- getPrefix(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- getPrefixes(String) - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
- getPrefixFromQName(String) - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- getProperty(String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- getProperty(String) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getProperty(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- getQName(int) - Method in class com.sun.xml.stream.buffer.AttributesHolder
- getQName(String, String) - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- getStructure() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
- getStructurePtr() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
- getStructureStrings() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
- getStructureStringsPtr() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
- getSystemId() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Get the system identifier associated with the buffer.
- getText() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getTextCharacters() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getTextCharacters(int, char[], int, int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getTextLength() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getTextStart() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getType(int) - Method in class com.sun.xml.stream.buffer.AttributesHolder
- getType(String) - Method in class com.sun.xml.stream.buffer.AttributesHolder
- getType(String, String) - Method in class com.sun.xml.stream.buffer.AttributesHolder
- getURI(int) - Method in class com.sun.xml.stream.buffer.AttributesHolder
- getValue(int) - Method in class com.sun.xml.stream.buffer.AttributesHolder
- getValue(String) - Method in class com.sun.xml.stream.buffer.AttributesHolder
- getValue(String, String) - Method in class com.sun.xml.stream.buffer.AttributesHolder
- getVersion() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getXMLReader() - Method in class com.sun.xml.stream.buffer.XMLStreamBufferSource
- getXMLStreamBuffer() - Method in class com.sun.xml.stream.buffer.AbstractCreator
- getXMLStreamBuffer() - Method in class com.sun.xml.stream.buffer.XMLStreamBufferResult
-
Get the
MutableXMLStreamBuffer
that is used. - getXMLStreamBuffer() - Method in class com.sun.xml.stream.buffer.XMLStreamBufferSource
-
Get the
XMLStreamBuffer
that is used.
H
- hasInternedStrings() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Has the buffer been created using Strings that have been interned for certain properties of information items.
- hasName() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- hasNext() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- hasText() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
I
- ignorableWhitespace(char[], int, int) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- increaseTreeCount() - Method in class com.sun.xml.stream.buffer.AbstractCreator
-
Should be called whenever a new tree is stored on the buffer.
- isAttributeSpecified(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- isCharacters() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- isCreated() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Is the buffer created by creator.
- isElementFragment() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Is the buffer a representation of a fragment of an XML infoset that is an element (and its contents).
- isEndElement() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- isForest() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Returns ture if this buffer represents a forest, which is are more than one adjacent XML elements.
- isFragment() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Is the buffer a representation of a fragment of an XML infoset.
- isStandalone() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- isStartElement() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- isWhiteSpace() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- iterator() - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
L
- LEXICAL_HANDLER_PROPERTY - Static variable in class com.sun.xml.stream.buffer.sax.Properties
M
- MutableXMLStreamBuffer - Class in com.sun.xml.stream.buffer
-
A mutable stream-based buffer of an XML infoset.
- MutableXMLStreamBuffer() - Constructor for class com.sun.xml.stream.buffer.MutableXMLStreamBuffer
-
Create a new MutableXMLStreamBuffer using the
MutableXMLStreamBuffer.DEFAULT_ARRAY_SIZE
. - MutableXMLStreamBuffer(int) - Constructor for class com.sun.xml.stream.buffer.MutableXMLStreamBuffer
-
Create a new MutableXMLStreamBuffer.
N
- NAMESPACE_PREFIXES_FEATURE - Static variable in class com.sun.xml.stream.buffer.sax.Features
- NamespaceContexHelper - Class in com.sun.xml.stream.buffer.stax
-
A helper class for managing the declaration of namespaces.
- NamespaceContexHelper() - Constructor for class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
-
Create a new NamespaceContexHelper.
- NAMESPACES_FEATURE - Static variable in class com.sun.xml.stream.buffer.sax.Features
- next() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- nextTag() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- nextTag(boolean) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- nextTagAndMark() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
-
Does
StreamReaderBufferProcessor.nextTag()
and if the parser moved to a new start tag, returns aXMLStreamBufferMark
that captures the infoset starting from the newly discovered element. - notationDecl(String, String, String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
P
- parse(String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- parse(InputSource) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- peekAtContentObject() - Method in class com.sun.xml.stream.buffer.AbstractCreator
- peekStructure() - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- popContext() - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
-
Pop the namespace context off the stack.
- process() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
-
Parse the sub-tree (or a whole document) that
XMLStreamBuffer
points to, and sends events to handlers. - process(XMLStreamBuffer) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
-
Deprecated.
- process(XMLStreamBuffer, boolean) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
-
Short-hand for
setXMLStreamBuffer(XMLStreamBuffer,boolean)
thenprocess()
. - process(XMLStreamBuffer, XMLStreamWriter) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- process(XMLStreamWriter) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- processElement(String, String, String, boolean) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- processElement(String, String, String, boolean) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- processingInstruction(String, String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- Properties - Class in com.sun.xml.stream.buffer.sax
- Properties() - Constructor for class com.sun.xml.stream.buffer.sax.Properties
- pushContext() - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
-
Push a namespace context on the stack.
R
- readAsXMLReader() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Deprecated.
- readAsXMLReader(boolean) - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Reads the contents of the buffer from a
XMLReader
. - readAsXMLStreamReader() - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Read the contents of the buffer as a
XMLStreamReader
. - readContentCharactersBuffer(int) - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- readContentCharactersCopy() - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- readContentObject() - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- readContentString() - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- readEiiState() - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- readStructure() - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- readStructure16() - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- readStructureString() - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- require(int, String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- reset() - Method in class com.sun.xml.stream.buffer.MutableXMLStreamBuffer
-
Reset the MutableXMLStreamBuffer.
- reset() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- resetContexts() - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
-
Reset namespace contexts.
- resizeContentCharacters() - Method in class com.sun.xml.stream.buffer.AbstractCreator
- resizeContentObjects() - Method in class com.sun.xml.stream.buffer.AbstractCreator
- resizeStructure() - Method in class com.sun.xml.stream.buffer.AbstractCreator
- resizeStructureStrings() - Method in class com.sun.xml.stream.buffer.AbstractCreator
- resolveEntity(String, String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
S
- SAXBufferCreator - Class in com.sun.xml.stream.buffer.sax
-
Writes into
MutableXMLStreamBuffer
from SAX. - SAXBufferCreator() - Constructor for class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- SAXBufferCreator(MutableXMLStreamBuffer) - Constructor for class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- SAXBufferProcessor - Class in com.sun.xml.stream.buffer.sax
-
A processor of a
XMLStreamBuffer
that that reads the XML infoset asXMLReader
. - SAXBufferProcessor() - Constructor for class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- SAXBufferProcessor(XMLStreamBuffer) - Constructor for class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
-
Deprecated.
- SAXBufferProcessor(XMLStreamBuffer, boolean) - Constructor for class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- setBuffer(MutableXMLStreamBuffer) - Method in class com.sun.xml.stream.buffer.AbstractCreator
- setBuffer(XMLStreamBuffer) - Method in class com.sun.xml.stream.buffer.AbstractProcessor
-
Deprecated.
- setBuffer(XMLStreamBuffer, boolean) - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- setContentHandler(ContentHandler) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- setDefaultNamespace(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- setDocumentLocator(Locator) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- setDTDHandler(DTDHandler) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- setEntityResolver(EntityResolver) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- setErrorHandler(ErrorHandler) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- setFeature(String, boolean) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- setHasInternedStrings(boolean) - Method in class com.sun.xml.stream.buffer.AbstractCreator
- setHasInternedStrings(boolean) - Method in class com.sun.xml.stream.buffer.MutableXMLStreamBuffer
- setLexicalHandler(LexicalHandler) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- setNamespaceContext(NamespaceContext) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- setPrefix(String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- setProperty(String, Object) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- setSystemId(String) - Method in class com.sun.xml.stream.buffer.MutableXMLStreamBuffer
-
Set the system identifier for this buffer.
- setXMLStreamBuffer(MutableXMLStreamBuffer) - Method in class com.sun.xml.stream.buffer.AbstractCreator
- setXMLStreamBuffer(MutableXMLStreamBuffer) - Method in class com.sun.xml.stream.buffer.XMLStreamBufferResult
-
Set the
MutableXMLStreamBuffer
to use. - setXMLStreamBuffer(XMLStreamBuffer) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
-
Deprecated.
- setXMLStreamBuffer(XMLStreamBuffer) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- setXMLStreamBuffer(XMLStreamBuffer) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- setXMLStreamBuffer(XMLStreamBuffer) - Method in class com.sun.xml.stream.buffer.XMLStreamBufferSource
-
Set the
XMLStreamBuffer
to use. - setXMLStreamBuffer(XMLStreamBuffer, boolean) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
-
Resets the parser to read from the beginning of the given
XMLStreamBuffer
. - setXMLStreamBuffer(XMLStreamBuffer, boolean) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- skippedEntity(String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- standaloneSet() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- startCDATA() - Method in class com.sun.xml.stream.buffer.sax.DefaultWithLexicalHandler
- startCDATA() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- startDocument() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- startDTD(String, String, String) - Method in class com.sun.xml.stream.buffer.sax.DefaultWithLexicalHandler
- startDTD(String, String, String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- startElement(String, String, String, Attributes) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- startEntity(String) - Method in class com.sun.xml.stream.buffer.sax.DefaultWithLexicalHandler
- startEntity(String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- startPrefixMapping(String, String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- STATE_ATTRIBUTE_LN - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_ATTRIBUTE_LN_OBJECT - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_ATTRIBUTE_P_U_LN - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_ATTRIBUTE_P_U_LN_OBJECT - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_ATTRIBUTE_U_LN - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_ATTRIBUTE_U_LN_OBJECT - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_ATTRIBUTE_U_LN_QN - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_ATTRIBUTE_U_LN_QN_OBJECT - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_COMMENT_AS_CHAR_ARRAY_COPY - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_COMMENT_AS_CHAR_ARRAY_MEDIUM - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_COMMENT_AS_CHAR_ARRAY_SMALL - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_COMMENT_AS_STRING - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_DOCUMENT - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_DOCUMENT_FRAGMENT - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_ELEMENT_LN - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_ELEMENT_P_U_LN - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_ELEMENT_U_LN - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_ELEMENT_U_LN_QN - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_END - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_ILLEGAL - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_NAMESPACE_ATTRIBUTE - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_NAMESPACE_ATTRIBUTE_P - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_NAMESPACE_ATTRIBUTE_P_U - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_NAMESPACE_ATTRIBUTE_U - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_PROCESSING_INSTRUCTION - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_TEXT_AS_CHAR_ARRAY_COPY - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_TEXT_AS_CHAR_ARRAY_MEDIUM - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_TEXT_AS_CHAR_ARRAY_SMALL - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_TEXT_AS_OBJECT - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- STATE_TEXT_AS_STRING - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- storeContentCharacters(int, char[], int, int) - Method in class com.sun.xml.stream.buffer.AbstractCreator
- storeContentCharactersCopy(char[], int, int) - Method in class com.sun.xml.stream.buffer.AbstractCreator
- storeContentObject(Object) - Method in class com.sun.xml.stream.buffer.AbstractCreator
- storeContentString(String) - Method in class com.sun.xml.stream.buffer.AbstractCreator
- storeElement(String, String, String, String[]) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
-
A low level method a create a structure element explicitly.
- storeEndElement() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
-
A low level method a create a structure element explicitly.
- storeStructure(int) - Method in class com.sun.xml.stream.buffer.AbstractCreator
- storeStructureString(String) - Method in class com.sun.xml.stream.buffer.AbstractCreator
- StreamReaderBufferCreator - Class in com.sun.xml.stream.buffer.stax
-
Create a buffer using an
XMLStreamReader
. - StreamReaderBufferCreator() - Constructor for class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
-
Create a stream reader buffer creator.
- StreamReaderBufferCreator(MutableXMLStreamBuffer) - Constructor for class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
-
Create a stream reader buffer creator using a mutable stream buffer.
- StreamReaderBufferProcessor - Class in com.sun.xml.stream.buffer.stax
-
A processor of a
XMLStreamBuffer
that reads the XML infoset asXMLStreamReader
. - StreamReaderBufferProcessor() - Constructor for class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- StreamReaderBufferProcessor(XMLStreamBuffer) - Constructor for class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- StreamWriterBufferCreator - Class in com.sun.xml.stream.buffer.stax
-
XMLStreamWriter
that fillsMutableXMLStreamBuffer
. - StreamWriterBufferCreator() - Constructor for class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- StreamWriterBufferCreator(MutableXMLStreamBuffer) - Constructor for class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- StreamWriterBufferProcessor - Class in com.sun.xml.stream.buffer.stax
-
A processor of a
XMLStreamBuffer
that writes the XML infoset to aXMLStreamWriter
. - StreamWriterBufferProcessor() - Constructor for class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- StreamWriterBufferProcessor(XMLStreamBuffer) - Constructor for class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
-
Deprecated.
- StreamWriterBufferProcessor(XMLStreamBuffer, boolean) - Constructor for class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- STRING_INTERNING_FEATURE - Static variable in class com.sun.xml.stream.buffer.sax.Features
- systemId - Variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
The system identifier associated with the buffer
T
- T_ATTRIBUTE - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_ATTRIBUTE_LN - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_ATTRIBUTE_LN_OBJECT - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_ATTRIBUTE_P_U_LN - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_ATTRIBUTE_P_U_LN_OBJECT - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_ATTRIBUTE_U_LN - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_ATTRIBUTE_U_LN_OBJECT - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_ATTRIBUTE_U_LN_QN - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_ATTRIBUTE_U_LN_QN_OBJECT - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_COMMENT - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_COMMENT_AS_CHAR_ARRAY - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_COMMENT_AS_CHAR_ARRAY_COPY - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_COMMENT_AS_CHAR_ARRAY_MEDIUM - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_COMMENT_AS_CHAR_ARRAY_SMALL - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_COMMENT_AS_STRING - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_DOCUMENT - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_DOCUMENT_FRAGMENT - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_ELEMENT - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_ELEMENT_LN - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_ELEMENT_P_U_LN - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_ELEMENT_U_LN - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_ELEMENT_U_LN_QN - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_END - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_END_OF_BUFFER - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_NAMESPACE_ATTRIBUTE - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_NAMESPACE_ATTRIBUTE_P - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_NAMESPACE_ATTRIBUTE_P_U - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_NAMESPACE_ATTRIBUTE_U - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_PROCESSING_INSTRUCTION - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_TEXT - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_TEXT_AS_CHAR_ARRAY - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_TEXT_AS_CHAR_ARRAY_COPY - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_TEXT_AS_CHAR_ARRAY_MEDIUM - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_TEXT_AS_CHAR_ARRAY_SMALL - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_TEXT_AS_OBJECT - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_TEXT_AS_STRING - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- T_UNEXPANDED_ENTITY_REFERENCE - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- treeCount - Variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Number of trees in this stream buffer.
- TYPE_MASK - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
U
- unparsedEntityDecl(String, String, String, String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
V
- VALUE_TYPE_OBJECT - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- VALUE_TYPE_STRING - Static variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
W
- warning(SAXParseException) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- write(XMLStreamWriter) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
-
Writes a full XML infoset event to the given writer, including start/end document.
- writeAttribute(String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeAttribute(String, String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeAttribute(String, String, String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeBinary(byte[], int, int, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeBinary(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeBinary(DataHandler) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeCData(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeCharacters(char[], int, int) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeCharacters(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeComment(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeDefaultNamespace(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeDTD(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeEmptyElement(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeEmptyElement(String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeEmptyElement(String, String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeEndDocument() - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeEndElement() - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeEntityRef(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeFragment(XMLStreamWriter) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
-
Writes the buffer as a fragment, meaning the writer will not receive start/endDocument events.
- writeFragmentEx(XMLStreamWriterEx) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- writeFragmentNoEx(XMLStreamWriter) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- writeNamespace(String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writePCDATA(CharSequence) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeProcessingInstruction(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeProcessingInstruction(String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeStartDocument() - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeStartDocument(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeStartDocument(String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeStartElement(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeStartElement(String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeStartElement(String, String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeTo(Node) - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Writes out the contents of this buffer as DOM node and append that to the given node.
- writeTo(ContentHandler) - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Deprecated.
- writeTo(ContentHandler, boolean) - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Write the contents of the buffer to a
ContentHandler
. - writeTo(ContentHandler, ErrorHandler) - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
- writeTo(ContentHandler, ErrorHandler, boolean) - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Write the contents of the buffer to a
ContentHandler
with errors report to aErrorHandler
. - writeToXMLStreamWriter(XMLStreamWriter) - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Deprecated.
- writeToXMLStreamWriter(XMLStreamWriter, boolean) - Method in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Write the contents of the buffer to an XMLStreamWriter.
X
- XMLStreamBuffer - Class in com.sun.xml.stream.buffer
-
An immutable stream-based buffer of an XML infoset.
- XMLStreamBuffer() - Constructor for class com.sun.xml.stream.buffer.XMLStreamBuffer
- XMLStreamBufferException - Exception in com.sun.xml.stream.buffer
- XMLStreamBufferException(Exception) - Constructor for exception com.sun.xml.stream.buffer.XMLStreamBufferException
- XMLStreamBufferException(String) - Constructor for exception com.sun.xml.stream.buffer.XMLStreamBufferException
- XMLStreamBufferException(String, Exception) - Constructor for exception com.sun.xml.stream.buffer.XMLStreamBufferException
- XMLStreamBufferMark - Class in com.sun.xml.stream.buffer
-
A mark into a buffer.
- XMLStreamBufferMark(Map<String, String>, AbstractCreatorProcessor) - Constructor for class com.sun.xml.stream.buffer.XMLStreamBufferMark
-
Create a mark from the buffer that is being created.
- XMLStreamBufferResult - Class in com.sun.xml.stream.buffer
-
A JAXP Result implementation that supports the serialization to an
MutableXMLStreamBuffer
for use by applications that expect a Result. - XMLStreamBufferResult() - Constructor for class com.sun.xml.stream.buffer.XMLStreamBufferResult
-
The default XMLStreamBufferResult constructor.
- XMLStreamBufferResult(MutableXMLStreamBuffer) - Constructor for class com.sun.xml.stream.buffer.XMLStreamBufferResult
-
XMLStreamBufferResult constructor.
- XMLStreamBufferSource - Class in com.sun.xml.stream.buffer
-
A JAXP Source implementation that supports the parsing of
XMLStreamBuffer
for use by applications that expect a Source. - XMLStreamBufferSource(XMLStreamBuffer) - Constructor for class com.sun.xml.stream.buffer.XMLStreamBufferSource
-
XMLStreamBufferSource constructor.
_
- _attributeCache - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
-
Holder of the attributes.
- _attributes - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- _buffer - Variable in class com.sun.xml.stream.buffer.AbstractCreator
- _buffer - Variable in class com.sun.xml.stream.buffer.AbstractProcessor
- _buffer - Variable in class com.sun.xml.stream.buffer.XMLStreamBufferResult
- _buffer - Variable in class com.sun.xml.stream.buffer.XMLStreamBufferSource
- _bufferCreator - Variable in class com.sun.xml.stream.buffer.XMLStreamBufferResult
- _bufferProcessor - Variable in class com.sun.xml.stream.buffer.XMLStreamBufferSource
- _characters - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _charSequence - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _contentCharactersBuffer - Variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- _contentCharactersBuffer - Variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Fragmented array to hold content information in a shared char[]
- _contentCharactersBufferPtr - Variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- _contentCharactersBufferPtr - Variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
- _contentHandler - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
-
Reference to content handler.
- _contentObjects - Variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- _contentObjects - Variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Fragmented array to hold content information as objects
- _contentObjectsPtr - Variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- _contentObjectsPtr - Variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
- _currentContentCharactersBufferFragment - Variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- _currentContentObjectFragment - Variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- _currentStructureFragment - Variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- _currentStructureStringFragment - Variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- _depth - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
-
The element depth that we are in.
- _dtdHandler - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
-
Reference to dtd handler.
- _entityResolver - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
-
Reference to entity resolver.
- _errorHandler - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
-
Reference to error handler.
- _eventType - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _fragmentMode - Variable in class com.sun.xml.stream.buffer.AbstractProcessor
-
True if this processor should create a fragment of XML, without the start/end document markers.
- _hasInternedStrings - Variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
True if the buffer was created from a parser that interns Strings as specified by the SAX interning features
- _inscopeNamespaces - Variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
In scope namespaces on a fragment
- _lexicalHandler - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
-
Reference to lexical handler.
- _namespaceAIIsEnd - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _namespaceAIIsNamespaceName - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _namespaceAIIsPrefix - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
-
Namespace prefixes.
- _namespaceAttributes - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- _namespaceAttributesPtr - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- _namespaceAttributesStack - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- _namespaceAttributesStackIndex - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- _namespaceAttributesStartingStack - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- _namespacePrefixes - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- _namespacePrefixesFeature - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
-
SAX Namespace attributes features
- _namespacePrefixesIndex - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- _nsCtx - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _piData - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _piTarget - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _qNameBuffer - Variable in class com.sun.xml.stream.buffer.AbstractProcessor
- _stack - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _stackTop - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
-
The top-most active entry of the
StreamReaderBufferProcessor._stack
. - _stringInterningFeature - Variable in class com.sun.xml.stream.buffer.AbstractProcessor
- _structure - Variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- _structure - Variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Fragmented array to hold structural information
- _structurePtr - Variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- _structurePtr - Variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
- _structureStrings - Variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- _structureStrings - Variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Fragmented array to hold structural information as strings
- _structureStringsPtr - Variable in class com.sun.xml.stream.buffer.AbstractCreatorProcessor
- _structureStringsPtr - Variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
- _textLen - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _textOffset - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _treeCount - Variable in class com.sun.xml.stream.buffer.AbstractProcessor
-
Number of remaining XML element trees that should be visible through this
AbstractProcessor
.
All Classes All Packages