Index

A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addAttribute(String, String, String, String) - Method in class org.gjt.xpp.impl.tag.StartTag
parameters modeled after SAX2 attribute approach
addAttribute(String, String, String, String) - Method in interface org.gjt.xpp.XmlStartTag
parameters modeled after SAX2 attribute approach
addAttribute(String, String, String, String, boolean) - Method in class org.gjt.xpp.impl.tag.StartTag
 
addAttribute(String, String, String, String, boolean) - Method in interface org.gjt.xpp.XmlStartTag
Parameter isNamespaceDeclaration if true indicates that attribute is related to namespace management and may be ignored by normal processing
addDeclaredNamespaces(String[], int, int, String[]) - Method in class org.gjt.xpp.impl.node.Node
 
addDeclaredNamespaces(String[], int, int, String[]) - Method in interface org.gjt.xpp.XmlNode
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 interface org.gjt.xpp.XmlNode
 
allowedMixedContent - Variable 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 interface org.gjt.xpp.XmlNode
 
ATTR_CHARACTERS - Static variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
ATTR_CONTENT - Static variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
ATTR_NAME - Static variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
Attribute - Class in org.gjt.xpp.impl.tag
used only internally by XPP
Attribute() - Constructor for class org.gjt.xpp.impl.tag.Attribute
 
attrPos - Variable in class org.gjt.xpp.impl.pullparser.PullParser
temporary array of current attributes
attrPos - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
temporary array of current attributes
attrPosEnd - Variable in class org.gjt.xpp.impl.pullparser.PullParser
index for last attribute in attrPos array
attrPosEnd - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
index for last attribute in attrPos array
attrPosSize - Variable in class org.gjt.xpp.impl.pullparser.PullParser
size of attrPos array
attrPosSize - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
size of attrPos array
attrQName - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 

B

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

C

CDSECT - Static variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
CHAR_REF - Static variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
characters(XMLString, Augmentations) - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
CHARACTERS - Static variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
CHECK_ATTRIB_UNIQ - Static variable in class org.gjt.xpp.impl.pullparser.PullParser
Should attribute uniqueness be checked for attributes as in specified XML and NS specifications?
children - Variable 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 interface org.gjt.xpp.XmlNode
 
children() - Method in interface 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 - Variable in class org.gjt.xpp.impl.node.Node
 
close() - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
 
column - Variable in exception org.gjt.xpp.XmlPullParserException
 
comment(XMLString, Augmentations) - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
COMMENT - Static variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
CONTENT - Static variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
CONTENT - Static variable in interface org.gjt.xpp.XmlPullParser
element content was just read
contentBuf - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Content of current element if in CONTENT state
contentEventEnd - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
contentEventStart - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
cumulativeReader - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
CumulativeReader(Reader) - Constructor for class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
Constructs this reader from another reader.

D

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

E

elContent - Variable in class org.gjt.xpp.impl.pullparser.PullParser
Content of current element if in CONTENT state
ElementContent - Class in org.gjt.xpp.impl.pullparser
Utility class to keep information about XML element such as name etc.
elStack - Variable in class org.gjt.xpp.impl.pullparser.PullParser
temprary array to keep ElementContent stack
elStack - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
temprary array to keep ElementContent stack
elStackDepth - Variable in class org.gjt.xpp.impl.pullparser.PullParser
how many elements are on elStack
elStackDepth - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
how many elements are on elStack
elStackSize - Variable in class org.gjt.xpp.impl.pullparser.PullParser
size of elStack array
elStackSize - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
size of elStack array
EMPTY_ELEMENT - Static variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
EMPTY_ENUMERATION - Static variable in class org.gjt.xpp.impl.node.Node
 
emptyElement - Variable in class org.gjt.xpp.impl.pullparser.PullParser
Have we read empty element?
emptyElement - Variable 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 variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
END_DOCUMENT - Static variable in interface org.gjt.xpp.XmlPullParser
signal logical end of xml document
END_TAG - Static variable in interface 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 in org.gjt.xpp.impl.tag
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 interface 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 interface org.gjt.xpp.XmlNode
 
ensureDeclaredNamespacesCapacity(int) - Method in class org.gjt.xpp.impl.node.Node
 
ensureDeclaredNamespacesCapacity(int) - Method in interface org.gjt.xpp.XmlNode
 
ENTITY_REF - Static variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
equals(Object) - Method in class org.gjt.xpp.impl.node.Node
 
equals(Object) - Method in class org.gjt.xpp.impl.tag.Attribute
 
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 variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
eventEnd - Variable in class org.gjt.xpp.impl.pullparser.PullParser
end position of current event in tokenizer biffer
eventEnd - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
end position of current event in tokenizer biffer
eventStart - Variable in class org.gjt.xpp.impl.pullparser.PullParser
start position of current event in tokenizer biffer
eventStart - Variable 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 - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Document source
Formatter - Class in org.gjt.xpp.impl.format
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 interface 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 interface 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 interface 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
 
getAttributePrefix(int) - Method in interface 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 interface 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 interface 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.
getAttributeValueFromName(String, String) - Method in interface org.gjt.xpp.XmlStartTag
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.
getAttributeValueFromRawName(String) - Method in interface org.gjt.xpp.XmlStartTag
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
 
getBufferShrinkOffset() - Method in interface org.gjt.xpp.XmlPullParserBufferControl
 
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 interface 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 interface 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 interface 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 interface org.gjt.xpp.XmlPullParser
 
getColumnNumber() - Method in exception org.gjt.xpp.XmlPullParserException
 
getContentLength() - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
getContentLength() - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
getContentLength() - Method in interface 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 interface org.gjt.xpp.XmlNode
 
getDefaultNamespaceUri() - Method in class org.gjt.xpp.impl.node.Node
 
getDefaultNamespaceUri() - Method in interface org.gjt.xpp.XmlNode
Namesapce URI associated with default namesapce prefix (xmlns='....')
getDepth() - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
getDepth() - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
getDepth() - Method in interface org.gjt.xpp.XmlPullParser
Returns the current depth of the element.
getDetail() - Method in exception org.gjt.xpp.impl.tag.PullParserRuntimeException
 
getDetail() - Method in exception org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
 
getDetail() - Method in exception 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 interface 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 interface 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 interface org.gjt.xpp.XmlPullParserEventPosition
 
getEventType() - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
getEventType() - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
getEventType() - Method in interface 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 interface 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 interface org.gjt.xpp.XmlPullParser
 
getLineNumber() - Method in exception org.gjt.xpp.XmlPullParserException
 
getLocalName() - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
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
 
getLocalName() - Method in interface org.gjt.xpp.XmlPullParser
Returns the local name of the current element (current event must be START_TAG or END_TAG)
getLocalName() - Method in interface org.gjt.xpp.XmlTag
Returns the local name of the current element
getMessage() - Method in exception org.gjt.xpp.impl.tag.PullParserRuntimeException
 
getMessage() - Method in exception org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
 
getMessage() - Method in exception 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 interface org.gjt.xpp.XmlPullParser
 
getNamespaceUri() - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
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
 
getNamespaceUri() - Method in interface 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 interface 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 interface org.gjt.xpp.XmlRecorder
 
getParentNode() - Method in class org.gjt.xpp.impl.node.Node
 
getParentNode() - Method in interface 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 interface org.gjt.xpp.XmlPullParser
 
getPrefix() - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
getPrefix() - Method in class org.gjt.xpp.impl.tag.Tag
 
getPrefix() - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
getPrefix() - Method in interface org.gjt.xpp.XmlPullParser
Returns the prefix of the current element or null if elemet has no prefix.
getPrefix() - Method in interface 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 interface 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
 
getQNameLocal(String) - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
getQNameLocal(String) - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
getQNameLocal(String) - Method in interface org.gjt.xpp.XmlNode
Return local part of qname.
getQNameLocal(String) - Method in interface org.gjt.xpp.XmlPullParser
Return local part of qname.
getQNameUri(String) - Method in class org.gjt.xpp.impl.node.Node
 
getQNameUri(String) - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
getQNameUri(String) - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
getQNameUri(String) - Method in interface org.gjt.xpp.XmlNode
Return uri part of qname.
getQNameUri(String) - Method in interface org.gjt.xpp.XmlPullParser
Return uri part of qname.
getRawName() - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
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
 
getRawName() - Method in interface 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 interface 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 interface org.gjt.xpp.XmlPullParserBufferControl
 
gotContent - Variable 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 - Variable 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 interface org.gjt.xpp.XmlNode
 
isAllowedMixedContent() - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
isAllowedMixedContent() - Method in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
isAllowedMixedContent() - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
isAllowedMixedContent() - Method in interface org.gjt.xpp.XmlPullParser
Is mixed element context allowed?
isAttributeNamespaceDeclaration(int) - Method in class org.gjt.xpp.impl.tag.StartTag
 
isAttributeNamespaceDeclaration(int) - Method in interface org.gjt.xpp.XmlStartTag
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 interface org.gjt.xpp.XmlPullParserBufferControl
 
isEndTagNewLine() - Method in class org.gjt.xpp.impl.format.Formatter
 
isEndTagNewLine() - Method in interface 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 interface 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
 
isNamespaceAttributesReporting() - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
isNamespaceAttributesReporting() - Method in interface org.gjt.xpp.XmlPullParser
Is parser going to report namespace attributes (xmlns*) ?
isNamespaceAware() - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
isNamespaceAware() - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
isNamespaceAware() - Method in interface 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 interface org.gjt.xpp.XmlPullParser
Check if last CONTENT contained only whitespace characters.

L

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

M

mixInElement - Variable 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 interface org.gjt.xpp.XmlTag
Modify tag to have namespace URI, localName and rawName.

N

NAMESPACE_PREFIXES_FEATURE_ID - Static variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
namespace2Prefix(String) - Method in class org.gjt.xpp.impl.node.Node
 
namespace2Prefix(String) - Method in interface org.gjt.xpp.XmlNode
return prefix for namesapce searching node tree upward.
NAMESPACES_FEATURE_ID - Static variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
needToSetInput - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
newEndTag() - Method in class org.gjt.xpp.impl.PullParserFactoryFullImpl
 
newEndTag() - Method in class org.gjt.xpp.impl.PullParserFactorySmallImpl
 
newEndTag() - Method in class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
 
newEndTag() - Method in class org.gjt.xpp.XmlPullParserFactory
Create new end tag.
newFormatter() - Method in class org.gjt.xpp.impl.PullParserFactoryFullImpl
 
newFormatter() - Method in class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
 
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
 
newNode() - Method in class org.gjt.xpp.impl.PullParserFactorySmallImpl
 
newNode() - Method in class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
 
newNode() - Method in interface org.gjt.xpp.XmlNode
context sensitive factory method to create the same type of node
newNode() - Method in interface org.gjt.xpp.XmlPullNode
 
newNode() - Method in class org.gjt.xpp.XmlPullParserFactory
Return new XML node.
newNode(String, String) - Method in class org.gjt.xpp.impl.node.Node
 
newNode(String, String) - Method in interface org.gjt.xpp.XmlNode
 
newNode(XmlPullParser) - Method in class org.gjt.xpp.XmlPullParserFactory
Return new XML node that is represeting tree from current pull parser start tag.
newPullNode(XmlPullParser) - Method in class org.gjt.xpp.impl.pullnode.PullNode
 
newPullNode(XmlPullParser) - Method in class org.gjt.xpp.impl.PullParserFactoryFullImpl
 
newPullNode(XmlPullParser) - Method in class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
 
newPullNode(XmlPullParser) - Method in interface org.gjt.xpp.XmlPullNode
 
newPullNode(XmlPullParser) - Method in class org.gjt.xpp.XmlPullParserFactory
Return new XML pull node that is represeting tree from current pull parser start tag.
newPullParser() - Method in class org.gjt.xpp.impl.PullParserFactoryFullImpl
 
newPullParser() - Method in class org.gjt.xpp.impl.PullParserFactorySmallImpl
 
newPullParser() - Method in class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
 
newPullParser() - Method in class org.gjt.xpp.XmlPullParserFactory
Create new XML pull parser.
newRecorder() - Method in class org.gjt.xpp.impl.PullParserFactoryFullImpl
 
newRecorder() - Method in class org.gjt.xpp.impl.PullParserFactorySmallImpl
 
newRecorder() - Method in class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
 
newRecorder() - Method in class org.gjt.xpp.XmlPullParserFactory
Return new XML recorder.
newStartTag() - Method in class org.gjt.xpp.impl.PullParserFactoryFullImpl
 
newStartTag() - Method in class org.gjt.xpp.impl.PullParserFactorySmallImpl
 
newStartTag() - Method in class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
 
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 interface org.gjt.xpp.XmlPullParser
Get next parsing event.
nextState - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
Node - Class in org.gjt.xpp.impl.node
Encapsulate XML Node with list of associated children and namespaces :-).
Node() - Constructor for class org.gjt.xpp.impl.node.Node
 
nonWhitespaceContent - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
nsColonCount - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 

O

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

P

paramNotifyAttValue - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
paramNotifyCDSect - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
paramNotifyCharacters - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
paramNotifyCharRef - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
paramNotifyComment - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
paramNotifyDoctype - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
paramNotifyEntityRef - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
paramNotifyPI - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
parent - Variable in class org.gjt.xpp.impl.node.Node
 
parsedContent - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
This falg decides which buffer will be used to retrieve content for current token.
pc - Variable 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 - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
pcStart - Variable 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 variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
pos - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
position of next char that will be read from buffer
POS_ABSOLUTE_END - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
POS_ABSOLUTE_START - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
posEnd - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
posNsColon - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
posStart - Variable 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 - Variable in class org.gjt.xpp.impl.pullnode.PullNode
 
prefix - Variable in class org.gjt.xpp.impl.tag.Attribute
 
prefix - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2Attribute
 
prefix2Namespace(String) - Method in class org.gjt.xpp.impl.node.Node
 
prefix2Namespace(String) - Method in interface org.gjt.xpp.XmlNode
return namespace for prefix searching node tree upward.
prefix2Ns - Variable in class org.gjt.xpp.impl.node.Node
 
prefix2Ns - Variable in class org.gjt.xpp.impl.pullparser.PullParser
mapping of names prefixes to uris
prefix2Ns - Variable 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
 
printFields(StringBuffer) - Method in class org.gjt.xpp.impl.tag.Tag
Print into StringBuffer element name
printStackTrace() - Method in exception org.gjt.xpp.impl.tag.PullParserRuntimeException
 
printStackTrace() - Method in exception org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
 
printStackTrace() - Method in exception org.gjt.xpp.XmlPullParserException
 
processingInstruction(String, XMLString, Augmentations) - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
PullNode - Class in org.gjt.xpp.impl.pullnode
Allows node tree to be constructed on demand.
PullNode(XmlPullParser) - Constructor for class org.gjt.xpp.impl.pullnode.PullNode
 
PullParser - Class in org.gjt.xpp.impl.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 - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
PullParserFactoryFullImpl - Class in org.gjt.xpp.impl
Implementation of Pull Parser Factory.
PullParserFactoryFullImpl() - Constructor for class org.gjt.xpp.impl.PullParserFactoryFullImpl
 
PullParserFactorySmallImpl - Class in org.gjt.xpp.impl
Implementation of Pull Parser Factory.
PullParserFactorySmallImpl() - Constructor for class org.gjt.xpp.impl.PullParserFactorySmallImpl
 
PullParserRuntimeException - Exception in org.gjt.xpp.impl.tag
Extended runtime excpetion to allow chaining.
PullParserRuntimeException(String) - Constructor for exception org.gjt.xpp.impl.tag.PullParserRuntimeException
 
PullParserRuntimeException(String, Throwable) - Constructor for exception org.gjt.xpp.impl.tag.PullParserRuntimeException
 
PullParserRuntimeException(Throwable) - Constructor for exception org.gjt.xpp.impl.tag.PullParserRuntimeException
 

Q

qName - Variable in class org.gjt.xpp.impl.tag.Attribute
 
qName - Variable 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 interface 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 interface org.gjt.xpp.XmlPullParser
Read current content as Stirng.
readDeclaredNamespaceUris(String[], int, int) - Method in class org.gjt.xpp.impl.node.Node
 
readDeclaredNamespaceUris(String[], int, int) - Method in interface org.gjt.xpp.XmlNode
 
readDeclaredPrefixes(String[], int, int) - Method in class org.gjt.xpp.impl.node.Node
 
readDeclaredPrefixes(String[], int, int) - Method in interface org.gjt.xpp.XmlNode
 
readEndTag(XmlEndTag) - Method in class org.gjt.xpp.impl.pullparser.PullParser
Read value of just read END_TAG into passed as argument EndTag.
readEndTag(XmlEndTag) - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Read value of just read END_TAG into passed as argument EndTag.
readEndTag(XmlEndTag) - Method in interface 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
readNamespacesPrefixes(int, String[], int, int) - Method in interface org.gjt.xpp.XmlPullParser
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
readNamespacesUris(int, String[], int, int) - Method in interface org.gjt.xpp.XmlPullParser
Return namespace URIs for element at depth
readNextChild() - Method in class org.gjt.xpp.impl.pullnode.PullNode
 
