Uses of Interface
org.apache.guacamole.xml.TagHandler
Packages that use TagHandler
Package
Description
Classes driving the SAX-based XML parser used by the Guacamole web
application.
-
Uses of TagHandler in org.apache.guacamole.xml
Methods in org.apache.guacamole.xml that return TagHandlerModifier and TypeMethodDescriptionTagHandler.childElement(String localName) Called when a child element of the current element is parsed.Constructors in org.apache.guacamole.xml with parameters of type TagHandlerModifierConstructorDescriptionDocumentHandler(String rootElementName, TagHandler root) Creates a new DocumentHandler which will use the given TagHandler to handle the root element.