A C D E F G I M N O P R S T X

A

attribute(String, String, String) - Method in interface org.xmlpull.v1.XmlSerializer
Write an attribute.

C

CDSECT - Static variable in interface org.xmlpull.v1.XmlPullParser
A CDATA sections was just read; this token is available only from calls to nextToken().
cdsect(String) - Method in interface org.xmlpull.v1.XmlSerializer
 
COMMENT - Static variable in interface org.xmlpull.v1.XmlPullParser
An XML comment was just read.
comment(String) - Method in interface org.xmlpull.v1.XmlSerializer
 

D

defineEntityReplacementText(String, String) - Method in interface org.xmlpull.v1.XmlPullParser
Set new value for entity replacement text as defined in XML 1.0 Section 4.5 Construction of Internal Entity Replacement Text.
defineEntityReplacementText(String, String) - Method in class org.xmlpull.mxp1.MXParser
 
DOCDECL - Static variable in interface org.xmlpull.v1.XmlPullParser
An XML document type declaration was just read.
docdecl(String) - Method in interface org.xmlpull.v1.XmlSerializer
 

E

END_DOCUMENT - Static variable in interface org.xmlpull.v1.XmlPullParser
Logical end of the xml document.
END_TAG - Static variable in interface org.xmlpull.v1.XmlPullParser
Returned from getEventType(), next(), or nextToken() when an end tag was read.
endDocument() - Method in interface org.xmlpull.v1.XmlSerializer
Finish writing.
endTag(String, String) - Method in interface org.xmlpull.v1.XmlSerializer
Write end tag.
ENTITY_REF - Static variable in interface org.xmlpull.v1.XmlPullParser
An entity reference was just read; this token is available from nextToken() only.
entityRef(String) - Method in interface org.xmlpull.v1.XmlSerializer
 

F

FEATURE_PROCESS_DOCDECL - Static variable in interface org.xmlpull.v1.XmlPullParser
This feature determines whether the document declaration is processed.
FEATURE_PROCESS_NAMESPACES - Static variable in interface org.xmlpull.v1.XmlPullParser
This feature determines whether the parser processes namespaces.
FEATURE_REPORT_NAMESPACE_ATTRIBUTES - Static variable in interface org.xmlpull.v1.XmlPullParser
This feature determines whether namespace attributes are exposed via the attribute access methods.
FEATURE_VALIDATION - Static variable in interface org.xmlpull.v1.XmlPullParser
If this feature is activated, all validation errors as defined in the XML 1.0 sepcification are reported.
finalize() - Method in class org.xmlpull.mxp1.MXParserCachingStrings
Hook to GC finalization to print statistics about pool cache impl.
flush() - Method in interface org.xmlpull.v1.XmlSerializer
Write all pending output to the stream.

G

getAttributeCount() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the number of attributes of the current start tag, or -1 if the current event type is not START_TAG
getAttributeCount() - Method in class org.xmlpull.mxp1.MXParser
 
