com.sun.tools.xjc.reader.xmlschema.bindinfo
Class DomHandlerEx

java.lang.Object
  extended by 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.


Nested Class Summary
static class DomHandlerEx.DomAndLocation
           
static class DomHandlerEx.ResultImpl
           
 
Constructor Summary
DomHandlerEx()
           
 
Method Summary
 DomHandlerEx.ResultImpl createUnmarshaller(ValidationEventHandler errorHandler)
           
 DomHandlerEx.DomAndLocation getElement(DomHandlerEx.ResultImpl r)
           
 Source marshal(DomHandlerEx.DomAndLocation domAndLocation, ValidationEventHandler errorHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomHandlerEx

DomHandlerEx()
Method Detail

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>