com.sun.msv.verifier.psvi
Class TypeDetector
java.lang.Object
com.sun.msv.verifier.AbstractVerifier
com.sun.msv.verifier.Verifier
com.sun.msv.verifier.psvi.TypeDetector
- All Implemented Interfaces:
- IDContextProvider2, IVerifier, VerifierHandler, ValidationContext, ContentHandler, DTDHandler
public class TypeDetector
- extends Verifier
assign types to the incoming SAX2 events and reports them to
the application handler through TypedContentHandler.
This class "augment" infoset by adding type information. The application can
receive augmented infoset by implementing TypedContentHandler.
- Author:
- Kohsuke KAWAGUCHI
Methods inherited from class com.sun.msv.verifier.AbstractVerifier |
endPrefixMapping, getBaseUri, getLocator, isNotation, isUnparsedEntity, notationDecl, onID, processingInstruction, resolveNamespacePrefix, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl |
TypeDetector
public TypeDetector(DocumentDeclaration documentDecl,
ErrorHandler errorHandler)
TypeDetector
public TypeDetector(DocumentDeclaration documentDecl,
TypedContentHandler handler,
ErrorHandler errorHandler)
setContentHandler
public void setContentHandler(TypedContentHandler handler)
- sets the TypedContentHandler which will received the type-augmented
infoset.
startElement
public void startElement(String namespaceUri,
String localName,
String qName,
Attributes atts)
throws SAXException
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class Verifier
- Throws:
SAXException
endElement
public void endElement(String namespaceUri,
String localName,
String qName)
throws SAXException
- Specified by:
endElement
in interface ContentHandler
- Overrides:
endElement
in class Verifier
- Throws:
SAXException
characters
public void characters(char[] buf,
int start,
int len)
throws SAXException
- Specified by:
characters
in interface ContentHandler
- Overrides:
characters
in class Verifier
- Throws:
SAXException
ignorableWhitespace
public void ignorableWhitespace(char[] buf,
int start,
int len)
throws SAXException
- Specified by:
ignorableWhitespace
in interface ContentHandler
- Overrides:
ignorableWhitespace
in class Verifier
- Throws:
SAXException
startDocument
public void startDocument()
throws SAXException
- Specified by:
startDocument
in interface ContentHandler
- Overrides:
startDocument
in class Verifier
- Throws:
SAXException
endDocument
public void endDocument()
throws SAXException
- Specified by:
endDocument
in interface ContentHandler
- Overrides:
endDocument
in class Verifier
- Throws:
SAXException