- getAttributeCount() - Method in class org.kxml2.io.KXmlParser
-
- getAttributeCount() - Method in class org.kxml2.kdom.Element
-
Returns the number of attributes of this element.
- getAttributeCount() - Method in class org.kxml2.wap.WbxmlParser
-
- 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.kxml2.io.KXmlParser
-
- getAttributeName(int) - Method in class org.kxml2.kdom.Element
-
- getAttributeName(int) - Method in class org.kxml2.wap.WbxmlParser
-
- 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.kxml2.io.KXmlParser
-
- getAttributeNamespace(int) - Method in class org.kxml2.kdom.Element
-
- getAttributeNamespace(int) - Method in class org.kxml2.wap.WbxmlParser
-
- 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.kxml2.io.KXmlParser
-
- getAttributePrefix(int) - Method in class org.kxml2.wap.WbxmlParser
-
- 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.kxml2.io.KXmlParser
-
- getAttributeType(int) - Method in class org.kxml2.wap.WbxmlParser
-
- 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.kxml2.io.KXmlParser
-
- getAttributeValue(String, String) - Method in class org.kxml2.io.KXmlParser
-
- getAttributeValue(int) - Method in class org.kxml2.kdom.Element
-
- getAttributeValue(String, String) - Method in class org.kxml2.kdom.Element
-
- getAttributeValue(int) - Method in class org.kxml2.wap.WbxmlParser
-
- getAttributeValue(String, String) - Method in class org.kxml2.wap.WbxmlParser
-
- 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.
- getChild(int) - Method in class org.kxml2.kdom.Node
-
Returns the child object at the given index.
- getChildCount() - Method in class org.kxml2.kdom.Node
-
Returns the number of child objects
- getColumnNumber() - Method in class org.kxml2.io.KXmlParser
-
- getColumnNumber() - Method in class org.kxml2.wap.WbxmlParser
-
- getColumnNumber() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the current column number, starting from 0.
- getColumnNumber() - Method in exception org.xmlpull.v1.XmlPullParserException
-
- getDepth() - Method in class org.kxml2.io.KXmlParser
-
- getDepth() - Method in class org.kxml2.io.KXmlSerializer
-
- getDepth() - Method in class org.kxml2.wap.WbxmlParser
-
- getDepth() - Method in class org.kxml2.wap.WbxmlSerializer
-
- 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.XmlPullParserException
-
- getElement(int) - Method in class org.kxml2.kdom.Node
-
returns the element at the given index.
- getElement(String, String) - Method in class org.kxml2.kdom.Node
-
Returns the element with the given namespace and name.
- getEncoding() - Method in class org.kxml2.kdom.Document
-
returns "#document"
- getEventType() - Method in class org.kxml2.io.KXmlParser
-
- getEventType() - Method in class org.kxml2.wap.WbxmlParser
-
- getEventType() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the type of the current event (START_TAG, END_TAG, TEXT, etc.)
- getFeature(String) - Method in class org.kxml2.io.KXmlParser
-
- getFeature(String) - Method in class org.kxml2.io.KXmlSerializer
-
- getFeature(String) - Method in class org.kxml2.wap.WbxmlParser
-
- getFeature(String) - Method in class org.kxml2.wap.WbxmlSerializer
-
- 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.
- getInputEncoding() - Method in class org.kxml2.io.KXmlParser
-
- getInputEncoding() - Method in class org.kxml2.wap.WbxmlParser
-
- getInputEncoding() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the input encoding if known, null otherwise.
- getLineNumber() - Method in class org.kxml2.io.KXmlParser
-
- getLineNumber() - Method in class org.kxml2.wap.WbxmlParser
-
- getLineNumber() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the current line number, starting from 1.
- getLineNumber() - Method in exception org.xmlpull.v1.XmlPullParserException
-
- getName() - Method in class org.kxml2.io.KXmlParser
-
- getName() - Method in class org.kxml2.io.KXmlSerializer
-
- getName() - Method in class org.kxml2.kdom.Document
-
- getName() - Method in class org.kxml2.kdom.Element
-
returns the (local) name of the element
- getName() - Method in class org.kxml2.wap.WbxmlParser
-
- getName() - Method in class org.kxml2.wap.WbxmlSerializer
-
- 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.kxml2.io.KXmlParser
-
- getNamespace() - Method in class org.kxml2.io.KXmlParser
-
- getNamespace() - Method in class org.kxml2.io.KXmlSerializer
-
- getNamespace() - Method in class org.kxml2.kdom.Element
-
returns the namespace of the element
- getNamespace(String) - Method in class org.kxml2.wap.WbxmlParser
-
- getNamespace() - Method in class org.kxml2.wap.WbxmlParser
-
- getNamespace() - Method in class org.kxml2.wap.WbxmlSerializer
-
- 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.kxml2.io.KXmlParser
-
- getNamespaceCount() - Method in class org.kxml2.kdom.Element
-
returns the number of declared namespaces, NOT including
parent elements
- getNamespaceCount(int) - Method in class org.kxml2.wap.WbxmlParser
-
- getNamespaceCount(int) - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the numbers of elements in the namespace stack for the given depth.
- getNamespacePrefix(int) - Method in class org.kxml2.io.KXmlParser
-
- getNamespacePrefix(int) - Method in class org.kxml2.kdom.Element
-
- getNamespacePrefix(int) - Method in class org.kxml2.wap.WbxmlParser
-
- getNamespacePrefix(int) - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the namespace prefixe for the given position in the namespace stack.
- getNamespaceUri(int) - Method in class org.kxml2.io.KXmlParser
-
- getNamespaceUri(String) - Method in class org.kxml2.kdom.Element
-
returns the namespace for the given prefix
- getNamespaceUri(int) - Method in class org.kxml2.kdom.Element
-
- getNamespaceUri(int) - Method in class org.kxml2.wap.WbxmlParser
-
- 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.
- getParent() - Method in class org.kxml2.kdom.Element
-
Returns the parent node of this element
- getPositionDescription() - Method in class org.kxml2.io.KXmlParser
-
- getPositionDescription() - Method in class org.kxml2.wap.WbxmlParser
-
- getPositionDescription() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns a short text describing the current parser state, including the position, a description of the current
event and the data source if known.
- getPrefix() - Method in class org.kxml2.io.KXmlParser
-
- getPrefix(String, boolean) - Method in class org.kxml2.io.KXmlSerializer
-
- getPrefix() - Method in class org.kxml2.wap.WbxmlParser
-
- getPrefix(String, boolean) - Method in class org.kxml2.wap.WbxmlSerializer
-
- 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.kxml2.io.KXmlParser
-
- getProperty(String) - Method in class org.kxml2.io.KXmlSerializer
-
- getProperty(String) - Method in class org.kxml2.wap.WbxmlParser
-
- getProperty(String) - Method in class org.kxml2.wap.WbxmlSerializer
-
- 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.
- getRoot() - Method in class org.kxml2.kdom.Element
-
Returns the root node, determined by ascending to the
all parents un of the root element.
- getRootElement() - Method in class org.kxml2.kdom.Document
-
returns the root element of this document.
- getStandalone() - Method in class org.kxml2.kdom.Document
-
- getText() - Method in class org.kxml2.io.KXmlParser
-
- getText(int) - Method in class org.kxml2.kdom.Node
-
Returns the text node with the given index or null if the node
with the given index is not a text node.
- getText() - Method in class org.kxml2.wap.WbxmlParser
-
- getText() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the text content of the current event as String.
- getTextCharacters(int[]) - Method in class org.kxml2.io.KXmlParser
-
- getTextCharacters(int[]) - Method in class org.kxml2.wap.WbxmlParser
-
- 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.
- getType(int) - Method in class org.kxml2.kdom.Node
-
Returns the type of the child at the given index.
- getWapCode() - Method in class org.kxml2.wap.WbxmlParser
-
Returns the token ID for start tags or the event type for wap proprietary events
such as OPAQUE.
- getWapExtensionData() - Method in class org.kxml2.wap.WbxmlParser
-