Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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
- attributeValuePrefixes - Variable in class com.sun.xml.stream.buffer.stax.StreamBufferCreator
B
- BindingImpl(String, String) - Constructor for class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.InternalNamespaceContext.BindingImpl
C
- CACHE - Variable in class com.sun.xml.stream.buffer.ContextClassloaderLocal
- CACHE_SIZE - Static variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- cacheNamespaceAttribute(String, String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- cacheNamespacePrefix(String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- cacheNamespacePrefixIndex() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- cacheNamespacePrefixStartingIndex() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- 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
- charAt(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.CharSequenceImpl
- CharSequenceImpl(int, int) - Constructor for class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.CharSequenceImpl
- checkAttributeValue - Variable in class com.sun.xml.stream.buffer.stax.StreamBufferCreator
- 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
- COMPLETED - Static variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
-
The parser has reported the
XMLStreamConstants.END_DOCUMENT
event, so we are really done parsing. - 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
- ContextClassloaderLocal<V> - Class in com.sun.xml.stream.buffer
-
Simple utility ensuring that the value is cached only in case it is non-internal implementation
- ContextClassloaderLocal() - Constructor for class com.sun.xml.stream.buffer.ContextClassloaderLocal
- contextPosition - Variable in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
- contexts - Variable in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
- 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.
- createNewInstance() - Method in class com.sun.xml.stream.buffer.ContextClassloaderLocal
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.
- DEFAULT_CAPACITY - Static variable in class com.sun.xml.stream.buffer.AttributesHolder
- DEFAULT_LEXICAL_HANDLER - Static variable in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- DEFAULT_SIZE - Static variable in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
- DefaultWithLexicalHandler - Class in com.sun.xml.stream.buffer.sax
- DefaultWithLexicalHandler() - Constructor for class com.sun.xml.stream.buffer.sax.DefaultWithLexicalHandler
- depth - Variable in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- depth - Variable in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
-
Nesting depth of the element.
- DummyLocation() - Constructor for class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.DummyLocation
E
- ElementStackEntry() - Constructor for class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.ElementStackEntry
- 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
- FAILED_TO_CREATE_NEW_INSTANCE - Static variable in class com.sun.xml.stream.buffer.ContextClassloaderLocal
- 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
- fixEmptyString(String) - Static method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- fixNull(String) - Static method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- fixNull(String) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.ElementStackEntry
- fixNull(String) - Static method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- fixNull(String) - Static method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- 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
- format(String, Object...) - Static method in class com.sun.xml.stream.buffer.ContextClassloaderLocal
- FragmentedArray<T> - Class in com.sun.xml.stream.buffer
- FragmentedArray(T) - Constructor for class com.sun.xml.stream.buffer.FragmentedArray
- FragmentedArray(T, FragmentedArray<T>) - Constructor for class com.sun.xml.stream.buffer.FragmentedArray
G
- get() - Method in class com.sun.xml.stream.buffer.ContextClassloaderLocal
- getAIIState(int) - Static method in class com.sun.xml.stream.buffer.AbstractProcessor
- getArray() - Method in class com.sun.xml.stream.buffer.FragmentedArray
- 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
- getAttributeValuePrefixes() - Method in class com.sun.xml.stream.buffer.stax.StreamBufferCreator
- getCharacterEncodingScheme() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getCharacterOffset() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.DummyLocation
- getColumnNumber() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.DummyLocation
- 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
- getContextClassLoader() - Static method in class com.sun.xml.stream.buffer.ContextClassloaderLocal
- 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
- getLineNumber() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.DummyLocation
- 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.NamespaceContexHelper.NamespaceBindingImpl
- getNamespaceURI() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getNamespaceURI() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.InternalNamespaceContext.BindingImpl
- 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
- getNamespaceURI(String) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.InternalNamespaceContext
- getNext() - Method in class com.sun.xml.stream.buffer.FragmentedArray
- 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.NamespaceContexHelper.NamespaceBindingImpl
- getPrefix() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- getPrefix() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.InternalNamespaceContext.BindingImpl
- 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.StreamReaderBufferProcessor.InternalNamespaceContext
- getPrefix(String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- getPrefixes(String) - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
- getPrefixes(String) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.InternalNamespaceContext
- getPrefixFromQName(String) - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- getPrevious() - Method in class com.sun.xml.stream.buffer.FragmentedArray
- 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
- getPublicId() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.DummyLocation
- getQName() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.ElementStackEntry
- 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.stax.StreamReaderBufferProcessor.DummyLocation
- 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.
- index - Variable in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper.NamespaceBindingImpl
- initialValue() - Method in class com.sun.xml.stream.buffer.ContextClassloaderLocal
- InternalNamespaceContext() - Constructor for class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.InternalNamespaceContext
- isAttributeSpecified(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- isCharacters() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- isCheckAttributeValue() - Method in class com.sun.xml.stream.buffer.stax.StreamBufferCreator
- 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.
- isInscope() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- isInscope(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- isInscope(int) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- 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
- ITEM_SIZE - Static variable in class com.sun.xml.stream.buffer.AttributesHolder
- iterator() - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
- iterator() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.InternalNamespaceContext
L
- length() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.CharSequenceImpl
- LEXICAL_HANDLER_PROPERTY - Static variable in class com.sun.xml.stream.buffer.sax.Properties
- LOCAL_NAME - Static variable in class com.sun.xml.stream.buffer.AttributesHolder
- localName - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.ElementStackEntry
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
- namespaceAIIsEnd - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.ElementStackEntry
- namespaceAIIsStart - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.ElementStackEntry
- NamespaceBindingImpl(int) - Constructor for class com.sun.xml.stream.buffer.stax.NamespaceContexHelper.NamespaceBindingImpl
- 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.
- NamespaceContexHelper.NamespaceBindingImpl - Class in com.sun.xml.stream.buffer.stax
- namespaceContext - Variable in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- namespacePosition - Variable in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
- NAMESPACES_FEATURE - Static variable in class com.sun.xml.stream.buffer.sax.Features
- namespaceURIs - Variable in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
- 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
- PARSING - Static variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
-
The parser is in the middle of parsing a document, with no end in sight.
- peekAtContentObject() - Method in class com.sun.xml.stream.buffer.AbstractCreator
- peekStructure() - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- PENDING_END_DOCUMENT - Static variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
-
The parser has already reported the
XMLStreamConstants.END_ELEMENT
, and we are parsing a fragment. - popContext() - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
-
Pop the namespace context off the stack.
- popElementStack(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- prefix - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.ElementStackEntry
-
Prefix.
- PREFIX - Static variable in class com.sun.xml.stream.buffer.AttributesHolder
- prefixes - Variable in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
- 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
- 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
- processAttributes(int) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- processAttributes(int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- processComment(char[], int, int) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- processComment(String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- processCommentAsCharArrayCopy() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- processCommentAsCharArrayMedium() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- processCommentAsCharArraySmall() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- processDocument() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- 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
- processEndPrefixMapping() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- processingInstruction(String, String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- processNamespaceAttribute(String, String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- processNamespaceAttributes(int, boolean) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- processNamespaceAttributes(int, boolean, Set<String>) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- processProcessingInstruction(String, String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- 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.
- pushElementStack() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
Q
- qname - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.ElementStackEntry
- QNAME - Static variable in class com.sun.xml.stream.buffer.AttributesHolder
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
- readFromNextStructure(int) - Method in class com.sun.xml.stream.buffer.AbstractProcessor
- readInscopeNamespaces(Set<String>) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
- 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
- reportFatalError(String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferProcessor
-
Report a fatal error and abort.
- 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.
- resize(int) - Method in class com.sun.xml.stream.buffer.AttributesHolder
- resizeContentCharacters() - Method in class com.sun.xml.stream.buffer.AbstractCreator
- resizeContentObjects() - Method in class com.sun.xml.stream.buffer.AbstractCreator
- resizeContexts() - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
- resizeNamespaceAttributes() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- resizeNamespaces() - Method in class com.sun.xml.stream.buffer.stax.NamespaceContexHelper
- 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
- set(String, String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.ElementStackEntry
- set(V) - Method in class com.sun.xml.stream.buffer.ContextClassloaderLocal
- setArray(T) - Method in class com.sun.xml.stream.buffer.FragmentedArray
- 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
- setCheckAttributeValue(boolean) - Method in class com.sun.xml.stream.buffer.stax.StreamBufferCreator
- 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
- setNext(FragmentedArray<T>) - Method in class com.sun.xml.stream.buffer.FragmentedArray
- setPrefix(String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- setPrevious(FragmentedArray<T>) - Method in class com.sun.xml.stream.buffer.FragmentedArray
- 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
-
Deprecated.
- 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
- store(XMLStreamReader) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- storeAttribute(String, String, String, String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamBufferCreator
- storeAttributes(XMLStreamReader) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- storeAttributes(Attributes) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- storeComment(XMLStreamReader) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- 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
- storeDocumentAndChildren(XMLStreamReader) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- 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.
- storeElement(XMLStreamReader) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- storeElementAndChildren(XMLStreamReader) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- storeElementAndChildrenEx(XMLStreamReaderEx) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- storeElementAndChildrenNoEx(XMLStreamReader) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- storeElementWithInScopeNamespaces(XMLStreamReader) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- storeEndElement() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
-
A low level method a create a structure element explicitly.
- storeNamespaceAttribute(String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamBufferCreator
- storeNamespaceAttributes() - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- storeNamespaceAttributes(String[]) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- storeNamespaceAttributes(XMLStreamReader) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- storeProcessingInstruction(String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamBufferCreator
- storeProcessingInstruction(XMLStreamReader) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- storeQualifiedName(int, String, String, String) - Method in class com.sun.xml.stream.buffer.sax.SAXBufferCreator
- storeQualifiedName(int, String, String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamBufferCreator
- storeStructure(int) - Method in class com.sun.xml.stream.buffer.AbstractCreator
- storeStructureString(String) - Method in class com.sun.xml.stream.buffer.AbstractCreator
- StreamBufferCreator - Class in com.sun.xml.stream.buffer.stax
-
AbstractCreator
with additional convenience code. - StreamBufferCreator() - Constructor for class com.sun.xml.stream.buffer.stax.StreamBufferCreator
- 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
- StreamReaderBufferProcessor.CharSequenceImpl - Class in com.sun.xml.stream.buffer.stax
- StreamReaderBufferProcessor.DummyLocation - Class in com.sun.xml.stream.buffer.stax
- StreamReaderBufferProcessor.ElementStackEntry - Class in com.sun.xml.stream.buffer.stax
- StreamReaderBufferProcessor.InternalNamespaceContext - Class in com.sun.xml.stream.buffer.stax
- StreamReaderBufferProcessor.InternalNamespaceContext.BindingImpl - Class in com.sun.xml.stream.buffer.stax
- 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
- subSequence(int, int) - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.CharSequenceImpl
- 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
- toString() - Method in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.CharSequenceImpl
- treeCount - Variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
-
Number of trees in this stream buffer.
- trnsformerFactory - Static variable in class com.sun.xml.stream.buffer.XMLStreamBuffer
- TYPE - Static variable in class com.sun.xml.stream.buffer.AttributesHolder
- 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
- uri - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.ElementStackEntry
-
Namespace URI.
- URI - Static variable in class com.sun.xml.stream.buffer.AttributesHolder
V
- VALUE - Static variable in class com.sun.xml.stream.buffer.AttributesHolder
- 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
- writeAttributes(int, XMLStreamWriter) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- writeAttributes(XMLStreamWriter, boolean) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- 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
- writeInscopeNamespaces(XMLStreamWriter, Set<String>) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- writeNamespace(String, String) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferCreator
- writeNamespaceAttributes(int, XMLStreamWriter, boolean, Set<String>) - Method in class com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor
- 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 Class in com.sun.xml.stream.buffer
- XMLStreamBufferException(Exception) - Constructor for exception class com.sun.xml.stream.buffer.XMLStreamBufferException
- XMLStreamBufferException(String) - Constructor for exception class com.sun.xml.stream.buffer.XMLStreamBufferException
- XMLStreamBufferException(String, Exception) - Constructor for exception class 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.
_
- _aiiStateTable - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- _attributeCache - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
-
Holder of the attributes.
- _attributeCount - Variable in class com.sun.xml.stream.buffer.AttributesHolder
- _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
- _completionState - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
-
True if processing is complete.
- _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.
- _eiiStateTable - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- _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.StreamReaderBufferCreator
- _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
- _inScopePrefixes - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- _item - Variable in class com.sun.xml.stream.buffer.FragmentedArray
- _length - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.CharSequenceImpl
- _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
- _namespaceURI - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.InternalNamespaceContext.BindingImpl
- _next - Variable in class com.sun.xml.stream.buffer.FragmentedArray
- _niiStateTable - Static variable in class com.sun.xml.stream.buffer.AbstractProcessor
- _nsCtx - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _offset - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.CharSequenceImpl
- _piData - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _piTarget - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor
- _prefix - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.InternalNamespaceContext.BindingImpl
- _previous - Variable in class com.sun.xml.stream.buffer.FragmentedArray
- _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
. - _storeInScopeNamespacesOnElementFragment - Variable in class com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator
- _stringInterningFeature - Variable in class com.sun.xml.stream.buffer.AbstractProcessor
- _strings - Variable in class com.sun.xml.stream.buffer.AttributesHolder
- _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 and Interfaces|All Packages|Constant Field Values|Serialized Form
SAXBufferProcessor.process(XMLStreamBuffer, boolean)