|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITaggedBlockTaskHandler | |
---|---|
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 ITaggedBlockTaskHandler in edu.mit.jverbnet.parse |
---|
Classes in edu.mit.jverbnet.parse that implement ITaggedBlockTaskHandler | |
---|---|
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 ITaggedBlockTaskHandler in edu.mit.jverbnet.util.parse |
---|
Classes in edu.mit.jverbnet.util.parse that implement ITaggedBlockTaskHandler | |
---|---|
class |
CDataHandler
A handler that transforms CDATA into a String. |
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. |
class |
TaggedBlockTaskHandlerAdapter
A default implementation of the ITaggedBlockTaskHandler interface, that does nothing. |
Fields in edu.mit.jverbnet.util.parse with type parameters of type ITaggedBlockTaskHandler | |
---|---|
protected java.util.List<ITaggedBlockTaskHandler> |
LazyForwardingHandler.ForwardingTaskList.internalList
|
Methods in edu.mit.jverbnet.util.parse that return ITaggedBlockTaskHandler | |
---|---|
ITaggedBlockTaskHandler |
LazyForwardingHandler.ForwardingTaskList.get(int index)
|
ITaggedBlockTaskHandler |
LazyForwardingHandler.ForwardingTaskList.remove(int index)
|
ITaggedBlockTaskHandler |
LazyForwardingHandler.ForwardingTaskList.set(int index,
ITaggedBlockTaskHandler element)
|
Methods in edu.mit.jverbnet.util.parse that return types with arguments of type ITaggedBlockTaskHandler | |
---|---|
protected java.util.List<ITaggedBlockTaskHandler> |
LazyForwardingHandler.ForwardingTaskList.getBackingList()
Returns the current task list for the lazy handler; either the temporary task list, or, if the backing handler has been instantiated, the task list of the backing handler. |
protected java.util.List<ITaggedBlockTaskHandler> |
LazyForwardingHandler.ForwardingTaskList.getInternalList()
Returns the internal list for this task list. |
java.util.List<ITaggedBlockTaskHandler> |
MappedHandler.getTaggedBlockTasks()
|
java.util.List<ITaggedBlockTaskHandler> |
LazyForwardingHandler.getTaggedBlockTasks()
|
java.util.List<ITaggedBlockTaskHandler> |
ITaggedHandler.getTaggedBlockTasks()
Returns the list of task handlers that are run when the tagged block is entered and exited. |
Methods in edu.mit.jverbnet.util.parse with parameters of type ITaggedBlockTaskHandler | |
---|---|
void |
LazyForwardingHandler.ForwardingTaskList.add(int index,
ITaggedBlockTaskHandler element)
|
ITaggedBlockTaskHandler |
LazyForwardingHandler.ForwardingTaskList.set(int index,
ITaggedBlockTaskHandler element)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |