Alphabetical Index

A B C D E F G H I L M N O P Q R S T U V W X

A

addAttribute(String,String,String,String) - method in class org.gjt.xpp.impl.tag.StartTag
parameters modeled after SAX2 attribute approach
parameters modeled after SAX2 attribute approach
addAttribute(String,String,String,String,boolean) - method in class org.gjt.xpp.impl.tag.StartTag
Parameter isNamespaceDeclaration if true indicates that attribute is related to namespace management and may be ignored by normal processing

NOTE: this class has no support for resolving namespaces and such support may be added later (see XmlNode and namespaces methids)

Parameter isNamespaceDeclaration if true indicates that attribute is related to namespace management and may be ignored by normal processing

NOTE: this class has no support for resolving namespaces and such support may be added later (see XmlNode and namespaces methids)

addDeclaredNamespaces(String[],int,int,String[]) - method in class org.gjt.xpp.impl.node.Node
NOTE: node SHOULD NOT keep references to passed arrays!
NOTE: node SHOULD NOT keep references to passed arrays!
addNamespaceDeclaration(String,String) - method in class org.gjt.xpp.impl.node.Node
addNamespaceDeclaration(String,String) - method in class org.gjt.xpp.XmlNode
allowedMixedContent - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
appendChild(Object) - method in class org.gjt.xpp.impl.node.Node
appendChild(Object) - method in class org.gjt.xpp.impl.pullnode.PullNode
appendChild(Object) - method in class org.gjt.xpp.XmlNode
ATTR_CHARACTERS - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
ATTR_CONTENT - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
ATTR_NAME - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
Attribute - class org.gjt.xpp.impl.tag.Attribute
used only internally by XPP
Attribute() - constructor for class org.gjt.xpp.impl.tag.Attribute
attrPos - field in class org.gjt.xpp.impl.pullparser.PullParser
temporary array of current attributes
attrPos - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
temporary array of current attributes
attrPosEnd - field in class org.gjt.xpp.impl.pullparser.PullParser
index for last attribute in attrPos array
attrPosEnd - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
index for last attribute in attrPos array
attrPosSize - field in class org.gjt.xpp.impl.pullparser.PullParser
size of attrPos array
attrPosSize - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
size of attrPos array
attrQName - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser

B

buf - field in class org.gjt.xpp.impl.tokenizer.Tokenizer

C

CDSECT - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
CHAR_REF - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
CHARACTERS - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
characters(XMLString,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
CHECK_ATTRIB_UNIQ - static field in class org.gjt.xpp.impl.pullparser.PullParser
Should attribute uniqueness be checked for attributes as in specified XML and NS specifications?
children - field in class org.gjt.xpp.impl.node.Node
children() - method in class org.gjt.xpp.impl.node.Node
children() - method in class org.gjt.xpp.impl.pullnode.PullNode
children() - method in class org.gjt.xpp.XmlNode
children() - method in class org.gjt.xpp.XmlPullNode
This is not recommened method to pull children when node is not finished (use readNextChild() instead) as Enumeration interface does not allow to throw XmlPullParserException so any parsing exeption is wrapped into RuntimeException making code more messy...
childrenCount - field in class org.gjt.xpp.impl.node.Node
close() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
column - field in class org.gjt.xpp.XmlPullParserException
COMMENT - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
comment(XMLString,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
CONTENT - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
CONTENT - static field in class org.gjt.xpp.XmlPullParser
element content was just read
contentBuf - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Content of current element if in CONTENT state
contentEventEnd - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
contentEventStart - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
X2PullParser.CumulativeReader - class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
CumulativeReader(Reader) - constructor for class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
Constructs this reader from another reader.

D

declaredNs - field in class org.gjt.xpp.impl.node.Node
declaredNs - field in class org.gjt.xpp.impl.format.Recorder
declaredNsEnd - field in class org.gjt.xpp.impl.node.Node
declaredPrefixes - field in class org.gjt.xpp.impl.node.Node
declaredPrefixes - field in class org.gjt.xpp.impl.format.Recorder
DEFAULT_PROPERTY_NAME - static field in class org.gjt.xpp.XmlPullParserFactory
defaultNamespaceUri - field in class org.gjt.xpp.impl.node.Node
depth - field in class org.gjt.xpp.impl.pullnode.PullNode
detail - field in class org.gjt.xpp.impl.tag.PullParserRuntimeException
detail - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
detail - field in class org.gjt.xpp.XmlPullParserException
disableOffsetTracking - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
DOCTYPE - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
doctypeDecl(String,String,String,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser

E

elContent - field in class org.gjt.xpp.impl.pullparser.PullParser
Content of current element if in CONTENT state
ElementContent - class org.gjt.xpp.impl.pullparser.ElementContent
Utility class to keep information about XML element such as name etc.
elStack - field in class org.gjt.xpp.impl.pullparser.PullParser
temprary array to keep ElementContent stack
elStack - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
temprary array to keep ElementContent stack
elStackDepth - field in class org.gjt.xpp.impl.pullparser.PullParser
how many elements are on elStack
elStackDepth - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
how many elements are on elStack
elStackSize - field in class org.gjt.xpp.impl.pullparser.PullParser
size of elStack array
elStackSize - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
size of elStack array
EMPTY_ELEMENT - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
EMPTY_ENUMERATION - static field in class org.gjt.xpp.impl.node.Node
emptyElement - field in class org.gjt.xpp.impl.pullparser.PullParser
Have we read empty element?
emptyElement - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Have we read empty element?
emptyElement(QName,XMLAttributes,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
END_DOCUMENT - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
END_DOCUMENT - static field in class org.gjt.xpp.XmlPullParser
signal logical end of xml document
END_TAG - static field in class org.gjt.xpp.XmlPullParser
end tag was just read
endCDATA(Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
endDocument(Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
endElement(QName,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
endEntity(String,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
endGeneralEntity(String,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
endPrefixMapping(String,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
EndTag - class org.gjt.xpp.impl.tag.EndTag
Encapsulate XML ETag
EndTag() - constructor for class org.gjt.xpp.impl.tag.EndTag
ensureAttribs(int) - method in class org.gjt.xpp.impl.pullparser.PullParser
Make sure that in attributes temporary array is enough space.
ensureAttribs(int) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Make sure that in attributes temporary array is enough space.
ensureAttributesCapacity(int) - method in class org.gjt.xpp.impl.tag.StartTag
Make sure that there is enough space to keep size attributes.
ensureAttributesCapacity(int) - method in class org.gjt.xpp.XmlStartTag
Pre-allocate if necessary tag data structure to hold at least minCapacity attributes .
ensureCapacity(int) - method in class org.gjt.xpp.impl.pullparser.PullParser
Make sure that we have enough space to keep element stack if passed size.
ensureCapacity(int) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Make sure that we have enough space to keep element stack if passed size.
ensureChildrenCapacity(int) - method in class org.gjt.xpp.impl.node.Node
ensureChildrenCapacity(int) - method in class org.gjt.xpp.XmlNode
ensureDeclaredNamespacesCapacity(int) - method in class org.gjt.xpp.impl.node.Node
ensureDeclaredNamespacesCapacity(int) - method in class org.gjt.xpp.XmlNode
ENTITY_REF - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
equals(Object) - method in class org.gjt.xpp.impl.tag.Attribute
equals(Object) - method in class org.gjt.xpp.impl.node.Node
equals(Object) - method in class org.gjt.xpp.impl.tag.StartTag
equals(Object) - method in class org.gjt.xpp.impl.tag.Tag
error(String,String,XMLParseException) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Error.
ETAG_NAME - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
eventEnd - field in class org.gjt.xpp.impl.pullparser.PullParser
end position of current event in tokenizer biffer
eventEnd - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
end position of current event in tokenizer biffer
eventStart - field in class org.gjt.xpp.impl.pullparser.PullParser
start position of current event in tokenizer biffer
eventStart - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
start position of current event in tokenizer biffer

F

fatalError(String,String,XMLParseException) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Fatal error.
fDocumentSource - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Document source
Formatter - class org.gjt.xpp.impl.format.Formatter
Implementatin of Recorder that is simply writing XML to output sink.
Formatter() - constructor for class org.gjt.xpp.impl.format.Formatter

G

getAttributeCount() - method in class org.gjt.xpp.impl.tag.StartTag
Return number of attributes.
getAttributeCount() - method in class org.gjt.xpp.XmlStartTag
Returns the number of attributes on the current element
getAttributeLocalName(int) - method in class org.gjt.xpp.impl.tag.StartTag
Get localName of attribute number index (starts from 0) if namespaces enabled or just attribute name if namespaces disabled.
getAttributeLocalName(int) - method in class org.gjt.xpp.XmlStartTag
Returns the localname of the specified attribute if namespaces enabled or just attribute name if namespaces disabled.
getAttributeNamespaceUri(int) - method in class org.gjt.xpp.impl.tag.StartTag
Get uri of attribute number index (starts from 0).
getAttributeNamespaceUri(int) - method in class org.gjt.xpp.XmlStartTag
Returns the namespace URI of the specified attribute number index (starts from 0).
getAttributePrefix(int) - method in class org.gjt.xpp.impl.tag.StartTag
Returns the prefix of the specified attribute Returns null if invalid index or if element has no prefix.
getAttributePrefix(int) - method in class org.gjt.xpp.XmlStartTag
Returns the prefix of the specified attribute Returns null if invalid index or if element has no prefix.
getAttributeRawName(int) - method in class org.gjt.xpp.impl.tag.StartTag
Return qName of atrribute number index (starts from 0)
getAttributeRawName(int) - method in class org.gjt.xpp.XmlStartTag
Returns the raw name of the specified attribute Returns null if invalid index.
getAttributeValue(int) - method in class org.gjt.xpp.impl.tag.StartTag
Return value of attribute number index.
getAttributeValue(int) - method in class org.gjt.xpp.XmlStartTag
Returns the given attributes value Returns null if invalid index.
getAttributeValueFromName(String,String) - method in class org.gjt.xpp.impl.tag.StartTag
Return value of attribute named (uri, localName) or null of no such attribute found.
Returns the given attributes value
getAttributeValueFromRawName(String) - method in class org.gjt.xpp.impl.tag.StartTag
Return value of attribute named qName or null of no such attribute found.
Returns the given attributes value Returns null if no attribute with rawName.
getBufferShrinkOffset() - method in class org.gjt.xpp.impl.pullparser.PullParser
getBufferShrinkOffset() - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
getBufferShrinkOffset() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
getChildAt(int) - method in class org.gjt.xpp.impl.node.Node
getChildAt(int) - method in class org.gjt.xpp.impl.pullnode.PullNode
getChildAt(int) - method in class org.gjt.xpp.XmlNode
getChildrenCount() - method in class org.gjt.xpp.impl.node.Node
it may need to reconsruct whole subtree to get count ...
getChildrenCount() - method in class org.gjt.xpp.impl.pullnode.PullNode
it will reconsruct whole subtree to get count ...
getChildrenCount() - method in class org.gjt.xpp.XmlNode
it may need to reconsruct whole subtree to get count ...
getChildrenCountSoFar() - method in class org.gjt.xpp.impl.pullnode.PullNode
if unfinished it returns actual number of children...
getChildrenCountSoFar() - method in class org.gjt.xpp.XmlPullNode
getColumnNumber() - method in class org.gjt.xpp.impl.pullparser.PullParser
getColumnNumber() - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
getColumnNumber() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
getColumnNumber() - method in class org.gjt.xpp.XmlPullParser
getColumnNumber() - method in class org.gjt.xpp.XmlPullParserException
getContentLength() - method in class org.gjt.xpp.impl.pullparser.PullParser
Return how big is content.
getContentLength() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Return how big is content.
getContentLength() - method in class org.gjt.xpp.XmlPullParser
Return how big is content.
getCumulative() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
getCumulativeBuffer() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
getCumulativeBufferAbsoluteEnd() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
getCumulativeBufferAbsoluteStart() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
getCumulativeBufferEnd() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
getCumulativeBufferStart() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
getDeclaredNamespaceLength() - method in class org.gjt.xpp.impl.node.Node
getDeclaredNamespaceLength() - method in class org.gjt.xpp.XmlNode
getDefaultNamespaceUri() - method in class org.gjt.xpp.impl.node.Node
Namesapce URI associated with default namesapce prefix (xmlns='....')
getDefaultNamespaceUri() - method in class org.gjt.xpp.XmlNode
Namesapce URI associated with default namesapce prefix (xmlns='....')
getDepth() - method in class org.gjt.xpp.impl.pullparser.PullParser
Returns the current depth of the element.
getDepth() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Returns the current depth of the element.
getDepth() - method in class org.gjt.xpp.XmlPullParser
Returns the current depth of the element.
getDetail() - method in class org.gjt.xpp.impl.tag.PullParserRuntimeException
getDetail() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
getDetail() - method in class org.gjt.xpp.XmlPullParserException
getDocumentSource() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Returns the document source
getEventBuffer() - method in class org.gjt.xpp.impl.pullparser.PullParser
getEventBuffer() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
getEventBuffer() - method in class org.gjt.xpp.XmlPullParserEventPosition
NOTE: This may be internal buffer and is valud only until call to method next()- do NOT attempt modify !
getEventEnd() - method in class org.gjt.xpp.impl.pullparser.PullParser
getEventEnd() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
getEventEnd() - method in class org.gjt.xpp.XmlPullParserEventPosition
getEventStart() - method in class org.gjt.xpp.impl.pullparser.PullParser
getEventStart() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
getEventStart() - method in class org.gjt.xpp.XmlPullParserEventPosition
getEventType() - method in class org.gjt.xpp.impl.pullparser.PullParser
Returns the type of the current element (START_TAG, END_TAG, CONTENT, etc)
getEventType() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Returns the type of the current element (START_TAG, END_TAG, CONTENT, etc)
getEventType() - method in class org.gjt.xpp.XmlPullParser
Returns the type of the current element (START_TAG, END_TAG, CONTENT, etc)
getHardLimit() - method in class org.gjt.xpp.impl.pullparser.PullParser
getHardLimit() - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
getHardLimit() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
getHardLimit() - method in class org.gjt.xpp.XmlPullParserBufferControl
getLineNumber() - method in class org.gjt.xpp.impl.pullparser.PullParser
getLineNumber() - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
getLineNumber() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
getLineNumber() - method in class org.gjt.xpp.XmlPullParser
getLineNumber() - method in class org.gjt.xpp.XmlPullParserException
getLocalName() - method in class org.gjt.xpp.impl.pullparser.PullParser
Returns the local name of the current element (current event must be START_TAG or END_TAG)
getLocalName() - method in class org.gjt.xpp.impl.tag.Tag
Get start tag localName if namespaces enabled or just qName (see below) if namespaces diabled.
getLocalName() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Returns the local name of the current element (current event must be START_TAG or END_TAG)
getLocalName() - method in class org.gjt.xpp.XmlPullParser
Returns the local name of the current element (current event must be START_TAG or END_TAG)
getLocalName() - method in class org.gjt.xpp.XmlTag
Returns the local name of the current element
getMessage() - method in class org.gjt.xpp.impl.tag.PullParserRuntimeException
getMessage() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
getMessage() - method in class org.gjt.xpp.XmlPullParserException
getNamespacesLength(int) - method in class org.gjt.xpp.impl.pullparser.PullParser
getNamespacesLength(int) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
getNamespacesLength(int) - method in class org.gjt.xpp.XmlPullParser
getNamespaceUri() - method in class org.gjt.xpp.impl.pullparser.PullParser
Returns the namespace URI of the current element Returns null if not applicable (current event must be START_TAG or END_TAG)
getNamespaceUri() - method in class org.gjt.xpp.impl.tag.Tag
Get endtag tag uri (meaningful only if namespaces enabled)
getNamespaceUri() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Returns the namespace URI of the current element Returns null if not applicable (current event must be START_TAG or END_TAG)
getNamespaceUri() - method in class org.gjt.xpp.XmlPullParser
Returns the namespace URI of the current element Returns null if not applicable (current event must be START_TAG or END_TAG)
getNamespaceUri() - method in class org.gjt.xpp.XmlTag
Returns the namespace URI of the current element Returns null if not applicable
getOutput() - method in class org.gjt.xpp.impl.format.Recorder
getOutput() - method in class org.gjt.xpp.XmlRecorder
getParentNode() - method in class org.gjt.xpp.impl.node.Node
getParentNode() - method in class org.gjt.xpp.XmlNode
getPosDesc() - method in class org.gjt.xpp.impl.pullparser.PullParser
Return string describing current position of parser in input stream.
getPosDesc() - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
Return string describing current position of parsers as text 'at line %d (row) and column %d (colum) [seen %s...]'.
getPosDesc() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Return string describing current position of parser in input stream as text 'at line %d (row) and column %d (colum) [seen %s...]'.
getPosDesc() - method in class org.gjt.xpp.XmlPullParser
getPrefix() - method in class org.gjt.xpp.impl.pullparser.PullParser
Returns the prefix of the current element or null if elemet has no prefix.
getPrefix() - method in class org.gjt.xpp.impl.tag.Tag
getPrefix() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Returns the prefix of the current element or null if elemet has no prefix.
getPrefix() - method in class org.gjt.xpp.XmlPullParser
Returns the prefix of the current element or null if elemet has no prefix.
getPrefix() - method in class org.gjt.xpp.XmlTag
Returns the prefix of the current element or null if elemet has no prefix.
getPullParser() - method in class org.gjt.xpp.impl.pullnode.PullNode
getPullParser() - method in class org.gjt.xpp.XmlPullNode
Get parser that is use to build this node tree and this pull node becomes finished - the caller is responsibile to move pull parser state to the end tag of this node (or parent pull node will be left in unconsistent state!!!!).
getQNameLocal(String) - method in class org.gjt.xpp.impl.node.Node
Return local part of qname.
getQNameLocal(String) - method in class org.gjt.xpp.impl.pullparser.PullParser
Return local part of qname.
getQNameLocal(String) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Return local part of qname.
getQNameLocal(String) - method in class org.gjt.xpp.XmlNode
Return local part of qname.
getQNameLocal(String) - method in class org.gjt.xpp.XmlPullParser
Return local part of qname.
getQNameUri(String) - method in class org.gjt.xpp.impl.node.Node
Return uri part of qname.
getQNameUri(String) - method in class org.gjt.xpp.impl.pullparser.PullParser
Return uri part of qname.
getQNameUri(String) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Return uri part of qname.
getQNameUri(String) - method in class org.gjt.xpp.XmlNode
Return uri part of qname.
getQNameUri(String) - method in class org.gjt.xpp.XmlPullParser
Return uri part of qname.
getRawName() - method in class org.gjt.xpp.impl.pullparser.PullParser
Returns the raw name (prefix + ':' + localName) of the current element (current event must be START_TAG or END_TAG)
getRawName() - method in class org.gjt.xpp.impl.tag.Tag
Return end tag name as it is in document (qName).
getRawName() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Returns the raw name (prefix + ':' + localName) of the current element (current event must be START_TAG or END_TAG)
getRawName() - method in class org.gjt.xpp.XmlPullParser
Returns the raw name (prefix + ':' + localName) of the current element (current event must be START_TAG or END_TAG)
getRawName() - method in class org.gjt.xpp.XmlTag
Returns the raw name (prefix + ':' + localName) of the current element
getSoftLimit() - method in class org.gjt.xpp.impl.pullparser.PullParser
getSoftLimit() - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
getSoftLimit() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
getSoftLimit() - method in class org.gjt.xpp.XmlPullParserBufferControl
gotContent - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser

H

hashCode() - method in class org.gjt.xpp.impl.tag.Tag

I

ignorableWhitespace(XMLString,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
inputSource - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
insertChildAt(int,Object) - method in class org.gjt.xpp.impl.node.Node
insertChildAt(int,Object) - method in class org.gjt.xpp.impl.pullnode.PullNode
insertChildAt(int,Object) - method in class org.gjt.xpp.XmlNode
isAllowedMixedContent() - method in class org.gjt.xpp.impl.pullparser.PullParser
Is mixed element context allowed?
isAllowedMixedContent() - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
isAllowedMixedContent() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Is mixed element context allowed?
isAllowedMixedContent() - method in class org.gjt.xpp.XmlPullParser
Is mixed element context allowed?
isAttributeNamespaceDeclaration(int) - method in class org.gjt.xpp.impl.tag.StartTag
Return true if attribute at index is namespace declaration such as xmlns='...' or xmlns:prefix='...'
Return true if attribute at index is namespace declaration such as xmlns='...' or xmlns:prefix='...'
isBufferShrinkable() - method in class org.gjt.xpp.impl.pullparser.PullParser
isBufferShrinkable() - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
isBufferShrinkable() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
isBufferShrinkable() - method in class org.gjt.xpp.XmlPullParserBufferControl
isEndTagNewLine() - method in class org.gjt.xpp.impl.format.Formatter
Should new line be added after end tag?
isEndTagNewLine() - method in class org.gjt.xpp.XmlFormatter
Should new line be added after end tag?
isFinished() - method in class org.gjt.xpp.impl.pullnode.PullNode
isFinished() - method in class org.gjt.xpp.XmlPullNode
Is pull parsing of node finished.
isNameChar(char) - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
isNamespaceAttributesReporting() - method in class org.gjt.xpp.impl.pullparser.PullParser
Is parser going to report namespace attributes (xmlns*) ?
isNamespaceAttributesReporting() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Is parser going to report namespace attributes (xmlns*) ?
isNamespaceAttributesReporting() - method in class org.gjt.xpp.XmlPullParser
Is parser going to report namespace attributes (xmlns*) ?
isNamespaceAware() - method in class org.gjt.xpp.impl.pullparser.PullParser
Is parser namespace aware?
isNamespaceAware() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Is parser namespace aware?
isNamespaceAware() - method in class org.gjt.xpp.XmlPullParser
Is parser namespace aware?
isNamespaceAware() - method in class org.gjt.xpp.XmlPullParserFactory
Indicates whether or not the factory is configured to produce parsers which are namespace aware.
isNameStartChar(char) - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
isS(char) - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
Determine if ch is whitespace ([3] S)
isWhitespaceContent() - method in class org.gjt.xpp.impl.pullparser.PullParser
Return true if just read CONTENT contained only white spaces.
isWhitespaceContent() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Return true if just read CONTENT contained only white spaces.
isWhitespaceContent() - method in class org.gjt.xpp.XmlPullParser
Check if last CONTENT contained only whitespace characters.

L

localName - field in class org.gjt.xpp.impl.tag.Attribute
localName - field in class org.gjt.xpp.x2impl.x2pullparser.X2Attribute
locator - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
LOOKUP_MAX - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
LOOKUP_MAX_CHAR - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
lookupNameChar - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
lookupNameStartChar - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer

M

mixInElement - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
modifyTag(String,String,String) - method in class org.gjt.xpp.impl.tag.Tag
this constructor is modeled after SAX2 startTag
modifyTag(String,String,String) - method in class org.gjt.xpp.XmlTag
Modify tag to have namespace URI, localName and rawName.

N

namespace2Prefix(String) - method in class org.gjt.xpp.impl.node.Node
return prefix for namesapce searching node tree upward.
namespace2Prefix(String) - method in class org.gjt.xpp.XmlNode
return prefix for namesapce searching node tree upward.
NAMESPACE_PREFIXES_FEATURE_ID - static field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
NAMESPACES_FEATURE_ID - static field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
needToSetInput - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
newEndTag() - method in class org.gjt.xpp.impl.PullParserFactoryFullImpl
Create new end tag.
newEndTag() - method in class org.gjt.xpp.impl.PullParserFactorySmallImpl
newEndTag() - method in class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
Create new end tag.
newEndTag() - method in class org.gjt.xpp.XmlPullParserFactory
Create new end tag.
newFormatter() - method in class org.gjt.xpp.impl.PullParserFactoryFullImpl
Return new XML formatter.
newFormatter() - method in class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
Return new XML formatter.
newFormatter() - method in class org.gjt.xpp.XmlPullParserFactory
Return new XML formatter.
newInstance() - static method in class org.gjt.xpp.XmlPullParserFactory
Get a new instance of a PullParserFactory used to create XPP.
newInstance(Class) - static method in class org.gjt.xpp.XmlPullParserFactory
Get a new instance of a PullParserFactory used to create XPP.
newInstance(String) - static method in class org.gjt.xpp.XmlPullParserFactory
Get a new instance of a PullParserFactory from given class name.
newNode() - method in class org.gjt.xpp.impl.node.Node
context sensitive factory method to create the same type of node
newNode() - method in class org.gjt.xpp.impl.pullnode.PullNode
newNode() - method in class org.gjt.xpp.impl.PullParserFactoryFullImpl
Return new XML node.
newNode() - method in class org.gjt.xpp.impl.PullParserFactorySmallImpl
newNode() - method in class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
Return new XML node.
newNode() - method in class org.gjt.xpp.XmlNode
context sensitive factory method to create the same type of node
newNode() - method in class org.gjt.xpp.XmlPullNode
context sensitive factory method to create the same type of node
newNode() - method in class org.gjt.xpp.XmlPullParserFactory
Return new XML node.
Return new XML node that is represeting tree from current pull parser start tag.
newNode(String,String) - method in class org.gjt.xpp.impl.node.Node
newNode(String,String) - method in class org.gjt.xpp.XmlNode
newPullNode(org.gjt.xpp.XmlPullParser) - method in class org.gjt.xpp.impl.pullnode.PullNode
Return new XML pull node that is represeting tree from current pull parser start tag.
Return new XML pull node that is represeting tree from current pull parser start tag.
Return new XML pull node that is represeting tree from current pull parser start tag.
newPullParser() - method in class org.gjt.xpp.impl.PullParserFactoryFullImpl
Create new XML pull parser.
newPullParser() - method in class org.gjt.xpp.impl.PullParserFactorySmallImpl
newPullParser() - method in class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
Create new XML pull parser.
newPullParser() - method in class org.gjt.xpp.XmlPullParserFactory
Create new XML pull parser.
newRecorder() - method in class org.gjt.xpp.impl.PullParserFactoryFullImpl
Return new XML recorder.
newRecorder() - method in class org.gjt.xpp.impl.PullParserFactorySmallImpl
newRecorder() - method in class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
Return new XML recorder.
newRecorder() - method in class org.gjt.xpp.XmlPullParserFactory
Return new XML recorder.
newStartTag() - method in class org.gjt.xpp.impl.PullParserFactoryFullImpl
Return new XML start tag.
newStartTag() - method in class org.gjt.xpp.impl.PullParserFactorySmallImpl
newStartTag() - method in class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
Return new XML start tag.
newStartTag() - method in class org.gjt.xpp.XmlPullParserFactory
Return new XML start tag.
next() - method in class org.gjt.xpp.impl.pullparser.PullParser
This is key method - it reads more from input stream and returns next event type (such as START_TAG, END_TAG, CONTENT).
next() - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
Return next recognized toke or END_DOCUMENT if no more input.
next() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
This is a key method - translates XNI callbacks into XPP events (such as START_TAG, END_TAG, CONTENT).
next() - method in class org.gjt.xpp.XmlPullParser
Get next parsing event.
nextState - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Node - class org.gjt.xpp.impl.node.Node
Encapsulate XML Node with list of associated children and namespaces :-).
Node() - constructor for class org.gjt.xpp.impl.node.Node
nonWhitespaceContent - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
nsColonCount - field in class org.gjt.xpp.impl.tokenizer.Tokenizer

O

oneChild - field in class org.gjt.xpp.impl.node.Node
org.gjt.xpp - package
This package defines classes compromising public API of XML Pull Parser 2.0 (org.gjt.xpp).
Constains reference implementation of Xml Pull Parser 2.0 (org.gjt.xpp).
out - field in class org.gjt.xpp.impl.format.Recorder

P

paramNotifyAttValue - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
paramNotifyCDSect - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
paramNotifyCharacters - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
paramNotifyCharRef - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
paramNotifyComment - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
paramNotifyDoctype - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
paramNotifyEntityRef - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
paramNotifyPI - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
parent - field in class org.gjt.xpp.impl.node.Node
parsedContent - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
This falg decides which buffer will be used to retrieve content for current token.
pc - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
This is buffer for parsed content such as actual valuue of entity ('<' in buf but in pc it is '&lt')
pcEnd - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
pcStart - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
Range [pcStart, pcEnd) defines part of pc that is content of current token iff parsedContent == false
PI - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
pos - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
position of next char that will be read from buffer
POS_ABSOLUTE_END - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
POS_ABSOLUTE_START - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
posEnd - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
posNsColon - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
posStart - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
Range [posStart, posEnd) defines part of buf that is content of current token iff parsedContent == false
pp - field in class org.gjt.xpp.impl.pullnode.PullNode
prefix - field in class org.gjt.xpp.impl.tag.Attribute
prefix - field in class org.gjt.xpp.x2impl.x2pullparser.X2Attribute
prefix2Namespace(String) - method in class org.gjt.xpp.impl.node.Node
return namespace for prefix searching node tree upward.
prefix2Namespace(String) - method in class org.gjt.xpp.XmlNode
return namespace for prefix searching node tree upward.
prefix2Ns - field in class org.gjt.xpp.impl.node.Node
prefix2Ns - field in class org.gjt.xpp.impl.pullparser.PullParser
mapping of names prefixes to uris
prefix2Ns - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
mapping of names prefixes to uris
printFields(StringBuffer) - method in class org.gjt.xpp.impl.node.Node
Print into StringBuffer element name
printFields(StringBuffer) - method in class org.gjt.xpp.impl.pullnode.PullNode
Print this class state into StringBuffer element name
printFields(StringBuffer) - method in class org.gjt.xpp.impl.tag.StartTag
Print into StringBuffer element name
printFields(StringBuffer) - method in class org.gjt.xpp.impl.tag.Tag
Print into StringBuffer element name
printStackTrace() - method in class org.gjt.xpp.impl.tag.PullParserRuntimeException
printStackTrace() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
printStackTrace() - method in class org.gjt.xpp.XmlPullParserException
processingInstruction(String,XMLString,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
PullNode - class org.gjt.xpp.impl.pullnode.PullNode
Allows node tree to be constructed on demand.
PullNode(org.gjt.xpp.XmlPullParser) - constructor for class org.gjt.xpp.impl.pullnode.PullNode
PullParser - class org.gjt.xpp.impl.pullparser.PullParser
XML Pull Parser (XPP) allows to pull XML events from input stream.
PullParser() - constructor for class org.gjt.xpp.impl.pullparser.PullParser
Create instance of pull parser.
pullParserConfiguration - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Implementation of Pull Parser Factory.
Implementation of Pull Parser Factory.
Extended runtime excpetion to allow chaining.
PullParserRuntimeException(String) - constructor for class org.gjt.xpp.impl.tag.PullParserRuntimeException
PullParserRuntimeException(Throwable) - constructor for class org.gjt.xpp.impl.tag.PullParserRuntimeException

Q

qName - field in class org.gjt.xpp.impl.tag.Attribute
qName - field in class org.gjt.xpp.x2impl.x2pullparser.X2Attribute

R

read(char[],int,int) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
readChildren() - method in class org.gjt.xpp.impl.pullnode.PullNode
Read all reminaing children up to end tag.
readChildren() - method in class org.gjt.xpp.XmlPullNode
Read all reminaing children up to end tag.
readContent() - method in class org.gjt.xpp.impl.pullparser.PullParser
Return String that contains just read CONTENT.
readContent() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Return String that contains just read CONTENT.
readContent() - method in class org.gjt.xpp.XmlPullParser
Read current content as Stirng.
readDeclaredNamespaceUris(String[],int,int) - method in class org.gjt.xpp.impl.node.Node
readDeclaredPrefixes(String[],int,int) - method in class org.gjt.xpp.impl.node.Node
readDeclaredPrefixes(String[],int,int) - method in class org.gjt.xpp.XmlNode
readEndTag(org.gjt.xpp.XmlEndTag) - method in class org.gjt.xpp.impl.pullparser.PullParser
Read value of just read END_TAG into passed as argument EndTag.
readEndTag(org.gjt.xpp.XmlEndTag) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Read value of just read END_TAG into passed as argument EndTag.
readEndTag(org.gjt.xpp.XmlEndTag) - method in class org.gjt.xpp.XmlPullParser
Read current end tag.
readNamespacesPrefixes(int,String[],int,int) - method in class org.gjt.xpp.impl.pullparser.PullParser
Return namespace prefixes for element at depth
readNamespacesPrefixes(int,String[],int,int) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Return namespace prefixes for element at depth
Return namespace prefixes for element at depth
readNamespacesUris(int,String[],int,int) - method in class org.gjt.xpp.impl.pullparser.PullParser
Return namespace URIs for element at depth
readNamespacesUris(int,String[],int,int) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Return namespace URIs for element at depth
Return namespace URIs for element at depth
readNextChild() - method in class org.gjt.xpp.impl.pullnode.PullNode
readNextChild() - method in class org.gjt.xpp.XmlPullNode
This is preferred method to pull children (children() requires .wrapping object Enumeration).
readNode(org.gjt.xpp.XmlNode) - method in class org.gjt.xpp.impl.pullparser.PullParser
Read subtree into node: call readNodeWithoutChildren and then parse subtree adding children (values obtained with readXontent or readNodeWithoutChildren).
readNode(org.gjt.xpp.XmlNode) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Read subtree into node: call readNodeWithoutChildren and then parse subtree adding children (values obtained with readXontent or readNodeWithoutChildren).
readNode(org.gjt.xpp.XmlNode) - method in class org.gjt.xpp.XmlPullParser
Read subtree into node: call readNodeWithoutChildren and then parse subtree adding children (values obtained with readXontent or readNodeWithoutChildren).
readNode(Reader) - method in class org.gjt.xpp.XmlPullParserFactory
Equivalent to calling readNode(reader, false);
readNode(Reader,boolean) - method in class org.gjt.xpp.XmlPullParserFactory
Read XmlNode from input - essentially it is utility function that will create instance of pull parser, feed input inpt it and return new node tree parsed form the input.
readNodeWithoutChildren(org.gjt.xpp.XmlNode) - method in class org.gjt.xpp.impl.pullparser.PullParser
Read node: it calls readStartTag and then if parser is namespaces aware currently declared nemaspeces will be added and defaultNamespace will be set.
readNodeWithoutChildren(org.gjt.xpp.XmlNode) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Read node: it calls readStartTag and then if parser is namespaces aware currently declared nemaspeces will be added and defaultNamespace will be set.
Read node: it calls readStartTag and then if parser is namespaces aware currently declared nemaspeces will be added and defaultNamespace will be set.
readStartTag(org.gjt.xpp.XmlStartTag) - method in class org.gjt.xpp.impl.pullparser.PullParser
Read value of just read START_TAG into passed as argument StartTag.
readStartTag(org.gjt.xpp.XmlStartTag) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Read value of just read START_TAG into passed as argument StartTag.
Read current start tag.
Recorder - class org.gjt.xpp.impl.format.Recorder
Implementatin of Recorder that is simply writing XML to output sink.
Recorder() - constructor for class org.gjt.xpp.impl.format.Recorder
removeAttributeByName(String,String) - method in class org.gjt.xpp.impl.tag.StartTag
This method tries to remove attribute identified by namespace uti and local name.
This method tries to remove attribute identified by namespace uti and local name.
removeAttributeByRawName(String) - method in class org.gjt.xpp.impl.tag.StartTag
This method tries to remove attribute identified by raw name.
removeAttributeByRawName(String) - method in class org.gjt.xpp.XmlStartTag
This method tries to remove attribute identified by raw name.
removeAttributes() - method in class org.gjt.xpp.impl.tag.StartTag
remove all atribute
removeAttributes() - method in class org.gjt.xpp.XmlStartTag
remove all atribute
removeChildAt(int) - method in class org.gjt.xpp.impl.node.Node
removeChildAt(int) - method in class org.gjt.xpp.impl.pullnode.PullNode
removeChildAt(int) - method in class org.gjt.xpp.XmlNode
removeChildren() - method in class org.gjt.xpp.impl.node.Node
Removes all children - every child that was implementing XmlNode will have set parent to null.
removeChildren() - method in class org.gjt.xpp.impl.pullnode.PullNode
removeChildren() - method in class org.gjt.xpp.XmlNode
Removes all children - every child that was implementing XmlNode will have set parent to null.
removeDeclaredNamespaces() - method in class org.gjt.xpp.impl.node.Node
removeDeclaredNamespaces() - method in class org.gjt.xpp.XmlNode
replaceChildAt(int,Object) - method in class org.gjt.xpp.impl.node.Node
replaceChildAt(int,Object) - method in class org.gjt.xpp.impl.pullnode.PullNode
replaceChildAt(int,Object) - method in class org.gjt.xpp.XmlNode
reportNsAttribs - field in class org.gjt.xpp.impl.pullparser.PullParser
should parser report namespace xmlns* attributes ?
reportNsAttribs - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
should parser report namespace xmlns* attributes ?
reset() - method in class org.gjt.xpp.impl.pullparser.PullParser
Reset parser state so it can be used to parse new
reset() - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
reset() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Reset parser state so it can be used to parse new
reset() - method in class org.gjt.xpp.XmlPullParser
Reset the parser state.
resetEndTag() - method in class org.gjt.xpp.impl.tag.EndTag
resetEndTag() - method in class org.gjt.xpp.XmlEndTag
resetNode() - method in class org.gjt.xpp.impl.node.Node
Clear all Tag state to default values.
resetNode() - method in class org.gjt.xpp.XmlNode
Clear all Tag state to default values.
resetPullNode() - method in class org.gjt.xpp.impl.pullnode.PullNode
PullNode stays in finished state.
resetPullNode() - method in class org.gjt.xpp.XmlPullNode
resetStartTag() - method in class org.gjt.xpp.impl.tag.StartTag
Reinitialize start tag content to none
resetStartTag() - method in class org.gjt.xpp.XmlStartTag
Clear all Tag state to default values.
resetState() - method in class org.gjt.xpp.impl.pullparser.PullParser
resetState() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
resetTag() - method in class org.gjt.xpp.impl.tag.Tag
resetTag() - method in class org.gjt.xpp.XmlTag
Clear all Tag state to default values.
row - field in class org.gjt.xpp.XmlPullParserException

S

seenContent - field in class org.gjt.xpp.impl.tokenizer.Tokenizer
seenContent - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
seenCR - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
seenException - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
seenRootElement - field in class org.gjt.xpp.impl.pullparser.PullParser
Have we seen root element
seenRootElement - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Have we seen root element
setAllowedMixedContent(boolean) - method in class org.gjt.xpp.impl.pullparser.PullParser
Allow for mixed element content.
setAllowedMixedContent(boolean) - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
Set support for mixed conetent.
setAllowedMixedContent(boolean) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Allow for mixed element content.
setAllowedMixedContent(boolean) - method in class org.gjt.xpp.XmlPullParser
Allow for mixed element content.
setBufferShrinkable(boolean) - method in class org.gjt.xpp.impl.pullparser.PullParser
setBufferShrinkable(boolean) - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
setBufferShrinkable(boolean) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
setCumulative(boolean) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
setDefaultNamespaceUri(String) - method in class org.gjt.xpp.impl.node.Node
Set default namesapce URI (xmlns='....')
setDefaultNamespaceUri(String) - method in class org.gjt.xpp.XmlNode
Set default namesapce URI (xmlns='....')
setDetail(Throwable) - method in class org.gjt.xpp.impl.tag.PullParserRuntimeException
setDetail(Throwable) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
setDetail(Throwable) - method in class org.gjt.xpp.XmlPullParserException
setDocumentSource(XMLDocumentSource) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Sets the document source
setEndTagNewLine(boolean) - method in class org.gjt.xpp.impl.format.Formatter
Should new line be added after end tag?
setEndTagNewLine(boolean) - method in class org.gjt.xpp.XmlFormatter
Should new line be added after end tag?

NOTE: setting it to true will affect output XML parsing when there are elements with mixed content allowed!

setHardLimit(int) - method in class org.gjt.xpp.impl.pullparser.PullParser
setHardLimit(int) - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
Set hard limit on internal buffer size.
setHardLimit(int) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
setHardLimit(int) - method in class org.gjt.xpp.XmlPullParserBufferControl
setInput(char[]) - method in class org.gjt.xpp.impl.pullparser.PullParser
Reset parser and set new input.
setInput(char[]) - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
Reset tokenizer state and set new input source
setInput(char[]) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Reset parser and set new input.
setInput(char[]) - method in class org.gjt.xpp.XmlPullParser
Set the input for parser.
setInput(char[],int,int) - method in class org.gjt.xpp.impl.pullparser.PullParser
Set the input for parser.
setInput(char[],int,int) - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
setInput(char[],int,int) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Set the input for parser.
setInput(char[],int,int) - method in class org.gjt.xpp.XmlPullParser
Set the input for parser.
setInput(Reader) - method in class org.gjt.xpp.impl.pullparser.PullParser
Reset parser and set new input.
setInput(Reader) - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
Reset tokenizer state and set new input source
setInput(Reader) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Reset parser and set new input.
setInput(Reader) - method in class org.gjt.xpp.XmlPullParser
Set the input for parser.
setNamespaceAttributesReporting(boolean) - method in class org.gjt.xpp.impl.pullparser.PullParser
Make parser to report xmlns* attributes.
setNamespaceAttributesReporting(boolean) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Make parser to report xmlns* attributes.
Make parser to report xmlns* attributes.
setNamespaceAware(boolean) - method in class org.gjt.xpp.impl.pullparser.PullParser
Set support of namespaces.
setNamespaceAware(boolean) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Set support of namespaces.
setNamespaceAware(boolean) - method in class org.gjt.xpp.XmlPullParser
Indicate that the parser understands XML Namespaces

NOTE: this is not resetable parameter.

setNamespaceAware(boolean) - method in class org.gjt.xpp.XmlPullParserFactory
Specifies that the parser produced by this factory will provide support for XML namespaces.
setNotifyAll(boolean) - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
Set notification of all XML content tokens: Characters, Comment, CDSect, Doctype, PI, EntityRef, CharRef and AttValue (tokens for STag, ETag and Attribute are always sent).
setOutput(Writer) - method in class org.gjt.xpp.impl.format.Recorder
setOutput(Writer) - method in class org.gjt.xpp.XmlRecorder
setParentNode(org.gjt.xpp.XmlNode) - method in class org.gjt.xpp.impl.node.Node
setParentNode(org.gjt.xpp.XmlNode) - method in class org.gjt.xpp.XmlNode
setParseContent(boolean) - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
Allow reporting parsed content for element content and attribute content (no need to deal with low level tokens such as in setNotifyAll).
setPullParser(org.gjt.xpp.XmlPullParser) - method in class org.gjt.xpp.impl.pullnode.PullNode
Reset pull node to use pull parser.
Reset pull node to use pull parser.
setSoftLimit(int) - method in class org.gjt.xpp.impl.pullparser.PullParser
setSoftLimit(int) - method in class org.gjt.xpp.impl.tokenizer.Tokenizer
Set soft limit on internal buffer size.
setSoftLimit(int) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
setSoftLimit(int) - method in class org.gjt.xpp.XmlPullParserBufferControl
shrinkable - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
skipChildren() - method in class org.gjt.xpp.impl.pullnode.PullNode
skipChildren() - method in class org.gjt.xpp.XmlPullNode
skipNode() - method in class org.gjt.xpp.impl.pullparser.PullParser
If parser has just read start tag it allows to skip whoole subtree contined in this element.
skipNode() - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
If parser has just read start tag it allows to skip whoole subtree contined in this element.
skipNode() - method in class org.gjt.xpp.XmlPullParser
Goes directly to the next sibling

NOTE: parser must be on START_TAG event.

STAG_END - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
STAG_NAME - static field in class org.gjt.xpp.impl.tokenizer.Tokenizer
START_TAG - static field in class org.gjt.xpp.XmlPullParser
start tag was just read
startCDATA(Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
startDocument(XMLLocator,String,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
startDocument(XMLLocator,String,NamespaceContext,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
startElement(QName,XMLAttributes,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
startEntity(String,String,String,String,String,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
startPrefixMapping(String,String,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
StartTag - class org.gjt.xpp.impl.tag.StartTag
Encapsulate XML STag and EmptyElement
StartTag() - constructor for class org.gjt.xpp.impl.tag.StartTag
startTagInitialized - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
state - field in class org.gjt.xpp.impl.pullparser.PullParser
what is current event type as returned from next()?
state - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
what is current event type as returned from next()?
supportNs - field in class org.gjt.xpp.impl.pullparser.PullParser
should parser support namespaces?
supportNs - field in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
should parser support namespaces?

T

Tag - class org.gjt.xpp.impl.tag.Tag
Encapsulate XML ETag
Tag() - constructor for class org.gjt.xpp.impl.tag.Tag
textDecl(String,String,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
token - field in class org.gjt.xpp.impl.pullparser.PullParser
what is current token returned from tokeizer
Tokenizer - class org.gjt.xpp.impl.tokenizer.Tokenizer
Simpe XML Tokenizer (SXT) performs input stream tokenizing.
tokenizer - field in class org.gjt.xpp.impl.pullparser.PullParser
XML tokenizer that is doing actual tokenizning of input stream.
Tokenizer() - constructor for class org.gjt.xpp.impl.tokenizer.Tokenizer
This exception is thrown to signal exceeding tokenizer hard limit on internal input buffer.
TokenizerBufferOverflowException() - constructor for class org.gjt.xpp.impl.tokenizer.TokenizerBufferOverflowException
TokenizerBufferOverflowException(String) - constructor for class org.gjt.xpp.impl.tokenizer.TokenizerBufferOverflowException
TokenizerException - class org.gjt.xpp.impl.tokenizer.TokenizerException
This exception is thrown to signal all XML tokenizing errors.
TokenizerException() - constructor for class org.gjt.xpp.impl.tokenizer.TokenizerException
TokenizerException(String) - constructor for class org.gjt.xpp.impl.tokenizer.TokenizerException
TokenizerException(String,int,int) - constructor for class org.gjt.xpp.impl.tokenizer.TokenizerException
toString() - method in class org.gjt.xpp.impl.tag.Attribute
toString() - method in class org.gjt.xpp.impl.tag.EndTag
Return string representation of end tag including name
toString() - method in class org.gjt.xpp.impl.node.Node
Return string representation of start tag including name and list of attributes.
toString() - method in class org.gjt.xpp.impl.pullnode.PullNode
Return string representation of start tag including name and list of attributes.
toString() - method in class org.gjt.xpp.impl.tag.StartTag
Return string representation of start tag including name and list of attributes.
toString() - method in class org.gjt.xpp.x2impl.x2pullparser.X2Attribute
toString() - method in class org.gjt.xpp.x2impl.x2pullparser.X2ElementContent

U

uri - field in class org.gjt.xpp.impl.tag.Attribute
uri - field in class org.gjt.xpp.x2impl.x2pullparser.X2Attribute
USE_QNAMEBUF - static field in class org.gjt.xpp.impl.pullparser.PullParser

V

value - field in class org.gjt.xpp.impl.tag.Attribute
value - field in class org.gjt.xpp.x2impl.x2pullparser.X2Attribute

W

warning(String,String,XMLParseException) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Warning.
write(Object) - method in class org.gjt.xpp.impl.format.Recorder
write(Object) - method in class org.gjt.xpp.XmlRecorder
writeContent(String) - method in class org.gjt.xpp.impl.format.Recorder
writeContent(String) - method in class org.gjt.xpp.XmlRecorder
writeEndTag(org.gjt.xpp.XmlEndTag) - method in class org.gjt.xpp.impl.format.Formatter
writeEndTag(org.gjt.xpp.XmlEndTag) - method in class org.gjt.xpp.impl.format.Recorder
writeEndTag(org.gjt.xpp.XmlEndTag) - method in class org.gjt.xpp.XmlRecorder
writeEscaped(String,boolean) - method in class org.gjt.xpp.impl.format.Recorder
writeNode(org.gjt.xpp.XmlNode) - method in class org.gjt.xpp.impl.format.Recorder
writeNode(org.gjt.xpp.XmlNode) - method in class org.gjt.xpp.XmlRecorder
Equivalent to calling writeNode(node, writer, false);
writeStartTag(org.gjt.xpp.XmlStartTag) - method in class org.gjt.xpp.impl.format.Recorder
writeStartTagAsEndTag(org.gjt.xpp.XmlStartTag) - method in class org.gjt.xpp.impl.format.Formatter
writeStartTagAsEndTag(org.gjt.xpp.XmlStartTag) - method in class org.gjt.xpp.impl.format.Recorder
writeStartTagStart(org.gjt.xpp.XmlStartTag) - method in class org.gjt.xpp.impl.format.Recorder
writeXml(org.gjt.xpp.XmlWritable) - method in class org.gjt.xpp.impl.format.Recorder
writeXml(org.gjt.xpp.XmlWritable) - method in class org.gjt.xpp.XmlRecorder
writeXml(Writer) - method in class org.gjt.xpp.XmlWritable

X

X2Attribute - class org.gjt.xpp.x2impl.x2pullparser.X2Attribute
used only internally by XPP
X2Attribute() - constructor for class org.gjt.xpp.x2impl.x2pullparser.X2Attribute
X2ElementContent - class org.gjt.xpp.x2impl.x2pullparser.X2ElementContent
Utility class to keep information about XML element such as name etc.
X2PullParser - class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
This is Xerces 2 driver that uses XNI pull parsing capabilities to implement XML Pull Parser API.
X2PullParser() - constructor for class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Create instance of pull parser.
Implementation of Pull Parser Factory.
X2PullParserRuntimeException - class org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
Extended runtime excpetion to allow chaining.
X2PullParserRuntimeException(String) - constructor for class org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
X2PullParserRuntimeException(String,Throwable) - constructor for class org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
X2PullParserRuntimeException(Throwable) - constructor for class org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
xmlDecl(String,String,String,Augmentations) - method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
XmlEndTag - interface org.gjt.xpp.XmlEndTag
This represent XML end tag.
XmlFormatter - interface org.gjt.xpp.XmlFormatter
This interface extends XmlRecorder to give some control over formattingof XML output.
XmlNode - interface org.gjt.xpp.XmlNode
This class represents XML subtree.
xmlnsAttrib - field in class org.gjt.xpp.impl.tag.Attribute
when true indicates that attribute is xmlns* related
xmlnsAttrib - field in class org.gjt.xpp.x2impl.x2pullparser.X2Attribute
when true indicates that attribute is xmlns* related
XmlPullNode - interface org.gjt.xpp.XmlPullNode
This class represents pullable XML subtree - children are built on demand.
XmlPullParser - interface org.gjt.xpp.XmlPullParser
Generic interface for simple and quick XML Pull Parser.
Additional interface to control XML Pull Parser buffering.
Special interface to retrieve event positioning information.
This exception is thrown to signal XML Pull Parser related excepions.
XmlPullParserException() - constructor for class org.gjt.xpp.XmlPullParserException
XmlPullParserException(String) - constructor for class org.gjt.xpp.XmlPullParserException
XmlPullParserException(Throwable) - constructor for class org.gjt.xpp.XmlPullParserException
This class is used to create implementations of XML Pull Parser.
XmlPullParserFactory() - constructor for class org.gjt.xpp.XmlPullParserFactory
Proteted constructor to be called by factory implementations.
XmlRecorder - interface org.gjt.xpp.XmlRecorder
This class represents abstract functionality necessary to to persist XML Pull Parser events.
XmlStartTag - interface org.gjt.xpp.XmlStartTag
This class represents abstract functionality necessary to to persist XML Pull Parser events.
XmlTag - interface org.gjt.xpp.XmlTag
Base interface that encapsulates common functionality for XML elements: both start tag and end tag (an empty element is equivalent to start tag followed by end tag so for simplicity ti is not modeled as a separate class).
XmlWritable - interface org.gjt.xpp.XmlWritable
This interface can be used by classes that wishes to implement its own way to persist XML into writer.

Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.

Note this package is deprecated by XPP3 that implements XmlPull API