Uses of Interface
com.sun.msv.verifier.psvi.TypedContentHandler
-
Packages that use TypedContentHandler Package Description com.sun.msv.verifier.psvi Type-assignment engine that can be used by application programs. -
-
Uses of TypedContentHandler in com.sun.msv.verifier.psvi
Fields in com.sun.msv.verifier.psvi declared as TypedContentHandler Modifier and Type Field Description protected TypedContentHandler
TypeDetector. handler
Methods in com.sun.msv.verifier.psvi with parameters of type TypedContentHandler Modifier and Type Method Description void
TypeDetector. setContentHandler(TypedContentHandler handler)
sets the TypedContentHandler which will received the type-augmented infoset.Constructors in com.sun.msv.verifier.psvi with parameters of type TypedContentHandler Constructor Description TypeDetector(DocumentDeclaration documentDecl, TypedContentHandler handler, org.xml.sax.ErrorHandler errorHandler)
-