- name - Variable in class org.kxml2.kdom.Element
-
- namespace - Variable in class org.kxml2.kdom.Element
-
- newInstance() - Static method in class org.xmlpull.v1.XmlPullParserFactory
-
Create a new instance of a PullParserFactory that can be used to create XML pull parsers (see class description
for more details).
- newInstance(String, Class) - Static method in class org.xmlpull.v1.XmlPullParserFactory
-
- newPullParser() - Method in class org.xmlpull.v1.XmlPullParserFactory
-
Creates a new instance of a XML Pull Parser using the currently configured factory features.
- newSerializer() - Method in class org.xmlpull.v1.XmlPullParserFactory
-
Creates a new instance of a XML Serializer.
- next() - Method in class org.kxml2.io.KXmlParser
-
- next() - Method in class org.kxml2.wap.WbxmlParser
-
- 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).
- nextTag() - Method in class org.kxml2.io.KXmlParser
-
- nextTag() - Method in class org.kxml2.wap.WbxmlParser
-
- 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.kxml2.io.KXmlParser
-
- nextText() - Method in class org.kxml2.wap.WbxmlParser
-
- 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.kxml2.io.KXmlParser
-
- nextToken() - Method in class org.kxml2.wap.WbxmlParser
-
- 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_NAMESPACE - Static variable in interface org.xmlpull.v1.XmlPullParser
-
This constant represents the default namespace (empty string "")
- Node - Class in org.kxml2.kdom
-
A common base class for Document and Element, also used for
storing XML fragments.
- Node() - Constructor for class org.kxml2.kdom.Node
-