Lines Matching refs:XmlPullParserException
22042 …blic void defineEntityReplacementText(String, String) throws org.xmlpull.v1.XmlPullParserException;
22052 method public int getEventType() throws org.xmlpull.v1.XmlPullParserException;
22059 method public int getNamespaceCount(int) throws org.xmlpull.v1.XmlPullParserException;
22060 method public String getNamespacePrefix(int) throws org.xmlpull.v1.XmlPullParserException;
22061 method public String getNamespaceUri(int) throws org.xmlpull.v1.XmlPullParserException;
22068 method public boolean isEmptyElementTag() throws org.xmlpull.v1.XmlPullParserException;
22069 method public boolean isWhitespace() throws org.xmlpull.v1.XmlPullParserException;
22070 method public int next() throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
22071 method public int nextTag() throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
22072 … method public String nextText() throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
22073 method public int nextToken() throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
22074 …oid require(int, String, String) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
22075 method public void setFeature(String, boolean) throws org.xmlpull.v1.XmlPullParserException;
22076 method public void setInput(java.io.Reader) throws org.xmlpull.v1.XmlPullParserException;
22077 …hod public void setInput(java.io.InputStream, String) throws org.xmlpull.v1.XmlPullParserException;
22078 method public void setProperty(String, Object) throws org.xmlpull.v1.XmlPullParserException;
22098 public class XmlPullParserException extends java.lang.Exception {
22099 ctor public XmlPullParserException(String);
22100 ctor public XmlPullParserException(String, org.xmlpull.v1.XmlPullParser, Throwable);
22114 …tic org.xmlpull.v1.XmlPullParserFactory newInstance() throws org.xmlpull.v1.XmlPullParserException;
22115 …ll.v1.XmlPullParserFactory newInstance(String, Class) throws org.xmlpull.v1.XmlPullParserException;
22116 …d public org.xmlpull.v1.XmlPullParser newPullParser() throws org.xmlpull.v1.XmlPullParserException;
22117 …d public org.xmlpull.v1.XmlSerializer newSerializer() throws org.xmlpull.v1.XmlPullParserException;
22118 method public void setFeature(String, boolean) throws org.xmlpull.v1.XmlPullParserException;
22161 ctor public Driver() throws org.xmlpull.v1.XmlPullParserException;
22162 ctor public Driver(org.xmlpull.v1.XmlPullParser) throws org.xmlpull.v1.XmlPullParserException;