|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of element into which the tagged block is transformedpublic interface ITaggedHandler<T>
A handler that is designed to process a block of XML designated with a particular tag.
Method Summary | |
---|---|
void |
clear()
Clears the state of the handler. |
T |
getElement()
Returns the object representing the data in the parsed tagged block. |
ContentHandler |
getParent()
Returns the parent of this child handler. |
String |
getTag()
Returns the tag that is handled by this handler. |
List<ITaggedBlockTaskHandler> |
getTaggedBlockTasks()
Returns the list of task handlers that are run when the tagged block is entered and exited. |
void |
setParent(ContentHandler parent)
Sets the parent for this handler. |
Methods inherited from interface edu.mit.jverbnet.util.parse.IHasParserHandler |
---|
getParser, setParser |
Methods inherited from interface org.xml.sax.ContentHandler |
---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Method Detail |
---|
String getTag()
null
or empty, and will be trimmed of leading and trailing
whitespace.
null
, non-empty, trimmed tag that is handled
by this handlerContentHandler getParent()
null
.
null
parent of this child handlervoid setParent(ContentHandler parent)
null
parent
- the new parent for the handler; may be null
List<ITaggedBlockTaskHandler> getTaggedBlockTasks()
void clear()
T getElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |