Uses of Interface
org.jboss.modules.xml.XmlPullParser
Packages that use XmlPullParser
-
Uses of XmlPullParser in org.jboss.modules.xml
Classes in org.jboss.modules.xml that implement XmlPullParserModifier and TypeClassDescriptionclass
Absolutely minimal implementation of XMLPULL V1 APIMethods in org.jboss.modules.xml with parameters of type XmlPullParserModifier and TypeMethodDescriptionstatic XmlPullParserException
ModuleXmlParser.endOfDocument
(XmlPullParser reader) static FactoryPermissionCollection
PermissionsXmlParser.parsePermissionsXml
(XmlPullParser reader, ModuleLoader moduleLoader, String moduleName) Parse thepermissions.xml
content.static XmlPullParserException
ModuleXmlParser.unexpectedContent
(XmlPullParser reader) Constructors in org.jboss.modules.xml with parameters of type XmlPullParserModifierConstructorDescriptionXmlPullParserException
(String msg, XmlPullParser parser, Throwable chain)