|
||||||||||
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. |
org.xml.sax.ContentHandler |
getParent()
Returns the parent of this child handler. |
java.lang.String |
getTag()
Returns the tag that is handled by this handler. |
java.util.List<ITaggedBlockTaskHandler> |
getTaggedBlockTasks()
Returns the list of task handlers that are run when the tagged block is entered and exited. |
void |
setParent(org.xml.sax.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 |
---|
java.lang.String getTag()
null
or empty, and will be trimmed of leading and trailing
whitespace.
null
, non-empty, trimmed tag that is handled
by this handlerorg.xml.sax.ContentHandler getParent()
null
.
null
parent of this child handlervoid setParent(org.xml.sax.ContentHandler parent)
null
parent
- the new parent for the handler; may be null
java.util.List<ITaggedBlockTaskHandler> getTaggedBlockTasks()
void clear()
T getElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |