A B C D E F G I J L M N O P R S T U V X Y

A

allStringsInterned - Variable in class org.xmlpull.mxp1.MXParser
Implementation notice: the is instance variable that controls if newString() is interning.
attributeCount - Variable in class org.xmlpull.mxp1.MXParser
 
attributeName - Variable in class org.xmlpull.mxp1.MXParser
 
attributeNameHash - Variable in class org.xmlpull.mxp1.MXParser
 
attributePrefix - Variable in class org.xmlpull.mxp1.MXParser
 
attributeUri - Variable in class org.xmlpull.mxp1.MXParser
 
attributeValue - Variable in class org.xmlpull.mxp1.MXParser
 

B

buf - Variable in class org.xmlpull.mxp1.MXParser
 
bufAbsoluteStart - Variable in class org.xmlpull.mxp1.MXParser
 
bufEnd - Variable in class org.xmlpull.mxp1.MXParser
 
bufLoadFactor - Variable in class org.xmlpull.mxp1.MXParser
 
bufSoftLimit - Variable in class org.xmlpull.mxp1.MXParser
 
bufStart - Variable in class org.xmlpull.mxp1.MXParser
 

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().
charRefOneCharBuf - Variable in class org.xmlpull.mxp1.MXParser
 
column - Variable in exception org.xmlpull.v1.XmlPullParserException
 
columnNumber - Variable in class org.xmlpull.mxp1.MXParser
 
COMMENT - Static variable in interface org.xmlpull.v1.XmlPullParser
An XML comment was just read.

D

defineEntityReplacementText(String, String) - Method in class org.xmlpull.mxp1.MXParser
 
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.
depth - Variable in class org.xmlpull.mxp1.MXParser
 
detail - Variable in exception org.xmlpull.v1.XmlPullParserException
 
DOCDECL - Static variable in interface org.xmlpull.v1.XmlPullParser
An XML document type declaration was just read.

E

elName - Variable in class org.xmlpull.mxp1.MXParser
 
elNamespaceCount - Variable in class org.xmlpull.mxp1.MXParser
 
elPrefix - Variable in class org.xmlpull.mxp1.MXParser
 
elRawName - Variable in class org.xmlpull.mxp1.MXParser
 
elRawNameEnd - Variable in class org.xmlpull.mxp1.MXParser
 
elRawNameLine - Variable in class org.xmlpull.mxp1.MXParser
 
elUri - Variable in class org.xmlpull.mxp1.MXParser
 
emptyElementTag - Variable in class org.xmlpull.mxp1.MXParser
 
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.
ensureAttributesCapacity(int) - Method in class org.xmlpull.mxp1.MXParser
Make sure that in attributes temporary array is enough space.
ensureElementsCapacity() - Method in class org.xmlpull.mxp1.MXParser
Make sure that we have enough space to keep element stack if passed size.
ensureEntityCapacity() - Method in class org.xmlpull.mxp1.MXParser
 
ensureNamespacesCapacity(int) - Method in class org.xmlpull.mxp1.MXParser
 
ensurePC(int) - Method in class org.xmlpull.mxp1.MXParser
 
ENTITY_REF - Static variable in interface org.xmlpull.v1.XmlPullParser
An entity reference was just read; this token is available from nextToken() only.
entityEnd - Variable in class org.xmlpull.mxp1.MXParser
 
entityName - Variable in class org.xmlpull.mxp1.MXParser
 
entityNameBuf - Variable in class org.xmlpull.mxp1.MXParser
 
entityNameHash - Variable in class org.xmlpull.mxp1.MXParser
 
entityRefName - Variable in class org.xmlpull.mxp1.MXParser
 
entityReplacement - Variable in class org.xmlpull.mxp1.MXParser
 
entityReplacementBuf - Variable in class org.xmlpull.mxp1.MXParser
 
eventType - Variable in class org.xmlpull.mxp1.MXParser
 

F

