Uses of Interface
org.tquadrat.foundation.xml.parse.AdvancedContentHandler.HandlerMethod
Packages that use AdvancedContentHandler.HandlerMethod
-
Uses of AdvancedContentHandler.HandlerMethod in org.tquadrat.foundation.xml.parse
Fields in org.tquadrat.foundation.xml.parse with type parameters of type AdvancedContentHandler.HandlerMethodModifier and TypeFieldDescriptionprivate final Map
<String, AdvancedContentHandler.HandlerMethod> AdvancedContentHandler.m_HandlerMethods
The element handler methods.Methods in org.tquadrat.foundation.xml.parse with parameters of type AdvancedContentHandler.HandlerMethodModifier and TypeMethodDescriptionprotected final void
AdvancedContentHandler.registerElementHandler
(String qName, AdvancedContentHandler.HandlerMethod method) Adds an element handler to the map of handler methods.