Package org.apache.guacamole.xml


package org.apache.guacamole.xml
Classes driving the SAX-based XML parser used by the Guacamole web application.
  • Class
    Description
    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.
    A simple element-level event handler for events triggered by the SAX-driven DocumentHandler parser.