Uses of Interface
org.dom4j.jaxb.JAXBObjectHandler
-
Packages that use JAXBObjectHandler Package Description org.dom4j.jaxb -
-
Uses of JAXBObjectHandler in org.dom4j.jaxb
Methods in org.dom4j.jaxb with parameters of type JAXBObjectHandler Modifier and Type Method Description voidJAXBReader. addObjectHandler(String path, JAXBObjectHandler handler)Registers aJAXBObjectHandlerthat will be supplied with the unmarshalled representation of the xml fragment whenever the specified path is encounted.
-