getAttributeName(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the local name of the specified attribute if namespaces are enabled or just attribute name if namespaces are disabled.
getAttributeName(int) - Method in class org.xmlpull.mxp1.MXParser
 
getAttributeNamespace(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the namespace URI of the attribute with the given index (starts from 0).
getAttributeNamespace(int) - Method in class org.xmlpull.mxp1.MXParser
 
getAttributePrefix(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the prefix of the specified attribute Returns null if the element has no prefix.
getAttributePrefix(int) - Method in class org.xmlpull.mxp1.MXParser
 
getAttributeType(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the type of the specified attribute If parser is non-validating it MUST return CDATA.
getAttributeType(int) - Method in class org.xmlpull.mxp1.MXParser
 
getAttributeValue(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the given attributes value.
getAttributeValue(int) - Method in class org.xmlpull.mxp1.MXParser
 
getAttributeValue(String, String) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the attributes value identified by namespace URI and namespace localName.
getAttributeValue(String, String) - Method in class org.xmlpull.mxp1.MXParser
 
getColumnNumber() - Method in class org.xmlpull.v1.XmlPullParserException
 
getColumnNumber() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current column number, starting from 0.
getColumnNumber() - Method in class org.xmlpull.mxp1.MXParser
 
getDepth() - Method in interface org.xmlpull.v1.XmlSerializer
Returns the current depth of the element.
getDepth() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current depth of the element.
getDepth() - Method in class org.xmlpull.mxp1.MXParser
 
getDetail() - Method in class org.xmlpull.v1.XmlPullParserException
 
getEventType() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the type of the current event (START_TAG, END_TAG, TEXT, etc.)
getEventType() - Method in class org.xmlpull.mxp1.MXParser
 
getFeature(String) - Method in interface org.xmlpull.v1.XmlSerializer
Return the current value of the feature with given name.
getFeature(String) - Method in class org.xmlpull.v1.XmlPullParserFactory
Return the current value of the feature with given name.
getFeature(String) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current value of the given feature.
getFeature(String) - Method in class org.xmlpull.mxp1.MXParserCachingStrings
 
getFeature(String) - Method in class org.xmlpull.mxp1.MXParserNonValidating
 
getFeature(String) - Method in class org.xmlpull.mxp1.MXParser
Unknown properties are always returned as false
getInputEncoding() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the input encoding if known, null otherwise.
getInputEncoding() - Method in class org.xmlpull.mxp1.MXParser
 
getLineNumber() - Method in class org.xmlpull.v1.XmlPullParserException
 
getLineNumber() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current line number, starting from 1.
getLineNumber() - Method in class org.xmlpull.mxp1.MXParser
 
getName() - Method in interface org.xmlpull.v1.XmlSerializer
Returns the name of the current element as set by startTag().
getName() - Method in interface org.xmlpull.v1.XmlPullParser
For START_TAG or END_TAG events, the (local) name of the current element is returned when namespaces are enabled.
getName() - Method in class org.xmlpull.mxp1.MXParser
 
getNamespace() - Method in interface org.xmlpull.v1.XmlSerializer
Returns the namespace URI of the current element as set by startTag().
getNamespace() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the namespace URI of the current element.
getNamespace() - Method in class org.xmlpull.mxp1.MXParser
 
getNamespace(String) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the URI corresponding to the given prefix, depending on current state of the parser.
getNamespace(String) - Method in class org.xmlpull.mxp1.MXParser
 
getNamespaceCount(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the numbers of elements in the namespace stack for the given depth.
getNamespaceCount(int) - Method in class org.xmlpull.mxp1.MXParser
 
getNamespacePrefix(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the namespace prefixe for the given position in the namespace stack.
getNamespacePrefix(int) - Method in class org.xmlpull.mxp1.MXParser
 
getNamespaceUri(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the namespace URI for the given position in the namespace stack If the position is out of range, an exception is thrown.
getNamespaceUri(int) - Method in class org.xmlpull.mxp1.MXParser
 
getPositionDescription() - Method in interface org.xmlpull.v1.XmlPullParser
Returns a short text describing the current parser state, including the position, a description of the current event and the data source if known.
getPositionDescription() - Method in class org.xmlpull.mxp1.MXParser
Return string describing current position of parsers as text 'STATE [seen %s...] @line:column'.
getPrefix() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the prefix of the current element.
getPrefix() - Method in class org.xmlpull.mxp1.MXParser
 
getPrefix(String, boolean) - Method in interface org.xmlpull.v1.XmlSerializer
Return namespace that corresponds to given prefix If there is no prefix bound to this namespace return null but if generatePrefix is false then return generated prefix.
getProperty(String) - Method in interface org.xmlpull.v1.XmlSerializer
Look up the value of a property.
getProperty(String) - Method in interface org.xmlpull.v1.XmlPullParser
Look up the value of a property.
getProperty(String) - Method in class org.xmlpull.mxp1.MXParser
 
getText() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the text content of the current event as String.
getText() - Method in class org.xmlpull.mxp1.MXParser
 
getTextCharacters(int[]) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the buffer that contains the text of the current event, as well as the start offset and length relevant for the current event.
getTextCharacters(int[]) - Method in class org.xmlpull.mxp1.MXParser
 

I

IGNORABLE_WHITESPACE - Static variable in interface org.xmlpull.v1.XmlPullParser
Ignorable whitespace was just read.
ignorableWhitespace(String) - Method in interface org.xmlpull.v1.XmlSerializer
 
isAttributeDefault(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns if the specified attribute was not in input was declared in XML.
isAttributeDefault(int) - Method in class org.xmlpull.mxp1.MXParser
 
isEmptyElementTag() - Method in interface org.xmlpull.v1.XmlPullParser
Returns true if the current event is START_TAG and the tag is degenerated (e.g.
isEmptyElementTag() - Method in class org.xmlpull.mxp1.MXParser
 
isNamespaceAware() - Method in class org.xmlpull.v1.XmlPullParserFactory
Indicates whether or not the factory is configured to produce parsers which are namespace aware (it simply set feature XmlPullParser.FEATURE_PROCESS_NAMESPACES to true or false).
isValidating() - Method in class org.xmlpull.v1.XmlPullParserFactory
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
isWhitespace() - Method in interface org.xmlpull.v1.XmlPullParser
Checks whether the current TEXT event contains only whitespace characters.
isWhitespace() - Method in class org.xmlpull.mxp1.MXParser
 

M

MXParser - class org.xmlpull.mxp1.MXParser.
Absolutely minimal implementaion of XMLPULL V1 API
MXParser() - Constructor for class org.xmlpull.mxp1.MXParser
 
MXParserCachingStrings - class org.xmlpull.mxp1.MXParserCachingStrings.
Extend MXP parser to use string cache of char[] to interned String
MXParserCachingStrings() - Constructor for class org.xmlpull.mxp1.MXParserCachingStrings
 
MXParserFactory - class org.xmlpull.mxp1.MXParserFactory.
Simple facotry to speed up creation process.
MXParserFactory() - Constructor for class org.xmlpull.mxp1.MXParserFactory
 
MXParserNonValidating - class org.xmlpull.mxp1.MXParserNonValidating.
Extend MXP parser to be full non validating XML 1.0 parser (added internal DTD parsing and support for full XML 1.0 (or 1.1) character classes).
MXParserNonValidating() - Constructor for class org.xmlpull.mxp1.MXParserNonValidating
 

N

newInstance() - Static method in class org.xmlpull.v1.XmlPullParserFactory
Create a new instance of a PullParserFactory that can be used to create XML pull parsers (see class description for more details).
newInstance(String, Class) - Static method in class org.xmlpull.v1.XmlPullParserFactory
 
newPullParser() - Method in class org.xmlpull.v1.XmlPullParserFactory
Creates a new instance of a XML Pull Parser using the currently configured factory features.
newPullParser() - Method in class org.xmlpull.mxp1.MXParserFactory
 
newSerializer() - Method in class org.xmlpull.v1.XmlPullParserFactory
Creates a new instance of a XML Serializer.
newSerializer() - Method in class org.xmlpull.mxp1.MXParserFactory
 
next() - Method in interface org.xmlpull.v1.XmlPullParser
Get next parsing event - element content wil be coalesced and only one TEXT event must be returned for whole element content (comments and processing instructions will be ignored and emtity references must be expanded or exception mus be thrown if entity reerence can not be exapnded).
next() - Method in class org.xmlpull.mxp1.MXParser
 
nextTag() - Method in interface org.xmlpull.v1.XmlPullParser
Call next() and return event if it is START_TAG or END_TAG otherwise throw an exception.
nextTag() - Method in class org.xmlpull.mxp1.MXParser
 
nextText() - Method in interface org.xmlpull.v1.XmlPullParser
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is END_TAG then empty string is returned, otherwise exception is thrown.
nextText() - Method in class org.xmlpull.mxp1.MXParser
 
nextToken() - Method in interface org.xmlpull.v1.XmlPullParser
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL, ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.
nextToken() - Method in class org.xmlpull.mxp1.MXParser
 
NO_NAMESPACE - Static variable in interface org.xmlpull.v1.XmlPullParser
This constant represents the default namespace (empty string "")

O

org.xmlpull.mxp1 - package org.xmlpull.mxp1
Contains XPP3 implementation of XMLPULL V1 API.
org.xmlpull.v1 - package org.xmlpull.v1
 

P

parseEndTag() - Method in class org.xmlpull.mxp1.MXParser
 
parseStartTag() - Method in class org.xmlpull.mxp1.MXParser
 
printStackTrace() - Method in class org.xmlpull.v1.XmlPullParserException
 
PROCESSING_INSTRUCTION - Static variable in interface org.xmlpull.v1.XmlPullParser
An XML processing instruction declaration was just read.
processingInstruction(String) - Method in interface org.xmlpull.v1.XmlSerializer
 
PROPERTY_NAME - Static variable in class org.xmlpull.v1.XmlPullParserFactory
Name of the system or midlet property that should be used for a system property containing a comma separated list of factory or parser class names (value: org.xmlpull.v1.XmlPullParserFactory).

R

require(int, String, String) - Method in interface org.xmlpull.v1.XmlPullParser
Test if the current event is of the given type and if the namespace and name do match.
require(int, String, String) - Method in class org.xmlpull.mxp1.MXParser
 

S

setFeature(String, boolean) - Method in interface org.xmlpull.v1.XmlSerializer
Set feature identified by name (recommended to be URI for uniqueness).
setFeature(String, boolean) - Method in class org.xmlpull.v1.XmlPullParserFactory
Set the features to be set when XML Pull Parser is created by this factory.
setFeature(String, boolean) - Method in interface org.xmlpull.v1.XmlPullParser
Use this call to change the general behaviour of the parser, such as namespace processing or doctype declaration handling.
setFeature(String, boolean) - Method in class org.xmlpull.mxp1.MXParserCachingStrings
This allows to change name iterning property in this enhanced impl.
setFeature(String, boolean) - Method in class org.xmlpull.mxp1.MXParserNonValidating
This allows to change processing DOCDECL (controls if parser is non-validating).
setFeature(String, boolean) - Method in class org.xmlpull.mxp1.MXParser
Method setFeature
setInput(InputStream, String) - Method in interface org.xmlpull.v1.XmlPullParser
Sets the input stream the parser is going to process.
setInput(InputStream, String) - Method in class org.xmlpull.mxp1.MXParser
 
setInput(Reader) - Method in interface org.xmlpull.v1.XmlPullParser
Set the input source for parser to the given reader and resets the parser.
setInput(Reader) - Method in class org.xmlpull.mxp1.MXParser
 
setNamespaceAware(boolean) - Method in class org.xmlpull.v1.XmlPullParserFactory
Specifies that the parser produced by this factory will provide support for XML namespaces.
setOutput(OutputStream, String) - Method in interface org.xmlpull.v1.XmlSerializer
Set to use binary output stream with given encoding.
setOutput(Writer) - Method in interface org.xmlpull.v1.XmlSerializer
Set the output to the given writer.
setPrefix(String, String) - Method in interface org.xmlpull.v1.XmlSerializer
Binds the given prefix to the given namespace.
setProperty(String, Object) - Method in interface org.xmlpull.v1.XmlSerializer
Set the value of a property.
setProperty(String, Object) - Method in interface org.xmlpull.v1.XmlPullParser
Set the value of a property.
setProperty(String, Object) - Method in class org.xmlpull.mxp1.MXParser
 
setValidating(boolean) - Method in class org.xmlpull.v1.XmlPullParserFactory
Specifies that the parser produced by this factory will be validating (it simply set feature XmlPullParser.FEATURE_VALIDATION to true or false).
START_DOCUMENT - Static variable in interface org.xmlpull.v1.XmlPullParser
Signalize that parser is at the very beginning of the document and nothing was read yet.
START_TAG - Static variable in interface org.xmlpull.v1.XmlPullParser
Returned from getEventType(), next(), nextToken() when a start tag was read.
startDocument(String, Boolean) - Method in interface org.xmlpull.v1.XmlSerializer
Write <?xml declaration with encoding (if encoding not null) and standalone flag (if standalone not null) This method can only be called just after setOutput.
startTag(String, String) - Method in interface org.xmlpull.v1.XmlSerializer
Writes a start tag with the given namespace and name.

T

TEXT - Static variable in interface org.xmlpull.v1.XmlPullParser
Character data was read and will is available by calling getText().
text(char[], int, int) - Method in interface org.xmlpull.v1.XmlSerializer
Writes text, where special XML chars are escaped automatically
text(String) - Method in interface org.xmlpull.v1.XmlSerializer
Writes text, where special XML chars are escaped automatically
TYPES - Static variable in interface org.xmlpull.v1.XmlPullParser
This array can be used to convert the event type integer constants such as START_TAG or TEXT to to a string.

X

XmlPullParser - interface org.xmlpull.v1.XmlPullParser.
XML Pull Parser is an interface that defines parsing functionlity provided in XMLPULL V1 API (visit this website to learn more about API and its implementations).
XmlPullParserException - exception org.xmlpull.v1.XmlPullParserException.
This exception is thrown to signal XML Pull Parser related faults.
XmlPullParserException(String) - Constructor for class org.xmlpull.v1.XmlPullParserException
 
XmlPullParserException(String, XmlPullParser, Throwable) - Constructor for class org.xmlpull.v1.XmlPullParserException
 
XmlPullParserFactory - class org.xmlpull.v1.XmlPullParserFactory.
This class is used to create implementations of XML Pull Parser defined in XMPULL V1 API.
XmlSerializer - interface org.xmlpull.v1.XmlSerializer.
Define an interface to serialziation of XML Infoset.

A C D E F G I M N O P R S T X

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