Interface HandlerFactory
- All Known Implementing Classes:
DefaultHandlerFactory
public interface HandlerFactory
Factory that creates handlers for unparsed elements.
- Since:
- 4.1
-
Method Summary
Modifier and TypeMethodDescriptioncreateHandler
(String namespace, String localName, NamespaceAwareNestedTagHandler parent)
-
Method Details
-
createHandler
NamespaceAwareNestedTagHandler createHandler(String namespace, String localName, NamespaceAwareNestedTagHandler parent)
-