com.sun.msv.verifier.psvi
public class TypeDetector extends Verifier
Nested Class Summary | |
---|---|
class | TypeDetector.AmbiguousDocumentException
signals that the document is ambiguous.
|
Constructor Summary | |
---|---|
TypeDetector(DocumentDeclaration documentDecl, ErrorHandler errorHandler) | |
TypeDetector(DocumentDeclaration documentDecl, TypedContentHandler handler, ErrorHandler errorHandler) |
Method Summary | |
---|---|
void | characters(char[] buf, int start, int len) |
void | endDocument() |
void | endElement(String namespaceUri, String localName, String qName) |
void | ignorableWhitespace(char[] buf, int start, int len) |
void | setContentHandler(TypedContentHandler handler)
sets the TypedContentHandler which will received the type-augmented
infoset. |
void | startDocument() |
void | startElement(String namespaceUri, String localName, String qName, Attributes atts) |