Definition at line 56 of file impl/XmlFileProfilDataFactory.java.
Public Member Functions | |
void | startDocument () |
Start document. | |
void | startElement (java.lang.String uri, java.lang.String qname, java.lang.String name, Attributes attrs) throws SAXException |
Start element. | |
void | endElement (String uri, String qname, String localName) throws SAXException |
void | characters (char ch[], int start, int length) |
Characters. | |
Package Functions | |
ProfilListParser () |
void org.openmobileis.common.user.profil.impl.XmlFileProfilDataFactory.ProfilListParser.startDocument | ( | ) |
void org.openmobileis.common.user.profil.impl.XmlFileProfilDataFactory.ProfilListParser.startElement | ( | java.lang.String | uri, | |
java.lang.String | qname, | |||
java.lang.String | name, | |||
Attributes | attrs | |||
) | throws SAXException |
Start element.
Definition at line 71 of file impl/XmlFileProfilDataFactory.java.
References org.openmobileis.common.user.profil.ProfileRubric.description, and org.openmobileis.common.user.profil.ProfileProperty.moduleName.
void org.openmobileis.common.user.profil.impl.XmlFileProfilDataFactory.ProfilListParser.characters | ( | char | ch[], | |
int | start, | |||
int | length | |||
) |