|
static XmlPullParser | createParser (String xml) throws XmlPullParserException |
|
static XmlPullParser | createParser () throws XmlPullParserException |
|
static XmlSerializer | createSerializer () throws XmlPullParserException |
|
static void | setSerializerIndentation (XmlSerializer serializer, int indent) |
|
static void | skipTag (XmlPullParser xpp, String tag) throws IOException, XmlPullParserException |
|
static void | searchTag (XmlPullParser xpp, String tag) throws IOException, XmlPullParserException |
|
static void | serializeIfNotNullOrEmpty (XmlSerializer serializer, String ns, String tag, String value) throws Exception |
|
static boolean | isNullOrEmpty (String s) |
|
static void | serializeIfNotEqual (XmlSerializer serializer, String ns, String tag, Object value, Object forbiddenValue) throws Exception |
|
static String | fixXMLEntities (String xml) |
|
The documentation for this class was generated from the following file:
- /github/workspace/yaacc/src/main/java/org/seamless/xml/XmlPullParserUtils.java