com.sun.xml.stream.buffer .AbstractProcessor com.sun.xml.stream.buffer.stax .StreamReaderBufferProcessor _attributeCache protected AttributesHolder _attributeCache(Code) Holder of the attributes.
Be careful that this follows the SAX convention of using "" instead of null.
_characters protected char[] _characters(Code)
_depth protected int _depth(Code) The element depth that we are in. Used to determine when we are done with a tree.
_eventType protected int _eventType(Code)
_namespaceAIIsEnd protected int _namespaceAIIsEnd(Code)
_namespaceAIIsNamespaceName protected String [] _namespaceAIIsNamespaceName(Code)
_namespaceAIIsPrefix protected String [] _namespaceAIIsPrefix(Code) Namespace prefixes. Can be empty but not null.
_nsCtx protected InternalNamespaceContext _nsCtx(Code)
_stack protected ElementStackEntry[] _stack(Code)
_textLen protected int _textLen(Code)
_textOffset protected int _textOffset(Code)
StreamReaderBufferProcessor public StreamReaderBufferProcessor()(Code)
getAttributeCount final public int getAttributeCount() (Code)
getAttributeLocalName final public String getAttributeLocalName(int index) (Code)
getAttributeNamespace final public String getAttributeNamespace(int index) (Code)
getAttributePrefix final public String getAttributePrefix(int index) (Code)
getAttributeType final public String getAttributeType(int index) (Code)
getAttributeValue final public String getAttributeValue(int index) (Code)
getCharacterEncodingScheme final public String getCharacterEncodingScheme() (Code)
getEventType final public int getEventType() (Code)
getNamespaceContext final public NamespaceContextEx getNamespaceContext() (Code)
getNamespaceCount final public int getNamespaceCount() (Code)
getNamespacePrefix final public String getNamespacePrefix(int index) (Code)
getNamespaceURI final public String getNamespaceURI(int index) (Code)
getTextCharacters final public char[] getTextCharacters() (Code)
getTextCharacters final public int getTextCharacters(int sourceStart, char[] target, int targetStart, int length) throws XMLStreamException (Code)
getTextLength final public int getTextLength() (Code)
getTextStart final public int getTextStart() (Code)
hasName final public boolean hasName() (Code)
hasNext final public boolean hasNext() (Code)
hasText final public boolean hasText() (Code)
isAttributeSpecified final public boolean isAttributeSpecified(int index) (Code)
isCharacters final public boolean isCharacters() (Code)
isEndElement final public boolean isEndElement() (Code)
isStandalone final public boolean isStandalone() (Code)
isStartElement final public boolean isStartElement() (Code)
isWhiteSpace final public boolean isWhiteSpace() (Code)
standaloneSet final public boolean standaloneSet() (Code)