readNextChild() - Method in interface org.gjt.xpp.XmlPullNode
This is preferred method to pull children (children() requires .wrapping object Enumeration).
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.
readNode(XmlNode) - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
readNode(XmlNode) - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
readNode(XmlNode) - Method in interface org.gjt.xpp.XmlPullParser
Read subtree into node: call readNodeWithoutChildren and then parse subtree adding children (values obtained with readXontent or readNodeWithoutChildren).
readNodeWithoutChildren(XmlNode) - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
readNodeWithoutChildren(XmlNode) - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
readNodeWithoutChildren(XmlNode) - Method in interface org.gjt.xpp.XmlPullParser
Read node: it calls readStartTag and then if parser is namespaces aware currently declared nemaspeces will be added and defaultNamespace will be set.
readStartTag(XmlStartTag) - Method in class org.gjt.xpp.impl.pullparser.PullParser
Read value of just read START_TAG into passed as argument StartTag.
readStartTag(XmlStartTag) - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
Read value of just read START_TAG into passed as argument StartTag.
readStartTag(XmlStartTag) - Method in interface org.gjt.xpp.XmlPullParser
Read current start tag.
Recorder - Class in org.gjt.xpp.impl.format
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
 
removeAttributeByName(String, String) - Method in interface org.gjt.xpp.XmlStartTag
This method tries to remove attribute identified by namespace uti and local name.
removeAttributeByRawName(String) - Method in class org.gjt.xpp.impl.tag.StartTag
 
removeAttributeByRawName(String) - Method in interface 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 interface 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 interface org.gjt.xpp.XmlNode
 
removeChildren() - Method in class org.gjt.xpp.impl.node.Node
 
removeChildren() - Method in class org.gjt.xpp.impl.pullnode.PullNode
 
removeChildren() - Method in interface 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 interface 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 interface org.gjt.xpp.XmlNode
 
reportNsAttribs - Variable in class org.gjt.xpp.impl.pullparser.PullParser
should parser report namespace xmlns* attributes ?
reportNsAttribs - Variable 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 interface org.gjt.xpp.XmlPullParser
Reset the parser state.
resetEndTag() - Method in class org.gjt.xpp.impl.tag.EndTag
 
resetEndTag() - Method in interface org.gjt.xpp.XmlEndTag
 
resetNode() - Method in class org.gjt.xpp.impl.node.Node
 
resetNode() - Method in interface 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 interface org.gjt.xpp.XmlPullNode
 
resetStartTag() - Method in class org.gjt.xpp.impl.tag.StartTag
Reinitialize start tag content to none
resetStartTag() - Method in interface 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 interface org.gjt.xpp.XmlTag
Clear all Tag state to default values.
row - Variable in exception org.gjt.xpp.XmlPullParserException
 

S

seenContent - Variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
seenContent - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
seenCR - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
seenException - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
seenRootElement - Variable in class org.gjt.xpp.impl.pullparser.PullParser
Have we seen root element
seenRootElement - Variable 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 interface 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
 
setBufferShrinkable(boolean) - Method in interface org.gjt.xpp.XmlPullParserBufferControl
 
setCumulative(boolean) - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
 
setDefaultNamespaceUri(String) - Method in class org.gjt.xpp.impl.node.Node
 
setDefaultNamespaceUri(String) - Method in interface org.gjt.xpp.XmlNode
Set default namesapce URI (xmlns='....')
setDetail(Throwable) - Method in exception org.gjt.xpp.impl.tag.PullParserRuntimeException
 
setDetail(Throwable) - Method in exception org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
 
setDetail(Throwable) - Method in exception 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 interface org.gjt.xpp.XmlFormatter
Should new line be added after end tag?
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 interface 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 interface org.gjt.xpp.XmlPullParser
Set the input for parser.
setInput(char[], int, int) - Method in class org.gjt.xpp.impl.pullparser.PullParser
 
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
 
setInput(char[], int, int) - Method in interface 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 interface 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.
setNamespaceAttributesReporting(boolean) - Method in interface org.gjt.xpp.XmlPullParser
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 interface org.gjt.xpp.XmlPullParser
Indicate that the parser understands XML Namespaces
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 interface org.gjt.xpp.XmlRecorder
 
setParentNode(XmlNode) - Method in class org.gjt.xpp.impl.node.Node
 
