|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xml.sax.helpers.DefaultHandler | +--com.ibm.itim.adhocreport.AdhocReportTemplateHandler
This class is a helper class for AdhocReportTemplate
Constructor Summary | |
AdhocReportTemplateHandler(ReportXML template)
|
Method Summary | |
void |
characters(char[] value,
int start,
int length)
Receives the character data for each element. |
void |
endDocument()
to receive information about end of the document |
void |
endElement(java.lang.String namespaceURI,
java.lang.String elementName,
java.lang.String qName)
Receive information about end of an element in the document. |
void |
endPrefixMapping(java.lang.String prefix)
|
void |
ignorableWhitespace(char[] value,
int start,
int length)
Receive notification of ignorable whitespace in element content. |
void |
processingInstruction(java.lang.String target,
java.lang.String data)
The Parser will invoke this method once for each processing instruction found. |
void |
setDocumentLocator(org.xml.sax.Locator locator)
Gets information about the document Locator. |
void |
skippedEntity(java.lang.String name)
|
void |
startDocument()
Receives the information about starting of document. |
void |
startElement(java.lang.String namespaceURI,
java.lang.String elementName,
java.lang.String qName,
org.xml.sax.Attributes atts)
Receives info about started parse of new element. |
void |
startPrefixMapping(java.lang.String prefix,
java.lang.String uri)
|
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
error, fatalError, notationDecl, resolveEntity, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdhocReportTemplateHandler(ReportXML template)
Method Detail |
public void startElement(java.lang.String namespaceURI, java.lang.String elementName, java.lang.String qName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
startElement
in class org.xml.sax.helpers.DefaultHandler
namespaceURI
- elementName
- Need to set the namespaces feature of
the SAXParser to true to be sure to receive
this value.qName
- atts
- org.xml.sax.SAXException
- public void endElement(java.lang.String namespaceURI, java.lang.String elementName, java.lang.String qName) throws org.xml.sax.SAXException
endElement
in class org.xml.sax.helpers.DefaultHandler
namespaceURI
- elementName
- qName
- org.xml.sax.SAXException
- public void characters(char[] value, int start, int length) throws org.xml.sax.SAXException
characters
in class org.xml.sax.helpers.DefaultHandler
value
- start
- length
- org.xml.sax.SAXException
- public void endDocument() throws org.xml.sax.SAXException
endDocument
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
- public void ignorableWhitespace(char[] value, int start, int length) throws org.xml.sax.SAXException
ignorableWhitespace
in class org.xml.sax.helpers.DefaultHandler
value
- start
- length
- org.xml.sax.SAXException
- public void processingInstruction(java.lang.String target, java.lang.String data) throws org.xml.sax.SAXException
processingInstruction
in class org.xml.sax.helpers.DefaultHandler
target
- data
- org.xml.sax.SAXException
- public void setDocumentLocator(org.xml.sax.Locator locator)
setDocumentLocator
in class org.xml.sax.helpers.DefaultHandler
locator
- public void startDocument() throws org.xml.sax.SAXException
startDocument
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
- public void startPrefixMapping(java.lang.String prefix, java.lang.String uri) throws org.xml.sax.SAXException
startPrefixMapping
in class org.xml.sax.helpers.DefaultHandler
public void endPrefixMapping(java.lang.String prefix) throws org.xml.sax.SAXException
endPrefixMapping
in class org.xml.sax.helpers.DefaultHandler
public void skippedEntity(java.lang.String name) throws org.xml.sax.SAXException
skippedEntity
in class org.xml.sax.helpers.DefaultHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |