com.sun.xml.bind.validator
Class ValidatingUnmarshaller

java.lang.Object
  extended by org.iso_relax.verifier.impl.ForkContentHandler
      extended by com.sun.xml.bind.validator.ValidatingUnmarshaller
All Implemented Interfaces:
SAXUnmarshallerHandler, javax.xml.bind.UnmarshallerHandler, javax.xml.bind.ValidationEventHandler, org.xml.sax.ContentHandler

Deprecated. in JAXB1.0.1

public class ValidatingUnmarshaller
extends org.iso_relax.verifier.impl.ForkContentHandler
implements SAXUnmarshallerHandler

Filter implementation of SAXUnmarshallerHandler.

This component internally uses a VerifierFilter to validate SAX events that goes through this component. Discovered error information is just passed down to the next component.

This will enable the implementation to validate all sources of SAX events in the RI - XMLReader, DOMScanner SAX events will go the VerifierFilter and then to the SAXUnmarshaller...

Since:
JAXB1.0

Method Summary
static ValidatingUnmarshaller create(com.sun.msv.grammar.Grammar grammar, SAXUnmarshallerHandler _core, Locator locator)
          Deprecated. Creates a new instance of ValidatingUnmarshaller.
 java.lang.Object getResult()
          Deprecated.  
 boolean handleEvent(javax.xml.bind.ValidationEvent event)
          Deprecated.  
 void startElement(java.lang.String nsUri, java.lang.String local, java.lang.String qname, org.xml.sax.Attributes atts)
          Deprecated.  
 
Methods inherited from class org.iso_relax.verifier.impl.ForkContentHandler
characters, create, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
 

Method Detail

create

public static ValidatingUnmarshaller create(com.sun.msv.grammar.Grammar grammar,
                                            SAXUnmarshallerHandler _core,
                                            Locator locator)
Deprecated. 
Creates a new instance of ValidatingUnmarshaller.


getResult

public java.lang.Object getResult()
                           throws javax.xml.bind.JAXBException,
                                  java.lang.IllegalStateException
Deprecated. 
Specified by:
getResult in interface javax.xml.bind.UnmarshallerHandler
Throws:
javax.xml.bind.JAXBException
java.lang.IllegalStateException

handleEvent

public boolean handleEvent(javax.xml.bind.ValidationEvent event)
Deprecated. 
Specified by:
handleEvent in interface javax.xml.bind.ValidationEventHandler

startElement

public void startElement(java.lang.String nsUri,
                         java.lang.String local,
                         java.lang.String qname,
                         org.xml.sax.Attributes atts)
                  throws org.xml.sax.SAXException
Deprecated. 
Specified by:
startElement in interface org.xml.sax.ContentHandler
Overrides:
startElement in class org.iso_relax.verifier.impl.ForkContentHandler
Throws:
org.xml.sax.SAXException