| java.lang.Object org.kxml2.io.KXmlParser
KXmlParser | public class KXmlParser implements XmlPullParser(Code) | | A simple, pull based XML parser. This classe replaces the kXML 1
XmlParser class and the corresponding event classes.
|
KXmlParser | public KXmlParser()(Code) | | |
defineEntityReplacementText | public void defineEntityReplacementText(String entity, String value) throws XmlPullParserException(Code) | | |
getAttributeCount | public int getAttributeCount()(Code) | | |
getAttributeName | public String getAttributeName(int index)(Code) | | |
getAttributeNamespace | public String getAttributeNamespace(int index)(Code) | | |
getAttributePrefix | public String getAttributePrefix(int index)(Code) | | |
getAttributeType | public String getAttributeType(int index)(Code) | | |
getAttributeValue | public String getAttributeValue(int index)(Code) | | |
getColumnNumber | public int getColumnNumber()(Code) | | |
getDepth | public int getDepth()(Code) | | |
getEventType | public int getEventType() throws XmlPullParserException(Code) | | |
getLineNumber | public int getLineNumber()(Code) | | |
getNamespaceCount | public int getNamespaceCount(int depth)(Code) | | |
getNamespacePrefix | public String getNamespacePrefix(int pos)(Code) | | |
getPositionDescription | public String getPositionDescription()(Code) | | |
getTextCharacters | public char[] getTextCharacters(int[] poslen)(Code) | | |
isAttributeDefault | public boolean isAttributeDefault(int index)(Code) | | |
isEmptyElementTag | public boolean isEmptyElementTag() throws XmlPullParserException(Code) | | |
isWhitespace | public boolean isWhitespace() throws XmlPullParserException(Code) | | |
setFeature | public void setFeature(String feature, boolean value) throws XmlPullParserException(Code) | | |
setInput | public void setInput(Reader reader) throws XmlPullParserException(Code) | | |
setProperty | public void setProperty(String property, Object value) throws XmlPullParserException(Code) | | |
skipSubTree | public void skipSubTree() throws XmlPullParserException, IOException(Code) | | Skip sub tree that is currently porser positioned on.
NOTE: parser must be on START_TAG and when funtion returns
parser will be positioned on corresponding END_TAG.
|
|
|