|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITaggedHandler | |
---|---|
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 ITaggedHandler in edu.mit.jverbnet.parse |
---|
Classes in edu.mit.jverbnet.parse that implement ITaggedHandler | |
---|---|
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 ITaggedHandler in edu.mit.jverbnet.util.parse |
---|
Classes in edu.mit.jverbnet.util.parse that implement ITaggedHandler | |
---|---|
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. |
Methods in edu.mit.jverbnet.util.parse that return ITaggedHandler | |
---|---|
protected abstract ITaggedHandler<T> |
LazyForwardingHandler.createBackingHandler()
Subclasses should implement this method to create the backing handler. |
ITaggedHandler<T> |
LazyForwardingHandler.getBackingHandler()
Returns the backing handler, instantiating it if necessary. |
Constructors in edu.mit.jverbnet.util.parse with parameters of type ITaggedHandler | |
---|---|
ListHandler(IHasParserHandler parent,
java.lang.String tag,
ITaggedHandler<? extends T> elementHandler)
Creates a new CDATA handler with the specified parent and tag. |
|
ListHandler(java.lang.String tag,
ITaggedHandler<? extends T> elementHandler)
Creates a new CDATA handler with the specified tag. |
|
ListHandler(org.xml.sax.XMLReader parser,
org.xml.sax.ContentHandler parent,
java.lang.String tag,
ITaggedHandler<? extends T> elementHandler)
Creates a new CDATA handler with the specified parser, parent and tag. |
|
ListHandler(org.xml.sax.XMLReader parser,
java.lang.String tag,
ITaggedHandler<? extends T> elementHandler)
Creates a new CDATA handler with the specified parser and tag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |