YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
org.seamless.xml.XmlPullParserUtils Class Reference
Collaboration diagram for org.seamless.xml.XmlPullParserUtils:
Collaboration graph

Static Public Member Functions

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)
 

Detailed Description

Author
Michael Pujos

The documentation for this class was generated from the following file: