Package org.apache.guacamole.xml
Classes driving the SAX-based XML parser used by the Guacamole web
 application.
- 
Interface Summary Interface Description TagHandler A simple element-level event handler for events triggered by the SAX-driven DocumentHandler parser. - 
Class Summary Class Description DocumentHandler A simple ContentHandler implementation which digests SAX document events and produces simpler tag-level events, maintaining its own stack for the convenience of the tag handlers.