setParentNode(XmlNode) - Method in interface 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(XmlPullParser) - Method in class org.gjt.xpp.impl.pullnode.PullNode
Reset pull node to use pull parser.
setPullParser(XmlPullParser) - Method in interface org.gjt.xpp.XmlPullNode
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 interface org.gjt.xpp.XmlPullParserBufferControl
 
shrinkable - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
skipChildren() - Method in class org.gjt.xpp.impl.pullnode.PullNode
 
skipChildren() - Method in interface 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 interface org.gjt.xpp.XmlPullParser
Goes directly to the next sibling
STAG_END - Static variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
STAG_NAME - Static variable in class org.gjt.xpp.impl.tokenizer.Tokenizer
 
START_TAG - Static variable in interface 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
 
startGeneralEntity(String, XMLResourceIdentifier, 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 in org.gjt.xpp.impl.tag
Encapsulate XML STag and EmptyElement
StartTag() - Constructor for class org.gjt.xpp.impl.tag.StartTag
 
startTagInitialized - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
state - Variable in class org.gjt.xpp.impl.pullparser.PullParser
what is current event type as returned from next()?
state - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
what is current event type as returned from next()?
supportNs - Variable in class org.gjt.xpp.impl.pullparser.PullParser
should parser support namespaces?
supportNs - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
should parser support namespaces?

T

Tag - Class in org.gjt.xpp.impl.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 - Variable in class org.gjt.xpp.impl.pullparser.PullParser
what is current token returned from tokeizer
tokenizer - Variable in class org.gjt.xpp.impl.pullparser.PullParser
XML tokenizer that is doing actual tokenizning of input stream.
Tokenizer - Class in org.gjt.xpp.impl.tokenizer
Simpe XML Tokenizer (SXT) performs input stream tokenizing.
Tokenizer() - Constructor for class org.gjt.xpp.impl.tokenizer.Tokenizer
 
TokenizerBufferOverflowException - Exception in org.gjt.xpp.impl.tokenizer
This exception is thrown to signal exceeding tokenizer hard limit on internal input buffer.
TokenizerBufferOverflowException() - Constructor for exception org.gjt.xpp.impl.tokenizer.TokenizerBufferOverflowException
 
TokenizerBufferOverflowException(String) - Constructor for exception org.gjt.xpp.impl.tokenizer.TokenizerBufferOverflowException
 
TokenizerBufferOverflowException(String, int, int) - Constructor for exception org.gjt.xpp.impl.tokenizer.TokenizerBufferOverflowException
 
TokenizerException - Exception in org.gjt.xpp.impl.tokenizer
This exception is thrown to signal all XML tokenizing errors.
TokenizerException() - Constructor for exception org.gjt.xpp.impl.tokenizer.TokenizerException
 
TokenizerException(String) - Constructor for exception org.gjt.xpp.impl.tokenizer.TokenizerException
 
TokenizerException(String, int, int) - Constructor for exception org.gjt.xpp.impl.tokenizer.TokenizerException
 
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.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.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 - Variable in class org.gjt.xpp.impl.tag.Attribute
 
uri - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2Attribute
 
USE_QNAMEBUF - Static variable in class org.gjt.xpp.impl.pullparser.PullParser
 

V

value - Variable in class org.gjt.xpp.impl.tag.Attribute
 
value - Variable 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 interface org.gjt.xpp.XmlRecorder
 
writeContent(String) - Method in class org.gjt.xpp.impl.format.Recorder
 
writeContent(String) - Method in interface org.gjt.xpp.XmlRecorder
 
writeEndTag(XmlEndTag) - Method in class org.gjt.xpp.impl.format.Formatter
 
writeEndTag(XmlEndTag) - Method in class org.gjt.xpp.impl.format.Recorder
 
writeEndTag(XmlEndTag) - Method in interface org.gjt.xpp.XmlRecorder
 
writeEscaped(String, boolean) - Method in class org.gjt.xpp.impl.format.Recorder
 
writeNode(XmlNode) - Method in class org.gjt.xpp.impl.format.Recorder
 
writeNode(XmlNode) - Method in interface org.gjt.xpp.XmlRecorder
 
writeNode(XmlNode, Writer) - Method in class org.gjt.xpp.XmlPullParserFactory
Equivalent to calling writeNode(node, writer, false);
writeNode(XmlNode, Writer, boolean) - Method in class org.gjt.xpp.XmlPullParserFactory
 
writeStartTag(XmlStartTag) - Method in class org.gjt.xpp.impl.format.Recorder
 
writeStartTag(XmlStartTag) - Method in interface org.gjt.xpp.XmlRecorder
 
writeStartTagAsEndTag(XmlStartTag) - Method in class org.gjt.xpp.impl.format.Formatter
 
writeStartTagAsEndTag(XmlStartTag) - Method in class org.gjt.xpp.impl.format.Recorder
 
writeStartTagAsEndTag(XmlStartTag) - Method in interface org.gjt.xpp.XmlRecorder
 
writeStartTagStart(XmlStartTag) - Method in class org.gjt.xpp.impl.format.Recorder
 
writeStartTagStart(XmlStartTag) - Method in interface org.gjt.xpp.XmlRecorder
 
writeXml(Writer) - Method in interface org.gjt.xpp.XmlWritable
 
writeXml(XmlWritable) - Method in class org.gjt.xpp.impl.format.Recorder
 
writeXml(XmlWritable) - Method in interface org.gjt.xpp.XmlRecorder
 

X

X2Attribute - Class in org.gjt.xpp.x2impl.x2pullparser
used only internally by XPP
X2Attribute() - Constructor for class org.gjt.xpp.x2impl.x2pullparser.X2Attribute
 
X2ElementContent - Class in org.gjt.xpp.x2impl.x2pullparser
Utility class to keep information about XML element such as name etc.
X2PullParser - Class in org.gjt.xpp.x2impl.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.
X2PullParser.CumulativeReader - Class in org.gjt.xpp.x2impl.x2pullparser
 
X2PullParserFactoryImpl - Class in org.gjt.xpp.x2impl
Implementation of Pull Parser Factory.
X2PullParserFactoryImpl() - Constructor for class org.gjt.xpp.x2impl.X2PullParserFactoryImpl
 
X2PullParserRuntimeException - Exception in org.gjt.xpp.x2impl.x2pullparser
Extended runtime excpetion to allow chaining.
X2PullParserRuntimeException(String) - Constructor for exception org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
 
X2PullParserRuntimeException(String, Throwable) - Constructor for exception org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
 
X2PullParserRuntimeException(Throwable) - Constructor for exception org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
 
xmlDecl(String, String, String, Augmentations) - Method in class org.gjt.xpp.x2impl.x2pullparser.X2PullParser
 
XmlEndTag - Interface in org.gjt.xpp
This represent XML end tag.
XmlFormatter - Interface in org.gjt.xpp
This interface extends XmlRecorder to give some control over formattingof XML output.
XmlNode - Interface in org.gjt.xpp
This class represents XML subtree.
xmlnsAttrib - Variable in class org.gjt.xpp.impl.tag.Attribute
when true indicates that attribute is xmlns* related
xmlnsAttrib - Variable in class org.gjt.xpp.x2impl.x2pullparser.X2Attribute
when true indicates that attribute is xmlns* related
XmlPullNode - Interface in org.gjt.xpp
This class represents pullable XML subtree - children are built on demand.
XmlPullParser - Interface in org.gjt.xpp
Generic interface for simple and quick XML Pull Parser.
XmlPullParserBufferControl - Interface in org.gjt.xpp
Additional interface to control XML Pull Parser buffering.
XmlPullParserEventPosition - Interface in org.gjt.xpp
Special interface to retrieve event positioning information.
XmlPullParserException - Exception in org.gjt.xpp
This exception is thrown to signal XML Pull Parser related excepions.
XmlPullParserException() - Constructor for exception org.gjt.xpp.XmlPullParserException
 
XmlPullParserException(String) - Constructor for exception org.gjt.xpp.XmlPullParserException
 
XmlPullParserException(String, int, int) - Constructor for exception org.gjt.xpp.XmlPullParserException
 
XmlPullParserException(String, Throwable) - Constructor for exception org.gjt.xpp.XmlPullParserException
 
XmlPullParserException(Throwable) - Constructor for exception org.gjt.xpp.XmlPullParserException
 
XmlPullParserFactory - Class in org.gjt.xpp
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 in org.gjt.xpp
This class represents abstract functionality necessary to to persist XML Pull Parser events.
XmlStartTag - Interface in org.gjt.xpp
This class represents abstract functionality necessary to to persist XML Pull Parser events.
XmlTag - Interface in org.gjt.xpp
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 in org.gjt.xpp
This interface can be used by classes that wishes to implement its own way to persist XML into writer.
A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form