fastHash(char[], int, int) - Static method in class org.xmlpull.mxp1.MXParser
simplistic implementation of hash function that has constant time to compute - so it also means diminishing hash quality for long strings but for XML parsing it should be good enough ...
FEATURE_NAMES_INTERNED - Static variable in class org.xmlpull.mxp1.MXParser
 
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.
FEATURE_XML_ROUNDTRIP - Static variable in class org.xmlpull.mxp1.MXParser
 
fillBuf() - Method in class org.xmlpull.mxp1.MXParser
 

G

getAttributeCount() - Method in class org.xmlpull.mxp1.MXParser
 
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
getAttributeName(int) - 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.
getAttributeNamespace(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).
getAttributePrefix(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.
getAttributeType(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.
getAttributeValue(int) - Method in class org.xmlpull.mxp1.MXParser
 
getAttributeValue(String, String) - Method in class org.xmlpull.mxp1.MXParser
 
getAttributeValue(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the given attributes value.
getAttributeValue(String, String) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the attributes value identified by namespace URI and namespace localName.
getColumnNumber() - Method in class org.xmlpull.mxp1.MXParser
 
getColumnNumber() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current column number, starting from 0.
getColumnNumber() - Method in exception org.xmlpull.v1.XmlPullParserException
 
getDepth() - Method in class org.xmlpull.mxp1.MXParser
 
getDepth() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current depth of the element.
getDetail() - Method in exception org.xmlpull.v1.XmlPullParserException
 
getEventType() - Method in class org.xmlpull.mxp1.MXParser
 
getEventType() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the type of the current event (START_TAG, END_TAG, TEXT, etc.)
getFeature(String) - Method in class org.xmlpull.mxp1.MXParser
Unknown properties are always returned as false
getFeature(String) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current value of the given feature.
getInputEncoding() - Method in class org.xmlpull.mxp1.MXParser
 
getInputEncoding() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the input encoding if known, null otherwise.
getLineNumber() - Method in class org.xmlpull.mxp1.MXParser
 
getLineNumber() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current line number, starting from 1.
getLineNumber() - Method in exception org.xmlpull.v1.XmlPullParserException
 
getName() - Method in class org.xmlpull.mxp1.MXParser
 
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.
getNamespace(String) - Method in class org.xmlpull.mxp1.MXParser
 
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() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the namespace URI of the current element.
getNamespaceCount(int) - 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.
getNamespacePrefix(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.
getNamespaceUri(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.
getPositionDescription() - Method in class org.xmlpull.mxp1.MXParser
Return string describing current position of parsers as text 'STATE [seen %s...]
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.
getPrefix() - Method in class org.xmlpull.mxp1.MXParser
 
getPrefix() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the prefix of the current element.
getProperty(String) - Method in class org.xmlpull.mxp1.MXParser
 
getProperty(String) - Method in interface org.xmlpull.v1.XmlPullParser
Look up the value of a property.
getText() - 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.
getTextCharacters(int[]) - 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.

I

IGNORABLE_WHITESPACE - Static variable in interface org.xmlpull.v1.XmlPullParser
Ignorable whitespace was just read.
inputEncoding - Variable in class org.xmlpull.mxp1.MXParser
 
inputStream - Variable in class org.xmlpull.mxp1.MXParser
 
isAttributeDefault(int) - Method in class org.xmlpull.mxp1.MXParser
 
isAttributeDefault(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns if the specified attribute was not in input was declared in XML.
isEmptyElementTag() - 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.
isNameChar(char) - Method in class org.xmlpull.mxp1.MXParser
 
isNameStartChar(char) - Method in class org.xmlpull.mxp1.MXParser
 
isS(char) - Method in class org.xmlpull.mxp1.MXParser
 
isWhitespace() - Method in class org.xmlpull.mxp1.MXParser
 
isWhitespace() - Method in interface org.xmlpull.v1.XmlPullParser
Checks whether the current TEXT event contains only whitespace characters.

J

joinPC() - Method in class org.xmlpull.mxp1.MXParser
 

L

lineNumber - Variable in class org.xmlpull.mxp1.MXParser
 
location - Variable in class org.xmlpull.mxp1.MXParser
 
lookuEntityReplacement(int) - Method in class org.xmlpull.mxp1.MXParser
 
LOOKUP_MAX - Static variable in class org.xmlpull.mxp1.MXParser
 
LOOKUP_MAX_CHAR - Static variable in class org.xmlpull.mxp1.MXParser
 
lookupNameChar - Static variable in class org.xmlpull.mxp1.MXParser
 
lookupNameStartChar - Static variable in class org.xmlpull.mxp1.MXParser
 

M

more() - Method in class org.xmlpull.mxp1.MXParser
 
MXParser - Class in org.xmlpull.mxp1
Absolutely minimal implementation of XMLPULL V1 API
MXParser() - Constructor for class org.xmlpull.mxp1.MXParser
 

N

namespaceEnd - Variable in class org.xmlpull.mxp1.MXParser
 
namespacePrefix - Variable in class org.xmlpull.mxp1.MXParser
 
namespacePrefixHash - Variable in class org.xmlpull.mxp1.MXParser
 
namespaceUri - Variable in class org.xmlpull.mxp1.MXParser
 
NCODING - Static variable in class org.xmlpull.mxp1.MXParser
 
newString(char[], int, int) - Method in class org.xmlpull.mxp1.MXParser
 
newStringIntern(char[], int, int) - Method in class org.xmlpull.mxp1.MXParser
 
next() - Method in class org.xmlpull.mxp1.MXParser
 
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).
nextImpl() - Method in class org.xmlpull.mxp1.MXParser
 
nextTag() - 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.
nextText() - 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.
nextToken() - 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.
NO - Static variable 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 MXP1 parser minimal implementation that should work on J2ME and implementation of  XMLPULL V1 API.
org.xmlpull.v1 - package org.xmlpull.v1
 

P

parseAttribute() - Method in class org.xmlpull.mxp1.MXParser
 
parseCDSect(boolean) - Method in class org.xmlpull.mxp1.MXParser
 
parseComment() - Method in class org.xmlpull.mxp1.MXParser
 
parseDocdecl() - Method in class org.xmlpull.mxp1.MXParser
 
parseEndTag() - Method in class org.xmlpull.mxp1.MXParser
 
parseEntityRef() - Method in class org.xmlpull.mxp1.MXParser
 
parseEpilog() - Method in class org.xmlpull.mxp1.MXParser
 
parsePI() - Method in class org.xmlpull.mxp1.MXParser
 
parseProlog() - Method in class org.xmlpull.mxp1.MXParser
 
parseStartTag() - Method in class org.xmlpull.mxp1.MXParser
 
parseXmlDecl(char) - Method in class org.xmlpull.mxp1.MXParser
 
parseXmlDeclWithVersion(int, int) - Method in class org.xmlpull.mxp1.MXParser
 
pastEndTag - Variable in class org.xmlpull.mxp1.MXParser
 
pc - Variable in class org.xmlpull.mxp1.MXParser
 
pcEnd - Variable in class org.xmlpull.mxp1.MXParser
 
pcStart - Variable in class org.xmlpull.mxp1.MXParser
 
pos - Variable in class org.xmlpull.mxp1.MXParser
 
posEnd - Variable in class org.xmlpull.mxp1.MXParser
 
posStart - Variable in class org.xmlpull.mxp1.MXParser
 
preventBufferCompaction - Variable in class org.xmlpull.mxp1.MXParser
 
printable(char) - Method in class org.xmlpull.mxp1.MXParser
 
printable(String) - Method in class org.xmlpull.mxp1.MXParser
 
printStackTrace() - Method in exception org.xmlpull.v1.XmlPullParserException
 
PROCESSING_INSTRUCTION - Static variable in interface org.xmlpull.v1.XmlPullParser
An XML processing instruction declaration was just read.
processNamespaces - Variable in class org.xmlpull.mxp1.MXParser
 
PROPERTY_LOCATION - Static variable in class org.xmlpull.mxp1.MXParser
 
PROPERTY_XMLDECL_CONTENT - Static variable in class org.xmlpull.mxp1.MXParser
 
PROPERTY_XMLDECL_STANDALONE - Static variable in class org.xmlpull.mxp1.MXParser
 
PROPERTY_XMLDECL_VERSION - Static variable in class org.xmlpull.mxp1.MXParser
 

R

reachedEnd - Variable in class org.xmlpull.mxp1.MXParser
 
READ_CHUNK_SIZE - Static variable in class org.xmlpull.mxp1.MXParser
 
reader - Variable in class org.xmlpull.mxp1.MXParser
 
require(int, String, String) - Method in class org.xmlpull.mxp1.MXParser
 
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. null will match any namespace and any name.
requireInput(char, char[]) - Method in class org.xmlpull.mxp1.MXParser
 
requireNextS() - Method in class org.xmlpull.mxp1.MXParser
 
reset() - Method in class org.xmlpull.mxp1.MXParser
 
resetStringCache() - Method in class org.xmlpull.mxp1.MXParser
 
roundtripSupported - Variable in class org.xmlpull.mxp1.MXParser
 
row - Variable in exception org.xmlpull.v1.XmlPullParserException
 

S

seenAmpersand - Variable in class org.xmlpull.mxp1.MXParser
 
seenDocdecl - Variable in class org.xmlpull.mxp1.MXParser
 
seenEndTag - Variable in class org.xmlpull.mxp1.MXParser
 
seenMarkup - Variable in class org.xmlpull.mxp1.MXParser
 
seenRoot - Variable in class org.xmlpull.mxp1.MXParser
 
seenStartTag - Variable in class org.xmlpull.mxp1.MXParser
 
setFeature(String, boolean) - Method in class org.xmlpull.mxp1.MXParser
Method setFeature
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.
setInput(Reader) - Method in class org.xmlpull.mxp1.MXParser
 
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(InputStream, String) - Method in interface org.xmlpull.v1.XmlPullParser
Sets the input stream the parser is going to process.
setProperty(String, Object) - Method in class org.xmlpull.mxp1.MXParser
 
setProperty(String, Object) - Method in interface org.xmlpull.v1.XmlPullParser
Set the value of a property.
skipS(char) - Method in class org.xmlpull.mxp1.MXParser
 
skipSubTree() - Method in class org.xmlpull.mxp1.MXParser
Skip sub tree that is currently parser positioned on.
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.

T

TANDALONE - Static variable in class org.xmlpull.mxp1.MXParser
 
text - Variable in class org.xmlpull.mxp1.MXParser
 
TEXT - Static variable in interface org.xmlpull.v1.XmlPullParser
Character data was read and will is available by calling getText().
tokenize - Variable in class org.xmlpull.mxp1.MXParser
 
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.

U

usePC - Variable in class org.xmlpull.mxp1.MXParser
 

V

VERSION - Static variable in class org.xmlpull.mxp1.MXParser
 

X

XML_URI - Static variable in class org.xmlpull.mxp1.MXParser
 
xmlDeclContent - Variable in class org.xmlpull.mxp1.MXParser
 
xmlDeclStandalone - Variable in class org.xmlpull.mxp1.MXParser
 
xmlDeclVersion - Variable in class org.xmlpull.mxp1.MXParser
 
XMLNS_URI - Static variable in class org.xmlpull.mxp1.MXParser
 
XmlPullParser - Interface in org.xmlpull.v1
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 in org.xmlpull.v1
This exception is thrown to signal XML Pull Parser related faults.
XmlPullParserException(String) - Constructor for exception org.xmlpull.v1.XmlPullParserException
 
XmlPullParserException(String, XmlPullParser, Throwable) - Constructor for exception org.xmlpull.v1.XmlPullParserException
 

Y

YES - Static variable in class org.xmlpull.mxp1.MXParser
 

A B C D E F G I J L M N O P R S T U V X Y