Uses of Interface
org.jboss.modules.xml.XmlPullParser
-
Packages that use XmlPullParser Package Description org.jboss.modules.xml -
-
Uses of XmlPullParser in org.jboss.modules.xml
Classes in org.jboss.modules.xml that implement XmlPullParser Modifier and Type Class Description class
MXParser
Absolutely minimal implementation of XMLPULL V1 APIMethods in org.jboss.modules.xml with parameters of type XmlPullParser Modifier and Type Method Description static XmlPullParserException
ModuleXmlParser. endOfDocument(XmlPullParser reader)
static FactoryPermissionCollection
PermissionsXmlParser. parsePermissionsXml(XmlPullParser reader, ModuleLoader moduleLoader, java.lang.String moduleName)
Parse thepermissions.xml
content.static XmlPullParserException
ModuleXmlParser. unexpectedContent(XmlPullParser reader)
Constructors in org.jboss.modules.xml with parameters of type XmlPullParser Constructor Description XmlPullParserException(java.lang.String msg, XmlPullParser parser, java.lang.Throwable chain)
-