|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IHasParserHandler | |
---|---|
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 IHasParserHandler in edu.mit.jverbnet.parse |
---|
Classes in edu.mit.jverbnet.parse that implement IHasParserHandler | |
---|---|
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". |
Constructors in edu.mit.jverbnet.parse with parameters of type IHasParserHandler | |
---|---|
ArgHandler(IHasParserHandler parent)
Creates a new ArgHandler with the specified parent. |
|
FrameHandler(IHasParserHandler parent)
Creates a new FrameHandler with the specified parent. |
|
MemberHandler(IHasParserHandler parent)
Creates a new MemberHandler with the specified parent. |
|
PredicateDescHandler(IHasParserHandler parent)
Creates a new PredicateDescHandler with the specified parent. |
|
RestrictionHandler(IHasParserHandler parent,
boolean isSelRestr,
java.lang.Class<T> verbnetTypeClass)
Creates a new RestrictionHandler with the specified parent. |
|
SelRestrictionsHandler(IHasParserHandler parent,
boolean isSelRestr,
java.lang.Class<T> verbnetTypeClass)
Creates a new SelRestrictionsHandler with the specified parent. |
|
SemanticDescHandler(IHasParserHandler parent)
Creates a new SemanticDescHandler with the specified parent. |
|
SyntaxArgDescHandler(IHasParserHandler parent,
SyntaxArgType type)
Creates a new SyntaxArgDescHandler with the specified parent. |
|
SyntaxDescHandler(IHasParserHandler parent)
Creates a new SyntaxDescHandler with the specified parent. |
|
ThematicRoleHandler(IHasParserHandler parent)
Creates a new ThematicRoleHandler with the specified parent. |
|
VerbClassHandler(IHasParserHandler parent,
boolean isRootClass)
Creates a new VerbClassHandler with the specified parent. |
Uses of IHasParserHandler in edu.mit.jverbnet.util.parse |
---|
Subinterfaces of IHasParserHandler in edu.mit.jverbnet.util.parse | |
---|---|
interface |
ITaggedHandler<T>
A handler that is designed to process a block of XML designated with a particular tag. |
Classes in edu.mit.jverbnet.util.parse that implement IHasParserHandler | |
---|---|
class |
CDataHandler
A handler that transforms CDATA into a String. |
class |
LazyForwardingHandler<T>
A handler that does not instantiate its backing handler until the backing handler is actually needed. |
class |
ListHandler<T>
A mapped handler that specifically handles lists of elements. |
class |
MappedHandler<T>
A handler which processes tags internal to its tagged block by assigning handlers to qNames. |
Constructors in edu.mit.jverbnet.util.parse with parameters of type IHasParserHandler | |
---|---|
CDataHandler(IHasParserHandler parent,
java.lang.String tag)
Creates a new CDATA handler with the specified parser, parent and tag. |
|
LazyForwardingHandler(IHasParserHandler parent,
java.lang.String tag)
Creates a new lazy forwarding handler with the specified parent and tag. |
|
ListHandler(IHasParserHandler parent,
java.lang.String tag,
ITaggedHandler<? extends T> elementHandler)
Creates a new CDATA handler with the specified parent and tag. |
|
MappedHandler(IHasParserHandler parent,
java.lang.String tag)
Convenience constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |