|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITaggedBlockTaskHandler
A task to be run when entering and exiting a tagged block.
| Method Summary | |
|---|---|
void |
endTaggedBlock(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
This method is used to run when exiting a tagged block. |
void |
startTaggedBlock(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
This method is used to run code when entering a tagged block. |
| Method Detail |
|---|
void startTaggedBlock(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
uri - the Namespace URI, or the empty string if the element has no
Namespace URI or if Namespace processing is not being
performedlocalName - the local name (without prefix), or the empty string if
Namespace processing is not being performedqName - the qualified name (with prefix), or the empty string if
qualified names are not availableattrs - the attributes attached to the element. If there are no
attributes, it shall be an empty Attributes object. The value
of this object after startElement returns is undefined
org.xml.sax.SAXException - any SAX exception, possibly wrapping another exception
void endTaggedBlock(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
throws org.xml.sax.SAXException
uri - the Namespace URI, or the empty string if the element has no
Namespace URI or if Namespace processing is not being
performedlocalName - the local name (without prefix), or the empty string if
Namespace processing is not being performedqName - the qualified XML name (with prefix), or the empty string if
qualified names are not available
org.xml.sax.SAXException - any SAX exception, possibly wrapping another exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||