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

A

addAttribute(String, String, String, String, String, boolean) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
addAttribute(XmlNamespace, String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
addAttribute(String, XmlNamespace, String, String, boolean) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
addAttribute(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
addAttribute(String, XmlNamespace, String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
addAttribute(XmlAttribute) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
addAttribute(XmlAttribute) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
addAttribute(XmlNamespace, String, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
addAttribute(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
addAttribute(String, XmlNamespace, String, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
addAttribute(String, XmlNamespace, String, String, boolean) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
addAttribute(String, String, String, String, String, boolean) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
addAttribute(XmlAttribute) - Method in interface org.xmlpull.v1.builder.XmlElement
Add attribute (adds it to the XML Infoset [namespace attributes] set) Attribute mist
addAttribute(String, String) - Method in interface org.xmlpull.v1.builder.XmlElement
addAttribute
addAttribute(XmlNamespace, String, String) - Method in interface org.xmlpull.v1.builder.XmlElement
Method addAttribute
addAttribute(String, XmlNamespace, String, String) - Method in interface org.xmlpull.v1.builder.XmlElement
Method addAttribute
addAttribute(String, XmlNamespace, String, String, boolean) - Method in interface org.xmlpull.v1.builder.XmlElement
Method addAttribute
addAttribute(String, String, String, String, String, boolean) - Method in interface org.xmlpull.v1.builder.XmlElement
Method addAttribute
addChild(Object) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
addChild(Object) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
addChild(int, Object) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
addChild(Object) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
addChild(Object) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
addChild(int, Object) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
addChild(Object) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
addChild(Object) - Method in interface org.xmlpull.v1.builder.XmlElement
NOTE: =child added is _not_ checked if it XmlContainer, caller must manually fix parent in child by calling setParent() !!!!
addChild(int, Object) - Method in interface org.xmlpull.v1.builder.XmlElement
Method addChild
addComment(String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
addComment(String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
addComment(String) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
addDoctype(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
addDoctype(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
Method addDoctype
addDoctype(String, String) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
addDocumentElement(String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
addDocumentElement(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
addDocumentElement(String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
addDocumentElement(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
addDocumentElement(String) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
addDocumentElement(XmlNamespace, String) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
addElement(XmlElement) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
addElement(int, XmlElement) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
addElement(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
addElement(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
addElement(XmlElement) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
addElement(int, XmlElement) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
addElement(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
addElement(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
addElement(XmlElement) - Method in interface org.xmlpull.v1.builder.XmlElement
NOTE: the child element must unattached to be added (it is atttached if it is XmlContainer of recognized type and getParent() !
addElement(int, XmlElement) - Method in interface org.xmlpull.v1.builder.XmlElement
Method addElement
addElement(String) - Method in interface org.xmlpull.v1.builder.XmlElement
Method addElement
addElement(XmlNamespace, String) - Method in interface org.xmlpull.v1.builder.XmlElement
Method addElement
addNotation(String, String, String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
addNotation(String, String, String, String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
Method addNotation
addNotation(String, String, String, String) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
addProcessingInstruction(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
addProcessingInstruction(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
addProcessingInstruction(String, String) - Method in interface org.xmlpull.v1.builder.XmlDoctype
Add to list of children (only processing instruction information items are allowed).
addProcessingInstruction(String, String) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
allStringsInterned - Variable in class org.xmlpull.mxp1.MXParser
Implementation notice: the is instance variable that controls if newString() is interning.
APACHE_DYNAMIC_VALIDATION_FEATURE - Static variable in class org.xmlpull.v1.sax2.Driver
 
APACHE_SCHEMA_VALIDATION_FEATURE - Static variable in class org.xmlpull.v1.sax2.Driver
 
attribute(String, String, String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
attribute(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
attribute(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
attribute(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
attribute(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
attribute(String) - Method in interface org.xmlpull.v1.builder.XmlElement
Find attribute that matches given name or namespace Returns null if not found.
attribute(XmlNamespace, String) - Method in interface org.xmlpull.v1.builder.XmlElement
Find attribute that matches given name or namespace Returns null if not found.
attribute(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
attribute(String, String, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
attribute(String, String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
Write an attribute without namespace.
attribute(String, String, String) - Method in interface org.xmlpull.v1.XmlSerializer
Write an attribute.
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
 
attributes() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
attributes() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
attributes() - Method in interface org.xmlpull.v1.builder.XmlElement
Return Iterator - null is never returned if there is no children then iteraotr over empty collection is returned
attributeUri - Variable in class org.xmlpull.mxp1.MXParser
 
attributeUseApostrophe - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
attributeValue - Variable in class org.xmlpull.mxp1.MXParser
 
autoDeclaredPrefixes - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 

B

buf - Variable in class org.xmlpull.mxp1.MXParser
 
buf - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
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

CACHE_LOAD - Static variable in class org.xmlpull.mxp1.MXParserCachingStrings
NOTE: implemented as integers and not flot to allow to work on J2ME.
CACHE_STATISTICS - Static variable in class org.xmlpull.mxp1.MXParserCachingStrings
 
cacheEntriesCount - Variable in class org.xmlpull.mxp1.MXParserCachingStrings
 
cacheEntriesThreshold - Variable in class org.xmlpull.mxp1.MXParserCachingStrings
 
cacheStatCalls - Variable in class org.xmlpull.mxp1.MXParserCachingStrings
 
cacheStatRehash - Variable in class org.xmlpull.mxp1.MXParserCachingStrings
 
cacheStatResets - Variable in class org.xmlpull.mxp1.MXParserCachingStrings
 
cacheStatWalks - Variable in class org.xmlpull.mxp1.MXParserCachingStrings
 
castOrWrap(XmlElement, Class) - Static method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
cdsect(String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
cdsect(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
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
 
charRefOneCharBuf - Variable in class org.xmlpull.mxp1.MXParser
 
children() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
children() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
children() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
An ordered list of child information items, in document order.
children() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
children() - Method in interface org.xmlpull.v1.builder.XmlDoctype
An ordered list of processing instruction information items representing processing instructions appearing in the DTD, in the original document order.
children() - Method in interface org.xmlpull.v1.builder.XmlDocument
An ordered list of child information items, in document order.
children() - Method in interface org.xmlpull.v1.builder.XmlElement
Return Iterator - null is never returned if there is no children then iteraotr over empty collection is returned
classNamesLocation - Variable in class org.xmlpull.v1.XmlPullParserFactory
 
clone() - Method in class org.xmlpull.mxp1.MXParserCachingStrings
 
clone() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
 
clone() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
clone() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
clone() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
 
clone() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
clone() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
clone() - Method in interface org.xmlpull.v1.builder.XmlAttribute
Method clone
clone() - Method in interface org.xmlpull.v1.builder.XmlDocument
 
clone() - Method in interface org.xmlpull.v1.builder.XmlElement
Method clone
closeStartTag() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
column - Variable in exception org.xmlpull.v1.XmlPullParserException
 
columnNumber - Variable in class org.xmlpull.mxp1.MXParser
 
comment(String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
comment(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
COMMENT - Static variable in interface org.xmlpull.v1.XmlPullParser
An XML comment was just read.
comment(String) - Method in interface org.xmlpull.v1.XmlSerializer
 
contentHandler - Variable in class org.xmlpull.v1.sax2.Driver
 
currentNs - Variable in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 

D

DECLARATION_HANDLER_PROPERTY - Static variable in class org.xmlpull.v1.sax2.Driver
 
declareNamespace(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
declareNamespace(XmlNamespace) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
declareNamespace(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
declareNamespace(XmlNamespace) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
declareNamespace(String, String) - Method in interface org.xmlpull.v1.builder.XmlElement
Create new namespace with prefix and namespace name (both must be not null) and add it to current element.
declareNamespace(XmlNamespace) - Method in interface org.xmlpull.v1.builder.XmlElement
Add namespace to current element (both prefix and namespace name must be not null)
defineEntityReplacementText(String, String) - Method in class org.xmlpull.mxp1.MXParser
 
defineEntityReplacementText(String, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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
 
depth - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
detail - Variable in exception org.xmlpull.v1.builder.XmlBuilderException
 
detail - Variable in exception org.xmlpull.v1.XmlPullParserException
 
docdecl(String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
docdecl(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
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
 
doIndent - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
DOM2XmlPullBuilder - Class in org.xmlpull.v1.dom2_builder
Simplistic DOM2 builder that should be enough to do support most cases.
DOM2XmlPullBuilder() - Constructor for class org.xmlpull.v1.dom2_builder.DOM2XmlPullBuilder
 
Driver - Class in org.xmlpull.v1.sax2
SAX2 Driver that pulls events from XmlPullParser and comverts them into SAX2 callbacks.
Driver() - Constructor for class org.xmlpull.v1.sax2.Driver
 
Driver(XmlPullParser) - Constructor for class org.xmlpull.v1.sax2.Driver
 

E

element(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
element(XmlNamespace, String, boolean) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
element(int) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
element(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
element(XmlNamespace, String, boolean) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
element(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
element(XmlNamespace, String, boolean) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
element(int) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
element(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
element(XmlNamespace, String, boolean) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
element(XmlNamespace, String) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
element(XmlNamespace, String, boolean) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
element(int) - Method in interface org.xmlpull.v1.builder.XmlElement
return element at poition (0..count-1) or IndexOutOfBoundsException if positon incorrect
element(XmlNamespace, String) - Method in interface org.xmlpull.v1.builder.XmlElement
find first element with name and namespace (if namespace is null it is ignored in search)
element(XmlNamespace, String, boolean) - Method in interface org.xmlpull.v1.builder.XmlElement
find first element with name and namespace (if namespace is null it is ignored in search) if no matching element is found then new element is created, appended to children, and returned
element(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
Write simple text element in current namespace
element(String, String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
element(String, String, String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
Writes a simple element such as <username>johndoe</username>.
element(String, String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
Write simple text element in current namespace
elements(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
elements(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
elements(XmlNamespace, String) - Method in interface org.xmlpull.v1.builder.XmlElement
Return all elements that has namespace and name (null is never returned but empty iteraotr)
elName - Variable in class org.xmlpull.mxp1.MXParser
 
elName - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
elNamespace - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
elNamespaceCount - Variable in class org.xmlpull.mxp1.MXParser
 
elNamespaceCount - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
elPrefix - Variable in class org.xmlpull.mxp1.MXParser
 
elPrefix - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
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.
endDocument() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
endDocument() - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
endDocument() - Method in interface org.xmlpull.v1.XmlSerializer
Finish writing.
endTag(String, String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
endTag(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
endTag(String, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
endTag(String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
Write end tag in current namespace with name given as argument.
endTag(String, String) - Method in interface org.xmlpull.v1.XmlSerializer
Write end tag.
ensureAttributeCapacity(int) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
ensureAttributeCapacity(int) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
ensureAttributeCapacity(int) - Method in interface org.xmlpull.v1.builder.XmlElement
Method ensureAttributeCapacity
ensureAttributesCapacity(int) - Method in class org.xmlpull.mxp1.MXParser
Make sure that in attributes temporary array is enough space.
ensureChildrenCapacity(int) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
ensureChildrenCapacity(int) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
ensureChildrenCapacity(int) - Method in interface org.xmlpull.v1.builder.XmlElement
Method ensureChildrenCapacity
ensureElementsCapacity() - Method in class org.xmlpull.mxp1.MXParser
Make sure that we have enough space to keep element stack if passed size.
ensureElementsCapacity() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
ensureEntityCapacity() - Method in class org.xmlpull.mxp1.MXParser
 
ensureNamespaceDeclarationsCapacity(int) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
ensureNamespaceDeclarationsCapacity(int) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
ensureNamespaceDeclarationsCapacity(int) - Method in interface org.xmlpull.v1.builder.XmlElement
Method ensureNamespaceDeclarationsCapacity
ensureNamespacesCapacity(int) - Method in class org.xmlpull.mxp1.MXParser
 
ensureNamespacesCapacity() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
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
 
entityRef(String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
entityRef(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
entityRef(String) - Method in interface org.xmlpull.v1.XmlSerializer
 
entityRefName - Variable in class org.xmlpull.mxp1.MXParser
 
entityReplacement - Variable in class org.xmlpull.mxp1.MXParser
 
entityReplacementBuf - Variable in class org.xmlpull.mxp1.MXParser
 
equals(Object) - Method in class javax.xml.namespace.QName
Tests this QName for equality with another object.
equals(Object) - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
 
equals(Object) - Method in class org.xmlpull.v1.builder.impl.XmlNamespaceImpl
 
errorHandler - Variable in class org.xmlpull.v1.sax2.Driver
 
escapeAttributeValue(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
escapeAttributeValue(String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
 
escapeText(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
escapeText(String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
 
event(XmlPullParser) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
event(XmlPullParser) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
Serializer current event form pull parser
eventType - Variable in class org.xmlpull.mxp1.MXParser
 

F

f - Variable in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
factory - Variable in class org.xmlpull.v1.builder.XmlInfosetBuilder
 
factory - Variable in class org.xmlpull.v1.parser_pool.XmlPullParserPool
 
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_NAMES_INTERNED - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
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_SERIALIZER_ATTVALUE_USE_APOSTROPHE - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
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
 
features - Variable in class org.xmlpull.v1.XmlPullParserFactory
 
fillBuf() - Method in class org.xmlpull.mxp1.MXParser
 
finalize() - Method in class org.xmlpull.mxp1.MXParserCachingStrings
Hook to GC finalization to print statistics about pool cache impl. perf.
findAttribute(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
findAttribute(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
Deprecated.  
findAttribute(String, String) - Method in interface org.xmlpull.v1.builder.XmlElement
Deprecated. Use attribute()
findElementByName(String, XmlElement) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
findElementByName(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
findElementByName(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
findElementByName(String, String, XmlElement) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
findElementByName(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
findElementByName(String, String, XmlElement) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
findElementByName(String, XmlElement) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
findElementByName(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
findElementByName(String) - Method in interface org.xmlpull.v1.builder.XmlElement
Deprecated. see element()
findElementByName(String, String) - Method in interface org.xmlpull.v1.builder.XmlElement
Deprecated. see element()
findElementByName(String, XmlElement) - Method in interface org.xmlpull.v1.builder.XmlElement
Deprecated. see elements()
findElementByName(String, String, XmlElement) - Method in interface org.xmlpull.v1.builder.XmlElement
Deprecated. see elements()
finished - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
flush() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
flush() - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
flush() - Method in interface org.xmlpull.v1.XmlSerializer
Write all pending output to the stream.
fragment(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
fragment(String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
Write XML fragment using currently set namespace prefixes
fragmentParser - Variable in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 

G

getAttributeCount() - Method in class org.xmlpull.mxp1.MXParser
 
getAttributeCount() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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 class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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 class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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 class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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 class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
getAttributeValue(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
getAttributeValue(String, String) - Method in interface org.xmlpull.v1.builder.XmlElement
Method getAttributeValue
getAttributeValue(XmlPullParser, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
Return value of attribute with given name and no namespace.
getAttributeValue(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
getAttributeValue(int) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getAttributeValue(String, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getAttributeValue(String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
Return value of attribute with given name and no namespace.
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.
getBaseUri() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
getBaseUri() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
getBaseUri() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
getBaseUri() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
getBaseUri() - Method in interface org.xmlpull.v1.builder.XmlDocument
 
getBaseUri() - Method in interface org.xmlpull.v1.builder.XmlElement
XML Infoset [base URI] property
getBaseUri() - Method in interface org.xmlpull.v1.builder.XmlProcessingInstruction
The base URI of the PI.
getCharacterEncodingScheme() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
getCharacterEncodingScheme() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
getCharacterEncodingScheme() - Method in interface org.xmlpull.v1.builder.XmlDocument
 
getColumnNumber() - Method in class org.xmlpull.mxp1.MXParser
 
getColumnNumber() - Method in class org.xmlpull.v1.sax2.Driver
 
getColumnNumber() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getColumnNumber() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current column number, starting from 0.
getColumnNumber() - Method in exception org.xmlpull.v1.XmlPullParserException
 
getContent() - Method in class org.xmlpull.v1.builder.impl.XmlCommentImpl
 
getContent() - Method in interface org.xmlpull.v1.builder.XmlComment
A string representing the content of the comment.
getContent() - Method in interface org.xmlpull.v1.builder.XmlProcessingInstruction
A string representing the content of the processing instruction, excluding the target and any white space immediately following it.
getContentHandler() - Method in class org.xmlpull.v1.sax2.Driver
 
getCurrentNamespaceForElements() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
getCurrentNamespaceForElements() - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
Get namespace that is used as default when no namespace parameter is used for startTag(), endTag() and element()
getDeclarationBaseUri() - Method in interface org.xmlpull.v1.builder.XmlNotation
The base URI relative to which the system identifier should be resolved (i.e. the base URI of the resource within which the notation declaration occurs).
getDeclarationBaseUri() - Method in interface org.xmlpull.v1.builder.XmlUnexpandedEntityReference
 
getDeclarationBaseUri() - Method in interface org.xmlpull.v1.builder.XmlUnparsedEntity
 
getDepth() - Method in class org.xmlpull.mxp1.MXParser
 
getDepth() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
getDepth() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getDepth() - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
getDepth() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current depth of the element.
getDepth() - Method in interface org.xmlpull.v1.XmlSerializer
Returns the current depth of the element.
getDetail() - Method in exception org.xmlpull.v1.builder.XmlBuilderException
 
getDetail() - Method in exception org.xmlpull.v1.XmlPullParserException
 
getDocumentElement() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
getDocumentElement() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
getDocumentElement() - Method in interface org.xmlpull.v1.builder.XmlDocument
 
getDTDHandler() - Method in class org.xmlpull.v1.sax2.Driver
 
getEntityResolver() - Method in class org.xmlpull.v1.sax2.Driver
 
getErrorHandler() - Method in class org.xmlpull.v1.sax2.Driver
 
getEventType() - Method in class org.xmlpull.mxp1.MXParser
 
getEventType() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getEventType() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the type of the current event (START_TAG, END_TAG, TEXT, etc.)
getFactory() - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Method get XmlPull factory that is ued by this builder.
getFactory() - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
getFeature(String) - Method in class org.xmlpull.mxp1.MXParser
Unknown properties are always returned as false
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_serializer.MXSerializer
 
getFeature(String) - Method in class org.xmlpull.v1.sax2.Driver
 
getFeature(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getFeature(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
getFeature(String) - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
getFeature(String) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current value of the given feature.
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.XmlSerializer
Return the current value of the feature with given name.
getIndex(String, String) - Method in class org.xmlpull.v1.sax2.Driver
 
getIndex(String) - Method in class org.xmlpull.v1.sax2.Driver
 
getInputEncoding() - Method in class org.xmlpull.mxp1.MXParser
 
getInputEncoding() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getInputEncoding() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the input encoding if known, null otherwise.
getLength() - Method in class org.xmlpull.v1.sax2.Driver
 
getLineNumber() - Method in class org.xmlpull.mxp1.MXParser
 
getLineNumber() - Method in class org.xmlpull.v1.sax2.Driver
 
getLineNumber() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getLineNumber() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current line number, starting from 1.
getLineNumber() - Method in exception org.xmlpull.v1.XmlPullParserException
 
getLocalName(int) - Method in class org.xmlpull.v1.sax2.Driver
 
getLocalPart() - Method in class javax.xml.namespace.QName
Gets the Local part for this QName
getMessage() - Method in exception org.xmlpull.v1.builder.XmlBuilderException
 
getName() - Method in class org.xmlpull.mxp1.MXParser
 
getName() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
getName() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
 
getName() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
getName() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
 
getName() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
getName() - Method in interface org.xmlpull.v1.builder.XmlAttribute
XML Infoset [local name] property
getName() - Method in interface org.xmlpull.v1.builder.XmlElement
XML Infoset [local name] property.
getName() - Method in interface org.xmlpull.v1.builder.XmlNotation
The name of the notation.
getName() - Method in interface org.xmlpull.v1.builder.XmlUnexpandedEntityReference
 
getName() - Method in interface org.xmlpull.v1.builder.XmlUnparsedEntity
 
getName() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getName() - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
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 interface org.xmlpull.v1.XmlSerializer
Returns the name of the current element as set by startTag().
getNamespace(String) - Method in class org.xmlpull.mxp1.MXParser
 
getNamespace() - Method in class org.xmlpull.mxp1.MXParser
 
getNamespace() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
getNamespace() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
 
getNamespace() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
getNamespace() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
 
getNamespace() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
getNamespace() - Method in interface org.xmlpull.v1.builder.XmlAttribute
Combination of XML Infoset [namespace name] and [prefix] properties
getNamespace() - Method in interface org.xmlpull.v1.builder.XmlElement
Return namespace of current element (XML Infoset [namespace name] and [prefix] properties combined) null is only returned if element was created without namespace
getNamespace(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getNamespace() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getNamespace() - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
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.
getNamespace() - Method in interface org.xmlpull.v1.XmlSerializer
Returns the namespace URI of the current element as set by startTag().
getNamespaceCount(int) - Method in class org.xmlpull.mxp1.MXParser
 
getNamespaceCount(int) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getNamespaceCount(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the numbers of elements in the namespace stack for the given depth.
getNamespaceName() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
 
getNamespaceName() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
getNamespaceName() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
 
getNamespaceName() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
getNamespaceName() - Method in class org.xmlpull.v1.builder.impl.XmlNamespaceImpl
 
getNamespaceName() - Method in interface org.xmlpull.v1.builder.XmlAttribute
return XML Infoset [namespace name] property (namespaceName from getNamespace() or null if attribute has no namespace
getNamespaceName() - Method in interface org.xmlpull.v1.builder.XmlElement
Return namespace name (XML Infoset [namespace name]property or null if element has no namespace
getNamespaceName() - Method in interface org.xmlpull.v1.builder.XmlNamespace
Namespace name.
getNamespacePrefix(int) - Method in class org.xmlpull.mxp1.MXParser
 
getNamespacePrefix(int) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getNamespacePrefix(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the namespace prefixe for the given position in the namespace stack.
getNamespaceURI() - Method in class javax.xml.namespace.QName
Gets the Namespace URI for this QName
getNamespaceUri(int) - Method in class org.xmlpull.mxp1.MXParser
 
getNamespaceUri(int) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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.
getNotation() - Method in interface org.xmlpull.v1.builder.XmlProcessingInstruction
The notation information item named by the target.
getNotation() - Method in interface org.xmlpull.v1.builder.XmlUnparsedEntity
 
getNotationName() - Method in interface org.xmlpull.v1.builder.XmlUnparsedEntity
 
getOwner() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
 
getOwner() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
 
getOwner() - Method in interface org.xmlpull.v1.builder.XmlAttribute
XML Infoset [owner element] property
getParent() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
getParent() - Method in class org.xmlpull.v1.builder.impl.XmlCommentImpl
 
getParent() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
getParent() - Method in interface org.xmlpull.v1.builder.XmlComment
The document or element information item which contains this information item in its [children] property.
getParent() - Method in interface org.xmlpull.v1.builder.XmlContained
 
getParent() - Method in interface org.xmlpull.v1.builder.XmlDoctype
The document information item.
getParent() - Method in interface org.xmlpull.v1.builder.XmlElement
XML Infoset [parent] property.
getParent() - Method in interface org.xmlpull.v1.builder.XmlProcessingInstruction
The document, element, or document type definition information item which contains this information item in its [children] property.
getParent() - Method in interface org.xmlpull.v1.builder.XmlUnexpandedEntityReference
 
getPIData(XmlPullParser) - Static method in class org.xmlpull.v1.util.XmlPullUtil
Return everything past PITarget and S from Processing Instruction (PI) as defined in XML 1.0 Section 2.6 Processing Instructions [16] PI ::= '<?'
getPIData() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
getPIData() - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
Return everything past PITarget and S from Processing Instruction (PI) as defined in XML 1.0 Section 2.6 Processing Instructions [16] PI ::= '<?'
getPITarget(XmlPullParser) - Static method in class org.xmlpull.v1.util.XmlPullUtil
Return PITarget from Processing Instruction (PI) as defined in XML 1.0 Section 2.6 Processing Instructions [16] PI ::= '<?'
getPITarget() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
getPITarget() - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
Return PITarget from Processing Instruction (PI) as defined in XML 1.0 Section 2.6 Processing Instructions [16] PI ::= '<?'
getPositionDescription() - Method in class org.xmlpull.mxp1.MXParser
Return string describing current position of parsers as text 'STATE [seen %s...]
getPositionDescription() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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 javax.xml.namespace.QName
Gets the Prefix for this QName
getPrefix() - Method in class org.xmlpull.mxp1.MXParser
 
getPrefix(String, boolean) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
getPrefix(String, boolean, boolean) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
getPrefix() - Method in class org.xmlpull.v1.builder.impl.XmlNamespaceImpl
 
getPrefix() - Method in interface org.xmlpull.v1.builder.XmlNamespace
Prefix can be null.
getPrefix() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getPrefix(String, boolean) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
getPrefix() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the prefix of the current element.
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 class org.xmlpull.mxp1.MXParser
 
getProperty(String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
getProperty(String) - Method in class org.xmlpull.v1.sax2.Driver
 
getProperty(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
getProperty(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
getProperty(String) - Method in interface org.xmlpull.v1.XmlPullParser
Look up the value of a property.
getProperty(String) - Method in interface org.xmlpull.v1.XmlSerializer
Look up the value of a property.
getPublicId() - Method in class org.xmlpull.v1.sax2.Driver
 
getPublicIdentifier() - Method in interface org.xmlpull.v1.builder.XmlDoctype
The public identifier of the external subset, normalized as described in 4.2.2 External Entities [XML].
getPublicIdentifier() - Method in interface org.xmlpull.v1.builder.XmlNotation
The public identifier of the notation, normalized as described in 4.2.2 External Entities [XML].
getPublicIdentifier() - Method in interface org.xmlpull.v1.builder.XmlUnexpandedEntityReference
 
getPublicIdentifier() - Method in interface org.xmlpull.v1.builder.XmlUnparsedEntity
 
getPullParserFromPool() - Method in class org.xmlpull.v1.parser_pool.XmlPullParserPool
 
getQName(int) - Method in class org.xmlpull.v1.sax2.Driver
 
getRequiredAttributeValue(XmlPullParser, String, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
Read attribute value and return it or throw exception if current element does not have such attribute.
getRequiredAttributeValue(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
getRequiredAttributeValue(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
getRequiredAttributeValue(String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
Read attribute value and return it or throw exception if current element does not have such attribute.
getRequiredAttributeValue(String, String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
Read attribute value and return it or throw exception if current element does not have such attribute.
getRequiredElementText(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
Read the text of a required element and return it or throw exception if required element is not found.
getRequiredElementText(String, String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
Read the text of a required element and return it or throw exception if required element is not found.
getRoot() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
getRoot() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
getRoot() - Method in interface org.xmlpull.v1.builder.XmlElement
Get top most container that is either XmlDocument or XmlElement (may be event this element!!!)
getSystemId() - Method in class org.xmlpull.v1.sax2.Driver
 
getSystemIdentifier() - Method in interface org.xmlpull.v1.builder.XmlDoctype
The system identifier of the external subset, as it appears in the DOCTYPE declaration, without any additional URI escaping applied by the processor.
getSystemIdentifier() - Method in interface org.xmlpull.v1.builder.XmlNotation
The system identifier of the notation, as it appears in the declaration of the notation, without any additional URI escaping applied by the processor.
getSystemIdentifier() - Method in interface org.xmlpull.v1.builder.XmlUnexpandedEntityReference
 
getSystemIdentifier() - Method in interface org.xmlpull.v1.builder.XmlUnparsedEntity
 
getTarget() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
getTarget() - Method in interface org.xmlpull.v1.builder.XmlProcessingInstruction
A string representing the target part of the processing instruction (an XML name).
getText() - Method in class org.xmlpull.mxp1.MXParser
 
getText() - Method in interface org.xmlpull.v1.builder.XmlCharacters
 
getText() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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 class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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.
getTopAdapter() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
getType() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
 
getType() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
 
getType() - Method in interface org.xmlpull.v1.builder.XmlAttribute
XML Infoset [attribute type]
getType(int) - Method in class org.xmlpull.v1.sax2.Driver
 
getType(String, String) - Method in class org.xmlpull.v1.sax2.Driver
 
getType(String) - Method in class org.xmlpull.v1.sax2.Driver
 
getURI(int) - Method in class org.xmlpull.v1.sax2.Driver
 
getValue() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
 
getValue() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
 
getValue() - Method in interface org.xmlpull.v1.builder.XmlAttribute
XML Infoset [normalized value] property
getValue(int) - Method in class org.xmlpull.v1.sax2.Driver
 
getValue(String, String) - Method in class org.xmlpull.v1.sax2.Driver
 
getValue(String) - Method in class org.xmlpull.v1.sax2.Driver
 
getVersion() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
getVersion() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
getVersion() - Method in interface org.xmlpull.v1.builder.XmlDocument
 
getWriter() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 

H

hasAttributes() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
hasAttributes() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
hasAttributes() - Method in interface org.xmlpull.v1.builder.XmlElement
Method hasAttributes
hasChild(Object) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
hasChild(Object) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
hasChild(Object) - Method in interface org.xmlpull.v1.builder.XmlElement
Method hasChild
hasChildren() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
hasChildren() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
hasChildren() - Method in interface org.xmlpull.v1.builder.XmlElement
Method hasChildren
hashCode() - Method in class javax.xml.namespace.QName
Returns a hash code value for this QName object.
hasNamespaceDeclarations() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
hasNamespaceDeclarations() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
hasNamespaceDeclarations() - Method in interface org.xmlpull.v1.builder.XmlElement
Method hasNamespaceDeclarations

I

IGNORABLE_WHITESPACE - Static variable in interface org.xmlpull.v1.XmlPullParser
Ignorable whitespace was just read.
ignorableWhitespace(String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
ignorableWhitespace(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
ignorableWhitespace(String) - Method in interface org.xmlpull.v1.XmlSerializer
 
indentationBuf - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
indentationJump - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
indentationString - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
INITIAL_CAPACITY - Static variable in class org.xmlpull.mxp1.MXParserCachingStrings
 
initStringCache() - Method in class org.xmlpull.mxp1.MXParserCachingStrings
 
inputEncoding - Variable in class org.xmlpull.mxp1.MXParser
 
inputStream - Variable in class org.xmlpull.mxp1.MXParser
 
insertChild(int, Object) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
insertChild(int, Object) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
insertChild(int, Object) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
insertChild(int, Object) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
insertChild(int, Object) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
insertChild(int, Object) - Method in interface org.xmlpull.v1.builder.XmlElement
 
isAllDeclarationsProcessed() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
isAllDeclarationsProcessed() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
isAllDeclarationsProcessed() - Method in interface org.xmlpull.v1.builder.XmlDocument
 
isAttributeDefault(int) - Method in class org.xmlpull.mxp1.MXParser
 
isAttributeDefault(int) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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 class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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
 
isNamespaceAware() - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
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).
isNameStartChar(char) - Method in class org.xmlpull.mxp1.MXParser
 
isNil() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
isNil() - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
Is the current tag nil?
isS(char) - Method in class org.xmlpull.mxp1.MXParser
 
isSpecified() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
 
isSpecified() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
 
isSpecified() - Method in interface org.xmlpull.v1.builder.XmlAttribute
XML Infoset [specified] flag
isStandalone() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
isStandalone() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
isStandalone() - Method in interface org.xmlpull.v1.builder.XmlDocument
 
isValidating() - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
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 class org.xmlpull.mxp1.MXParser
 
isWhitespace() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
isWhitespace() - Method in interface org.xmlpull.v1.XmlPullParser
Checks whether the current TEXT event contains only whitespace characters.
isWhitespaceContent() - Method in interface org.xmlpull.v1.builder.XmlCharacters
 
Iterable - Interface in org.xmlpull.v1.builder
Use java.lang.Iterable instead when JDK 1.5 comes out
iterator() - Method in interface org.xmlpull.v1.builder.Iterable
 

J

javax.xml.namespace - package javax.xml.namespace
 
joinPC() - Method in class org.xmlpull.mxp1.MXParser
 

K

keys - Variable in class org.xmlpull.mxp1.MXParserCachingStrings
 

L

LEXICAL_HANDLER_PROPERTY - Static variable in class org.xmlpull.v1.sax2.Driver
 
lineNumber - Variable in class org.xmlpull.mxp1.MXParser
 
lineSeparator - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
location - Variable in class org.xmlpull.mxp1.MXParser
 
location - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
lookuEntityReplacement(int) - Method in class org.xmlpull.mxp1.MXParser
 
lookuEntityReplacement(int) - Method in class org.xmlpull.mxp1.MXParserNonValidating
 
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
 
lookupNamespaceByName(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
lookupNamespaceByName(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
lookupNamespaceByName(String) - Method in interface org.xmlpull.v1.builder.XmlElement
Find namespace (will have non empty prefix) corresponding to namespace name checking first current elemen and if not found continue in parent (if element has parent).
lookupNamespaceByPrefix(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
lookupNamespaceByPrefix(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
lookupNamespaceByPrefix(String) - Method in interface org.xmlpull.v1.builder.XmlElement
Find namespace (will have non empty prefix) corresponding to namespace prefix checking first current elemen and if not found continue in parent (if element has parent) and so on.
lookupNameStartChar - Static variable in class org.xmlpull.mxp1.MXParser
 
lookupOrDeclarePrefix(String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 

M

main(String[]) - Static method in class org.xmlpull.v1.dom2_builder.DOM2XmlPullBuilder
Minimal inline test
main(String[]) - Static method in class org.xmlpull.v1.parser_pool.XmlPullParserPool
 
matches(XmlPullParser, int, String, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
Tests if the current event is of the given type and if the namespace and name match.
matches(int, String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
matches(int, String, String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
Tests if the current event is of the given type and if the namespace and name match.
maxIndentLevel - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
more() - Method in class org.xmlpull.mxp1.MXParser
 
more() - Method in class org.xmlpull.mxp1.MXParserNonValidating
 
MXParser - Class in org.xmlpull.mxp1
Absolutely minimal implementation of XMLPULL V1 API
MXParser() - Constructor for class org.xmlpull.mxp1.MXParser
 
MXParserCachingStrings - Class in org.xmlpull.mxp1
Extend MXP parser to use string cache of char[] to interned String NOTE: it is not non-validaint parser as there is no supporting internal DTD parsing no full XML 1.0 (or 1.1) character classes are supported.
MXParserCachingStrings() - Constructor for class org.xmlpull.mxp1.MXParserCachingStrings
 
MXParserFactory - Class in org.xmlpull.mxp1
Simple facotry to speed up creation process.
MXParserFactory() - Constructor for class org.xmlpull.mxp1.MXParserFactory
 
MXParserNonValidating - Class in org.xmlpull.mxp1
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
 
MXSerializer - Class in org.xmlpull.mxp1_serializer
Implementation of XmlSerializer interface from XmlPull V1 API.
MXSerializer() - Constructor for class org.xmlpull.mxp1_serializer.MXSerializer
 

N

namesInterned - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
NAMESPACE_PREFIXES_FEATURE - Static variable in class org.xmlpull.v1.sax2.Driver
 
namespaceDepth - Variable in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
namespaceEnd - Variable in class org.xmlpull.mxp1.MXParser
 
namespaceEnd - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
namespaceEnd - Variable in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
namespacePrefix - Variable in class org.xmlpull.mxp1.MXParser
 
namespacePrefix - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
namespacePrefix - Variable in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
namespacePrefixHash - Variable in class org.xmlpull.mxp1.MXParser
 
namespaces() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
namespaces() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
namespaces() - Method in interface org.xmlpull.v1.builder.XmlElement
Return Iterator - null is never returned if there is no children then iteraotr over empty collection is returned
NAMESPACES_FEATURE - Static variable in class org.xmlpull.v1.sax2.Driver
 
namespaceUri - Variable in class org.xmlpull.mxp1.MXParser
 
namespaceUri - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
namespaceUri - Variable in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
NCODING - Static variable in class org.xmlpull.mxp1.MXParser
 
newComment(String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
newComment(String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
newComment(String) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
newDoc() - Method in class org.xmlpull.v1.dom2_builder.DOM2XmlPullBuilder
 
newDoctype(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
newDoctype(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
newDoctype(String, String) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
newDocument(String, Boolean, String) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
newDocument() - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Create a new document.
newDocument(String, Boolean, String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Create a new document with given XML prolog.
newElement(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
newElement(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
newElement(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
newElement(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
newElement(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
newElement(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
newElement(String) - Method in interface org.xmlpull.v1.builder.XmlElement
Create unattached element
newElement(XmlNamespace, String) - Method in interface org.xmlpull.v1.builder.XmlElement
Method newElement
newElement(String, String) - Method in interface org.xmlpull.v1.builder.XmlElement
Method newElement
newFragment(String) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
newFragment(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
newFragment(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
newFragment(String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Create XML fragment that is not associated with any document.
newFragment(String, String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Create XML fragment that is not associated with any document.
newFragment(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Create XML fragment that is not associated with any document.
newInstance() - Static method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Create a new instance of the builder.
newInstance(XmlPullParserFactory) - Static method in class org.xmlpull.v1.builder.XmlInfosetBuilder
 
newInstance() - Static method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
newInstance(XmlPullParserFactory) - Static method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
newInstance(String, Class) - Static method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
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
 
newNamespace(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
newNamespace(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
newNamespace(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
newNamespace(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
newNamespace(String) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
newNamespace(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
newNamespace(String) - Method in interface org.xmlpull.v1.builder.XmlElement
Create new namespace with null prefix (namespace name must be not null).
newNamespace(String, String) - Method in interface org.xmlpull.v1.builder.XmlElement
Create new namespace with prefix and namespace name (both must be not null).
newNamespace(String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Create a new namespace that is not associated with any XML document.
newNamespace(String, String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Create a new namespace that is not associated with any XML document.
newParser() - Method in class org.xmlpull.v1.dom2_builder.DOM2XmlPullBuilder
 
newParser() - Method in class org.xmlpull.v1.parser_pool.XmlPullParserPool
 
newProcessingInstruction(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
newProcessingInstruction(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
newProcessingInstruction(String, String) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
newPullParser() - Method in class org.xmlpull.mxp1.MXParserFactory
 
newPullParser() - Method in class org.xmlpull.v1.XmlPullParserFactory
Creates a new instance of a XML Pull Parser using the currently configured factory features.
newPullParserWrapper() - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
newPullParserWrapper(XmlPullParser) - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
newSerializer() - Method in class org.xmlpull.mxp1.MXParserFactory
 
newSerializer() - Method in class org.xmlpull.v1.XmlPullParserFactory
Creates a new instance of a XML Serializer.
newSerializerWrapper() - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
newSerializerWrapper(XmlSerializer) - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
newString(char[], int, int) - Method in class org.xmlpull.mxp1.MXParser
 
newString(char[], int, int) - Method in class org.xmlpull.mxp1.MXParserCachingStrings
If feature name interning is enabled then this funtion MUST return interned string.
newStringIntern(char[], int, int) - Method in class org.xmlpull.mxp1.MXParser
 
newStringIntern(char[], int, int) - Method in class org.xmlpull.mxp1.MXParserCachingStrings
This is efficient implementation of pool that returns interned String based on char[] input.
next() - Method in class org.xmlpull.mxp1.MXParser
 
next() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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).
nextEndTag(XmlPullParser, String, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
combine nextTag(); pp.require(XmlPullParser.END_TAG, namespace, name);
nextEndTag(XmlPullParser) - Static method in class org.xmlpull.v1.util.XmlPullUtil
Call parser nextTag() and check that it is END_TAG, throw exception if not.
nextEndTag() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
nextEndTag(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
nextEndTag(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
nextEndTag() - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
Call parser nextTag() and check that it is END_TAG, throw exception if not.
nextEndTag(String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
combine nextTag(); pp.require(XmlPullParser.END_TAG, null, name);
nextEndTag(String, String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
combine nextTag(); pp.require(XmlPullParser.END_TAG, namespace, name);
nextImpl() - Method in class org.xmlpull.mxp1.MXParser
 
nextStartTag(XmlPullParser) - Static method in class org.xmlpull.v1.util.XmlPullUtil
call parser nextTag() and check that it is START_TAG, throw exception if not.
nextStartTag(XmlPullParser, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
combine nextTag(); pp.require(XmlPullParser.START_TAG, null, name);
nextStartTag(XmlPullParser, String, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
combine nextTag(); pp.require(XmlPullParser.START_TAG, namespace, name);
nextStartTag() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
nextStartTag(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
nextStartTag(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
nextStartTag() - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
call parser nextTag() and check that it is START_TAG, throw exception if not.
nextStartTag(String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
combine nextTag(); pp.require(XmlPullParser.START_TAG, null, name);
nextStartTag(String, String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
combine nextTag(); pp.require(XmlPullParser.START_TAG, namespace, name);
nextTag() - Method in class org.xmlpull.mxp1.MXParser
 
nextTag() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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(XmlPullParser, String, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
Read text content of element ith given namespace and name (use null namespace do indicate that nemspace should not be checked)
nextText(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
nextText() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
nextText(String, String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
Read text content of element ith given namespace and name (use null namespace do indicate that nemspace should not be checked)
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 class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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.builder.XmlElement
 
NO_NAMESPACE - Static variable in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
 
NO_NAMESPACE - Static variable in interface org.xmlpull.v1.XmlPullParser
This constant represents the default namespace (empty string "")
notations() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
notations() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
An unordered set of notation information items, one for each notation declared in the DTD.
notations() - Method in interface org.xmlpull.v1.builder.XmlDocument
An unordered set of notation information items, one for each notation declared in the DTD.

O

offsetNewLine - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
org.xmlpull.mxp1 - package org.xmlpull.mxp1
Contains XPP3 implementation of XMLPULL V1 API.
org.xmlpull.mxp1_serializer - package org.xmlpull.mxp1_serializer
 
org.xmlpull.v1 - package org.xmlpull.v1
 
org.xmlpull.v1.builder - package org.xmlpull.v1.builder
This package defines API modeled after XML Information Set for building incrmentally XML trees from events streamed from pull parser (user can start navigating tree before whole XML input was parsed!)
org.xmlpull.v1.builder.adapter - package org.xmlpull.v1.builder.adapter
 
org.xmlpull.v1.builder.impl - package org.xmlpull.v1.builder.impl
 
org.xmlpull.v1.dom2_builder - package org.xmlpull.v1.dom2_builder
 
org.xmlpull.v1.parser_pool - package org.xmlpull.v1.parser_pool
 
org.xmlpull.v1.sax2 - package org.xmlpull.v1.sax2
 
org.xmlpull.v1.util - package org.xmlpull.v1.util
 
org.xmlpull.v1.wrapper - package org.xmlpull.v1.wrapper
 
org.xmlpull.v1.wrapper.classic - package org.xmlpull.v1.wrapper.classic
 
out - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 

P

parse(XmlPullParser) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
parse(XmlPullParser) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Parse document - parser must be in START_DOCUMENT state.
parse(Reader) - Method in class org.xmlpull.v1.dom2_builder.DOM2XmlPullBuilder
 
parse(Reader, Document) - Method in class org.xmlpull.v1.dom2_builder.DOM2XmlPullBuilder
 
parse(XmlPullParser, Document) - Method in class org.xmlpull.v1.dom2_builder.DOM2XmlPullBuilder
 
parse(InputSource) - Method in class org.xmlpull.v1.sax2.Driver
 
parse(String) - Method in class org.xmlpull.v1.sax2.Driver
 
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
 
parseDocdecl() - Method in class org.xmlpull.mxp1.MXParserNonValidating
 
parseEndTag() - Method in class org.xmlpull.mxp1.MXParser
 
parseEntityRef() - Method in class org.xmlpull.mxp1.MXParser
 
parseEpilog() - Method in class org.xmlpull.mxp1.MXParser
 
parseFragementFromInputStream(InputStream, String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Parse input stream to create XML fragment using specified encoding.
parseFragment(XmlPullParser) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
parseFragment(XmlPullParser) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Parse fragment - parser must be on START_TAG.
parseFragmentFromInputStream(InputStream) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Parse input stream to create XML fragment.
parseFragmentFromReader(Reader) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Parse reader to create XML fragment.
parseInputStream(InputStream) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Parse input stream to create XML document.
parseInputStream(InputStream, String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Parse input stream to create XML document using specified encoding.
parseItem(XmlPullParser) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
parseItem(XmlPullParser) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Will convert current parser state into event rerpresenting XML infoset item: START_Document: XmlDocument without root element START_TAG: XmlElement without children TEXT: String or XmlCHaracters depending on builder mode additiona states to corresponding XML infoset items (when implemented!)
parseLocation(String) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
parseLocation(String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Parse input from URL location to create XML document.
parsePI() - Method in class org.xmlpull.mxp1.MXParser
 
parseProlog() - Method in class org.xmlpull.mxp1.MXParser
 
parserClasses - Variable in class org.xmlpull.v1.XmlPullParserFactory
 
parseReader(Reader) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Parse reader to create XML document.
parseStartTag() - Method in class org.xmlpull.mxp1.MXParser
 
parseStartTag(XmlPullParser) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
parseStartTag(XmlPullParser) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Parser must be on START_TAG and this method will convert START_TAG content into XmlELement.
parseSubTree(XmlPullParser) - Method in class org.xmlpull.v1.dom2_builder.DOM2XmlPullBuilder
 
parseSubTree(XmlPullParser, Document) - Method in class org.xmlpull.v1.dom2_builder.DOM2XmlPullBuilder
 
parseSubTree(XmlPullParser) - Method in class org.xmlpull.v1.sax2.Driver
 
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
 
pastRoot - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
pc - Variable in class org.xmlpull.mxp1.MXParser
 
pcEnd - Variable in class org.xmlpull.mxp1.MXParser
 
pcStart - Variable in class org.xmlpull.mxp1.MXParser
 
pool - Variable in class org.xmlpull.v1.parser_pool.XmlPullParserPool
 
pos - Variable in class org.xmlpull.mxp1.MXParser
 
posEnd - Variable in class org.xmlpull.mxp1.MXParser
 
posStart - Variable in class org.xmlpull.mxp1.MXParser
 
pp - Variable in class org.xmlpull.v1.sax2.Driver
 
pp - Variable in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
precomputedPrefixes - Static variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
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
 
printable(String) - Static method in class org.xmlpull.mxp1_serializer.MXSerializer
simple utility method -- good for debugging
printable(char) - Static method in class org.xmlpull.mxp1_serializer.MXSerializer
 
printStackTrace(PrintStream) - Method in exception org.xmlpull.v1.builder.XmlBuilderException
 
printStackTrace() - Method in exception org.xmlpull.v1.builder.XmlBuilderException
 
printStackTrace(PrintWriter) - Method in exception org.xmlpull.v1.builder.XmlBuilderException
 
printStackTrace() - Method in exception org.xmlpull.v1.XmlPullParserException
 
processAttlistDecl(char) - Method in class org.xmlpull.mxp1.MXParserNonValidating
 
processElementDecl(char) - Method in class org.xmlpull.mxp1.MXParserNonValidating
 
processEntityDecl(char) - Method in class org.xmlpull.mxp1.MXParserNonValidating
 
processExternalId(char) - Method in class org.xmlpull.mxp1.MXParserNonValidating
 
PROCESSING_INSTRUCTION - Static variable in interface org.xmlpull.v1.XmlPullParser
An XML processing instruction declaration was just read.
processingInstruction(String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
processingInstruction(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
processingInstruction(String) - Method in interface org.xmlpull.v1.XmlSerializer
 
processInternalSubset() - Method in class org.xmlpull.mxp1.MXParserNonValidating
 
processMarkupDecl(char) - Method in class org.xmlpull.mxp1.MXParserNonValidating
 
processNamespaces - Variable in class org.xmlpull.mxp1.MXParser
 
processNotationDecl(char) - Method in class org.xmlpull.mxp1.MXParserNonValidating
 
processPEReference() - Method in class org.xmlpull.mxp1.MXParserNonValidating
 
PROPERTY_LOCATION - Static variable in class org.xmlpull.mxp1.MXParser
 
PROPERTY_LOCATION - Static variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
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).
PROPERTY_SERIALIZER_INDENTATION - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
PROPERTY_SERIALIZER_LINE_SEPARATOR - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
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
 

Q

QName - Class in javax.xml.namespace
NOTE: copied from Apache AXIS until QName is really standard in some JDK version ...
QName(String) - Constructor for class javax.xml.namespace.QName
Constructor for the QName.
QName(String, String) - Constructor for class javax.xml.namespace.QName
Constructor for the QName.
QName(String, String, String) - Constructor for class javax.xml.namespace.QName
Constructor for the QName.

R

reachedEnd - Variable in class org.xmlpull.mxp1.MXParser
 
READ_CHUNK_SIZE - Static variable in class org.xmlpull.mxp1.MXParser
 
readDouble() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
readDoubleElement(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
reader - Variable in class org.xmlpull.mxp1.MXParser
 
readFloat() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
readFloatElement(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
readInt() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
readIntElement(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
readName(char) - Method in class org.xmlpull.mxp1.MXParserNonValidating
 
readString() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
readStringElemet(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
rebuildIndentationBuf() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
For maximum efficiency when writing indents the required output is pre-computed This is internal function that recomputes buffer after user requested chnages.
removeAllAttributes() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
removeAllAttributes() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
removeAllAttributes() - Method in interface org.xmlpull.v1.builder.XmlElement
Method removeAllAttributes
removeAllChildren() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
removeAllChildren() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
removeAllChildren() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
removeAllChildren() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
removeAllChildren() - Method in interface org.xmlpull.v1.builder.XmlDocument
 
removeAllChildren() - Method in interface org.xmlpull.v1.builder.XmlElement
Removes all children - every child that was implementing XmlNode will have set parent to null.
removeAllNamespaceDeclarations() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
removeAllNamespaceDeclarations() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
removeAllNamespaceDeclarations() - Method in interface org.xmlpull.v1.builder.XmlElement
Method removeAllNamespaceDeclarations
removeAllNotations() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
removeAllNotations() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
Method removeAllNotations
removeAllNotations() - Method in interface org.xmlpull.v1.builder.XmlDocument
 
removeAllProcessingInstructions() - Method in interface org.xmlpull.v1.builder.XmlDoctype
Remove all children.
removeAllUnparsedEntities() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
removeAllUnparsedEntities() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
removeAllUnparsedEntities() - Method in interface org.xmlpull.v1.builder.XmlDocument
 
removeAttribute(XmlAttribute) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
removeAttribute(XmlAttribute) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
removeAttribute(XmlAttribute) - Method in interface org.xmlpull.v1.builder.XmlElement
Method removeAttribute
removeChild(Object) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
removeChild(Object) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
removeChild(Object) - Method in interface org.xmlpull.v1.builder.XmlElement
Method removeChild
replaceChild(Object, Object) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
replaceChild(Object, Object) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
replaceChild(Object, Object) - Method in interface org.xmlpull.v1.builder.XmlElement
Method replaceChild
replaceChildrenWithText(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
replaceChildrenWithText(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
replaceChildrenWithText(String) - Method in interface org.xmlpull.v1.builder.XmlElement
Remove all children and then add this text as only child.
require(int, String, String) - Method in class org.xmlpull.mxp1.MXParser
 
require(int, String, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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.
requiredElement(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
requiredElement(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
requiredElement(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
requiredElement(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
requiredElement(XmlNamespace, String) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
requiredElement(XmlNamespace, String) - Method in interface org.xmlpull.v1.builder.XmlElement
call element(n, name) and if null was returnedthrow XmlBuilderException
requiredElementContent() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
requiredElementContent() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
requiredElementContent() - Method in interface org.xmlpull.v1.builder.XmlElement
Return Iterator - that represents all XmlElement content.
requiredTextContent() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
requiredTextContent() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
requiredTextContent() - Method in interface org.xmlpull.v1.builder.XmlElement
return children content as text - if there are any no text children throw exception
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
 
reset() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
resetStringCache() - Method in class org.xmlpull.mxp1.MXParser
 
resetStringCache() - Method in class org.xmlpull.mxp1.MXParserCachingStrings
 
returnPullParserToPool(XmlPullParser) - Method in class org.xmlpull.v1.parser_pool.XmlPullParserPool
 
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
 
seenBracket - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
seenBracketBracket - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
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
 
seenTag - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
serialize(Object, XmlSerializer) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
serialize(Object, XmlSerializer) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Serialize XML infoset item including serializing of children.
serialize(XmlSerializer) - Method in interface org.xmlpull.v1.builder.XmlSerializable
 
serializeEndTag(XmlElement, XmlSerializer) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
serializeEndTag(XmlElement, XmlSerializer) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Write XML end tag with information provided in XML element.
serializeItem(Object, XmlSerializer) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
serializeItem(Object, XmlSerializer) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Serialize XML infoset item without serializing any of children.
serializerClasses - Variable in class org.xmlpull.v1.XmlPullParserFactory
 
serializeStartTag(XmlElement, XmlSerializer) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
serializeStartTag(XmlElement, XmlSerializer) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Write XML start tag with information provided in XML element.
serializeToOutputStream(Object, OutputStream) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Serialize item using default UTF8 encoding.
serializeToOutputStream(Object, OutputStream, String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Serialize item to given output stream using given character encoding.
serializeToString(Object) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Convert item into String representing XML content.
serializeToWriter(Object, Writer) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Serialize item to given writer.
setBaseUri(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
setBaseUri(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
setBaseUri(String) - Method in interface org.xmlpull.v1.builder.XmlElement
XML Infoset [base URI] property
setCharacterEncodingScheme(String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
setCharacterEncodingScheme(String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
setCharacterEncodingScheme(String) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
setContentHandler(ContentHandler) - Method in class org.xmlpull.v1.sax2.Driver
 
setCurrentNamespaceForElements(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
setCurrentNamespaceForElements(String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
Set namespace to use in startTag(), endTag() and element() when methods called are those without namespace parameter.
setDocumentElement(XmlElement) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
setDocumentElement(XmlElement) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
setDocumentElement(XmlElement) - Method in interface org.xmlpull.v1.builder.XmlDocument
 
setDTDHandler(DTDHandler) - Method in class org.xmlpull.v1.sax2.Driver
 
setEntityResolver(EntityResolver) - Method in class org.xmlpull.v1.sax2.Driver
 
setErrorHandler(ErrorHandler) - Method in class org.xmlpull.v1.sax2.Driver
 
setFeature(String, boolean) - Method in class org.xmlpull.mxp1.MXParser
Method setFeature
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_serializer.MXSerializer
 
setFeature(String, boolean) - Method in class org.xmlpull.v1.sax2.Driver
 
setFeature(String, boolean) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
setFeature(String, boolean) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
setFeature(String, boolean) - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
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.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.XmlSerializer
Set feature identified by name (recommended to be URI for uniqueness).
setInput(Reader) - Method in class org.xmlpull.mxp1.MXParser
 
setInput(InputStream, String) - Method in class org.xmlpull.mxp1.MXParser
 
setInput(Reader) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
setInput(InputStream, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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.
setName(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
setName(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
setName(String) - Method in interface org.xmlpull.v1.builder.XmlElement
XML Infoset [local name] property.
setNamespace(XmlNamespace) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
setNamespace(XmlNamespace) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
setNamespace(XmlNamespace) - Method in interface org.xmlpull.v1.builder.XmlElement
Set namespace ot use for theis element.
setNamespaceAware(boolean) - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
setNamespaceAware(boolean) - Method in class org.xmlpull.v1.XmlPullParserFactory
Specifies that the parser produced by this factory will provide support for XML namespaces.
setOutput(Writer) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
setOutput(OutputStream, String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
setOutput(OutputStream, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
setOutput(Writer) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
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.
setParent(XmlContainer) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
setParent(XmlContainer) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
setParent(XmlContainer) - Method in interface org.xmlpull.v1.builder.XmlContained
 
setParent(XmlContainer) - Method in interface org.xmlpull.v1.builder.XmlElement
Method setParent
setPrefix(String, String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
setPrefix(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
setPrefix(String, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
setPrefix(String, String) - Method in interface org.xmlpull.v1.XmlSerializer
Binds the given prefix to the given namespace.
setPrefixCalled - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
setProperty(String, Object) - Method in class org.xmlpull.mxp1.MXParser
 
setProperty(String, Object) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
setProperty(String, Object) - Method in class org.xmlpull.v1.sax2.Driver
 
setProperty(String, Object) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
setProperty(String, Object) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
setProperty(String, Object) - Method in interface org.xmlpull.v1.XmlPullParser
Set the value of a property.
setProperty(String, Object) - Method in interface org.xmlpull.v1.XmlSerializer
Set the value of a property.
setTopAdapter(XmlElementAdapter) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
setValidating(boolean) - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
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).
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.
skipSubTree(XmlPullParser) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
Move parser from START_TAG to the corresponding END_TAG which means that XML sub tree is skipped.
skipSubTree(XmlPullParser) - Static method in class org.xmlpull.v1.util.XmlPullUtil
Skip sub tree that is currently porser positioned on.
skipSubTree() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
skipSubTree() - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
Skip sub tree that is currently porser 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.
startDocument(String, Boolean) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
startDocument(String, Boolean) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
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.
startElement(String, String, String) - Method in class org.xmlpull.v1.sax2.Driver
Calls startElement on the ContentHandler with this driver object as the Attributes implementation.
startTag(String, String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
startTag(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
startTag(String, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
startTag(String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
Write start tag in current namespace with name given as argument.
startTag(String, String) - Method in interface org.xmlpull.v1.XmlSerializer
Writes a start tag with the given namespace and name.
startTagIncomplete - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
StaticXmlPullParserWrapper - Class in org.xmlpull.v1.wrapper.classic
This class seemlesly extends exisiting parser implementation by adding new methods (provided by XmlPullUtil) and delegating exisiting methods to parser implementation.
StaticXmlPullParserWrapper(XmlPullParser) - Constructor for class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
 
StaticXmlSerializerWrapper - Class in org.xmlpull.v1.wrapper.classic
This class seemlesly extends exisiting serialzier implementation by adding new methods (provided by XmlPullUtil) and delegating exisiting methods to parser implementation.
StaticXmlSerializerWrapper(XmlSerializer, XmlPullWrapperFactory) - Constructor for class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
stringCachedParserAvailable - Static variable in class org.xmlpull.mxp1.MXParserFactory
 
systemId - Variable in class org.xmlpull.v1.sax2.Driver
 

T

TANDALONE - Static variable in class org.xmlpull.mxp1.MXParser
 
text - Variable in class org.xmlpull.mxp1.MXParser
 
text(String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
text(char[], int, int) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
text(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
text(char[], int, int) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
TEXT - Static variable in interface org.xmlpull.v1.XmlPullParser
Character data was read and will is available by calling getText().
text(String) - Method in interface org.xmlpull.v1.XmlSerializer
Writes text, where special XML chars are escaped automatically
text(char[], int, int) - Method in interface org.xmlpull.v1.XmlSerializer
Writes text, where special XML chars are escaped automatically
tokenize - Variable in class org.xmlpull.mxp1.MXParser
 
toString() - Method in class javax.xml.namespace.QName
Returns a string representation of this QName
toString() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
 
toString() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
 
toString() - Method in class org.xmlpull.v1.builder.impl.XmlNamespaceImpl
 
TRACE_SIZING - Static variable in class org.xmlpull.mxp1.MXParserCachingStrings
 
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

unparsedEntities() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
unparsedEntities() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
An unordered set of unparsed entity information items, one for each unparsed entity declared in the DTD.
unparsedEntities() - Method in interface org.xmlpull.v1.builder.XmlDocument
An unordered set of unparsed entity information items, one for each unparsed entity declared in the DTD.
usePC - Variable in class org.xmlpull.mxp1.MXParser
 

V

VALIDATION_FEATURE - Static variable in class org.xmlpull.v1.sax2.Driver
 
valueOf(String) - Static method in class javax.xml.namespace.QName
Returns a QName holding the value of the specified String.
values - Variable in class org.xmlpull.mxp1.MXParserCachingStrings
 
VERSION - Static variable in class org.xmlpull.mxp1.MXParser
 

W

wf - Variable in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
writeAttributeValue(String, Writer) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
writeDouble(double) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
writeDoubleElement(String, String, double) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
writeElementContent(String, Writer) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
writeElementContent(char[], int, int, Writer) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
writeFloat(float) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
writeFloatElement(String, String, float) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
writeIndent() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
 
writeIndentation - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
writeInt(int) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
writeIntElement(String, String, int) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
writeLineSepartor - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
writeSimpleElement(XmlSerializer, String, String, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
Writes a simple element such as johndoe.
writeString(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 
writeStringElement(String, String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
 

X

XML_URI - Static variable in class org.xmlpull.mxp1.MXParser
 
XML_URI - Static variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
XmlAttribute - Interface in org.xmlpull.v1.builder
This is immutable value object that represents Attribute Information Item with exception of references property.
XmlAttributeAdapter - Class in org.xmlpull.v1.builder.adapter
Wraps XML attribute - allows overriding and other nice things.
XmlAttributeAdapter(XmlAttribute) - Constructor for class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
 
XmlAttributeImpl - Class in org.xmlpull.v1.builder.impl
Simple implementation.
XmlBuilderException - Exception in org.xmlpull.v1.builder
This exception is thrown to signal XB1 related exceptions.
XmlBuilderException(String) - Constructor for exception org.xmlpull.v1.builder.XmlBuilderException
 
XmlBuilderException(String, Throwable) - Constructor for exception org.xmlpull.v1.builder.XmlBuilderException
 
XmlCharacters - Interface in org.xmlpull.v1.builder
Represents otrdered colection of Character Information Items where character code properties are put together into Java String.
XmlComment - Interface in org.xmlpull.v1.builder
Represents Comment Information Item.
XmlCommentImpl - Class in org.xmlpull.v1.builder.impl
Simple implementation.
XmlContained - Interface in org.xmlpull.v1.builder
Common abstraction to represent XML infoset item that are contained in other infoet items This is useful so parent can be updated on contained items when container is cloned ...
XmlContainer - Interface in org.xmlpull.v1.builder
Common abstraction shared between XmlElement, XmlDocument and XmlDoctype to represent XML Infoset item that can contain other Infoset items This is useful so getParent() operation will return this instead of Object ...
xmlDeclContent - Variable in class org.xmlpull.mxp1.MXParser
 
xmlDeclStandalone - Variable in class org.xmlpull.mxp1.MXParser
 
xmlDeclVersion - Variable in class org.xmlpull.mxp1.MXParser
 
XmlDoctype - Interface in org.xmlpull.v1.builder
Represents Document Type Declaration Information Item.
XmlDocument - Interface in org.xmlpull.v1.builder
Represents Document Information Item .
XmlDocumentAdapter - Class in org.xmlpull.v1.builder.adapter
 
XmlDocumentAdapter(XmlDocument) - Constructor for class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
 
XmlDocumentImpl - Class in org.xmlpull.v1.builder.impl
 
XmlDocumentImpl(String, Boolean, String) - Constructor for class org.xmlpull.v1.builder.impl.XmlDocumentImpl
 
XmlElement - Interface in org.xmlpull.v1.builder
Represents Element Information Item except for in-scope namespaces that can be reconstructed by visiting this element parent, checking its namespaces, then grandparent and so on.
XmlElementAdapter - Class in org.xmlpull.v1.builder.adapter
 
XmlElementAdapter(XmlElement) - Constructor for class org.xmlpull.v1.builder.adapter.XmlElementAdapter
 
XmlElementImpl - Class in org.xmlpull.v1.builder.impl
This is implementation if XML Infoset Element Information Item.
XmlInfosetBuilder - Class in org.xmlpull.v1.builder
By default builder is using non-validating pull parser with next() method without namespaces to build tree consisting only of XmlDocument, XmlElemenet and String nodes.
XmlInfosetBuilder() - Constructor for class org.xmlpull.v1.builder.XmlInfosetBuilder
 
XmlInfosetBuilderImpl - Class in org.xmlpull.v1.builder.impl
Implementation of generic buuilder that uses XmlPull API to access current default XmlPullParser and XmlSerializer.
XmlInfosetBuilderImpl() - Constructor for class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
 
XmlNamespace - Interface in org.xmlpull.v1.builder
Represents Namespace Information Item .
XmlNamespaceImpl - Class in org.xmlpull.v1.builder.impl
Simple implementation.
XmlNotation - Interface in org.xmlpull.v1.builder
Represents Notation Information Item.
XMLNS_URI - Static variable in class org.xmlpull.mxp1.MXParser
 
XMLNS_URI - Static variable in class org.xmlpull.mxp1_serializer.MXSerializer
 
XmlProcessingInstruction - Interface in org.xmlpull.v1.builder
Represents Processing Instruction Information Item .
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).
XmlPullParserDelegate - Class in org.xmlpull.v1.wrapper.classic
This is simple class that implements parser interface by delegating all calls to actual wrapped class implementation that is passed in constructor.
XmlPullParserDelegate(XmlPullParser) - Constructor for class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
 
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
 
XmlPullParserFactory - Class in org.xmlpull.v1
This class is used to create implementations of XML Pull Parser defined in XMPULL V1 API.
XmlPullParserFactory() - Constructor for class org.xmlpull.v1.XmlPullParserFactory
Protected constructor to be called by factory implementations.
XmlPullParserPool - Class in org.xmlpull.v1.parser_pool
Very simple utility to make pooling of XmlPull parsers easy.
XmlPullParserPool() - Constructor for class org.xmlpull.v1.parser_pool.XmlPullParserPool
 
XmlPullParserPool(XmlPullParserFactory) - Constructor for class org.xmlpull.v1.parser_pool.XmlPullParserPool
 
XmlPullParserWrapper - Interface in org.xmlpull.v1.wrapper
Extensions to XmlPullParser interface
XmlPullUtil - Class in org.xmlpull.v1.util
Handy functions that combines XmlPull API into higher level functionality.
XmlPullWrapperFactory - Class in org.xmlpull.v1.wrapper
Handy functions that combines XmlPull API into higher level functionality.
XmlPullWrapperFactory(XmlPullParserFactory) - Constructor for class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
 
XmlSerializable - Interface in org.xmlpull.v1.builder
This interface is used during serialization by XmlInfosetBuilder for children that are not in XML infoset.
XmlSerializer - Interface in org.xmlpull.v1
Define an interface to serialziation of XML Infoset.
XmlSerializerDelegate - Class in org.xmlpull.v1.wrapper.classic
This is simple class that implements serializer interface by delegating all calls to actual serialzier implementation passed in constructor.
XmlSerializerDelegate(XmlSerializer) - Constructor for class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
XmlSerializerWrapper - Interface in org.xmlpull.v1.wrapper
Extensions to XmlSerialzier interface
XmlUnexpandedEntityReference - Interface in org.xmlpull.v1.builder
Represents Unexpanded Entity Reference Information Item .
XmlUnparsedEntity - Interface in org.xmlpull.v1.builder
Represents Unparsed Entity Information Item .
xs - Variable in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
 
XSD_NS - Static variable in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
 
XSD_NS - Static variable in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
 
XSI_NS - Static variable in class org.xmlpull.v1.util.XmlPullUtil
 
XSI_NS - Static variable in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
 
XSI_NS - Static variable in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
 

Y

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

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