Uses of Interface
com.sun.msv.verifier.psvi.TypedContentHandler

Packages that use TypedContentHandler
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
protected  TypedContentHandler TypeDetector.handler
           
 

Methods in com.sun.msv.verifier.psvi with parameters of type TypedContentHandler
 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
TypeDetector(DocumentDeclaration documentDecl, TypedContentHandler handler, ErrorHandler errorHandler)
           
 



MSV