- IGNORABLE_WHITESPACE - Static variable in class org.kxml2.kdom.Node
-
- IGNORABLE_WHITESPACE - Static variable in interface org.xmlpull.v1.XmlPullParser
-
Ignorable whitespace was just read.
- ignorableWhitespace(String) - Method in class org.kxml2.io.KXmlSerializer
-
- ignorableWhitespace(String) - Method in class org.kxml2.wap.WbxmlSerializer
-
- ignorableWhitespace(String) - Method in interface org.xmlpull.v1.XmlSerializer
-
- indexOf(String, String, int) - Method in class org.kxml2.kdom.Node
-
Performs search for an element with the given namespace and
name, starting at the given start index.
- init() - Method in class org.kxml2.kdom.Element
-
called when all properties are set, but before children
are parsed.
- isAttributeDefault(int) - Method in class org.kxml2.io.KXmlParser
-
- isAttributeDefault(int) - Method in class org.kxml2.wap.WbxmlParser
-
- 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.kxml2.io.KXmlParser
-
- isEmptyElementTag() - Method in class org.kxml2.wap.WbxmlParser
-
- isEmptyElementTag() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns true if the current event is START_TAG and the tag is degenerated (e.g.
- 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).
- isText(int) - Method in class org.kxml2.kdom.Node
-
- 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.kxml2.io.KXmlParser
-
- isWhitespace() - Method in class org.kxml2.wap.WbxmlParser
-
- isWhitespace() - Method in interface org.xmlpull.v1.XmlPullParser
-
Checks whether the current TEXT event contains only whitespace characters.