A E M P R S T

A

addListener(String, myoPyx.Listener) - Method in class myoPyx
Add a listener for parsing events.
addPIListener(Observer) - Method in class myoPyx
Attaches a listener of processing instruction (PI) events.

E

endElement(String) - Method in interface myoPyx.Listener
Called when the end tag for an element is encountered.

M

myoPyx - class myoPyx.
myoPyx
myoPyx.Listener - interface myoPyx.Listener.
Implement this to create an object that can listen to myoPyx events.
myoPyx() - Constructor for class myoPyx
 

P

parse(Reader) - Method in class myoPyx
Parses a Reader stream, generating events that are sent to myoPyx.Listeners that are added with addListener() or addPIListener().

R

removeListener(String, Object) - Method in class myoPyx
Removes a listener.
removePIListener(Object) - Method in class myoPyx
 

S

startElement(String, HashMap) - Method in interface myoPyx.Listener
Called after the start tag is encountered, after the attributes have been processed, and before any text, PI's or other elements are processed.

T

text(String) - Method in interface myoPyx.Listener
Called when a text node is encountered.

A E M P R S T