Definition at line 41 of file EmbeddedProfilChannelsParser.java.
Public Member Functions | |
EmbeddedProfilChannelsParser (boolean takeSelectionAccount) | |
Array | getChannels () |
void | startElement (String name) throws Exception |
void | endElement (String name) throws Exception |
void | charData (char ch[], int start, int length) throws Exception |
void | attribute (String name, String value, boolean isSpecified) |
Handle an attribute value assignment by printing an event. | |
Package Attributes | |
String | currentTag |
|
Handle an attribute value assignment by printing an event.
Definition at line 102 of file EmbeddedProfilChannelsParser.java. |