Uses of Class
edu.mit.jverbnet.util.parse.MappedHandler

Packages that use MappedHandler
edu.mit.jverbnet.parse Provides XML handlers specifically implemented for Verbnet data 
edu.mit.jverbnet.util.parse Provides a general handler framework that eases writing SAX-based XML parsers 
 

Uses of MappedHandler in edu.mit.jverbnet.parse
 

Subclasses of MappedHandler in edu.mit.jverbnet.parse
 class ArgHandler
          Handles Verbnet XML blocks tagged with "ARG".
 class FrameHandler
          Handles Verbnet XML blocks tagged with "FRAME".
 class MemberHandler
          Handles Verbnet XML blocks tagged with "MEMBER".
 class PredicateDescHandler
          Handles Verbnet XML blocks tagged with "PRED".
 class RestrictionHandler<T extends IVerbnetType>
          Handles Verbnet XML blocks tagged with "SELRESTR" or "SYNRESTR".
 class SelRestrictionsHandler<T extends IVerbnetType>
          Handles Verbnet XML blocks tagged with "SELRESTRS" or "SYNRESTRS".
 class SemanticDescHandler
          Handles Verbnet XML blocks tagged with "SEMANTICS".
 class SyntaxArgDescHandler
          Handles Verbnet XML blocks tagged with the id values of SyntaxArgType.
 class SyntaxDescHandler
          Handles Verbnet XML blocks tagged with "SYNTAX".
 class ThematicRoleHandler
          Handles Verbnet XML blocks tagged with "THEMROLE".
 class VerbClassHandler
          Handles Verbnet XML blocks tagged with "VNCLASS" or "VNSUBCLASS".
 

Uses of MappedHandler in edu.mit.jverbnet.util.parse
 

Subclasses of MappedHandler in edu.mit.jverbnet.util.parse
 class CDataHandler
          A handler that transforms CDATA into a String.
 class ListHandler<T>
          A mapped handler that specifically handles lists of elements.
 



Copyright © 2012 ${project.organization.name}. All Rights Reserved.