Uses of Interface
org.dom4j.ElementHandler
-
Packages that use ElementHandler Package Description org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes.org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.org.dom4j.jaxb -
-
Uses of ElementHandler in org.dom4j
Methods in org.dom4j with parameters of type ElementHandler Modifier and Type Method Description voidElementPath. addHandler(java.lang.String path, ElementHandler handler)Adds theElementHandlerto be called when the specified path is encounted. -
Uses of ElementHandler in org.dom4j.io
Methods in org.dom4j.io with parameters of type ElementHandler Modifier and Type Method Description voidSAXReader. addHandler(java.lang.String path, ElementHandler handler)Adds theElementHandlerto be called when the specified path is encounted.voidSAXReader. setDefaultHandler(ElementHandler handler)When multipleElementHandlerinstances have been registered, this will set a defaultElementHandlerto be called for any path which does NOT have a handler registered.Constructors in org.dom4j.io with parameters of type ElementHandler Constructor Description SAXContentHandler(DocumentFactory documentFactory, ElementHandler elementHandler)SAXContentHandler(DocumentFactory documentFactory, ElementHandler elementHandler, org.dom4j.io.ElementStack elementStack) -
Uses of ElementHandler in org.dom4j.jaxb
Methods in org.dom4j.jaxb with parameters of type ElementHandler Modifier and Type Method Description voidJAXBReader. addHandler(java.lang.String path, ElementHandler handler)Adds theElementHandlerto be called when the specified path is encounted.
-