com.sun.tools.xjc.reader.xmlschema.bindinfo
Class DomHandlerEx
java.lang.Object
com.sun.tools.xjc.reader.xmlschema.bindinfo.DomHandlerEx
- All Implemented Interfaces:
- DomHandler<DomHandlerEx.DomAndLocation,DomHandlerEx.ResultImpl>
final class DomHandlerEx
- extends Object
- implements DomHandler<DomHandlerEx.DomAndLocation,DomHandlerEx.ResultImpl>
DomHandler
that produces a W3C DOM but with a location information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomHandlerEx
DomHandlerEx()
createUnmarshaller
public DomHandlerEx.ResultImpl createUnmarshaller(ValidationEventHandler errorHandler)
- Specified by:
createUnmarshaller
in interface DomHandler<DomHandlerEx.DomAndLocation,DomHandlerEx.ResultImpl>
getElement
public DomHandlerEx.DomAndLocation getElement(DomHandlerEx.ResultImpl r)
- Specified by:
getElement
in interface DomHandler<DomHandlerEx.DomAndLocation,DomHandlerEx.ResultImpl>
marshal
public Source marshal(DomHandlerEx.DomAndLocation domAndLocation,
ValidationEventHandler errorHandler)
- Specified by:
marshal
in interface DomHandler<DomHandlerEx.DomAndLocation,DomHandlerEx.ResultImpl>