|
WPI GDC CMS 0.0.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.wpi.gdc.cms.main.DataSource | +--org.wpi.gdc.cms.main.DataSourcePassthrough
Same as DataSource, except that this method passes all SAX events received onto the consumer.
Fields inherited from class org.wpi.gdc.cms.main.DataSource |
locator, request, response, session, user, xmlConsumer |
Constructor Summary | |
DataSourcePassthrough()
|
Method Summary | |
void |
characters(char[] c,
int start,
int len)
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
comment(char[] ch,
int start,
int len)
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
endCDATA()
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
endDocument()
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
endDTD()
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
endElement(java.lang.String uri,
java.lang.String loc,
java.lang.String raw)
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
endEntity(java.lang.String name)
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
ignorableWhitespace(char[] c,
int start,
int len)
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
processingInstruction(java.lang.String target,
java.lang.String data)
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
skippedEntity(java.lang.String name)
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
startCDATA()
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
startDocument()
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
startDTD(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId)
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
startElement(java.lang.String uri,
java.lang.String loc,
java.lang.String raw,
org.xml.sax.Attributes a)
A SAX event; this implementation passes the SAX event to the XML Consumer. |
void |
startEntity(java.lang.String name)
A SAX event; this implementation passes the SAX event to the XML Consumer. |
Methods inherited from class org.wpi.gdc.cms.main.DataSource |
endDataSource, endPrefixMapping, sendDatabaseException, sendException, sendString, sendString, setDocumentLocator, setupDataSource, startDataSource, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataSourcePassthrough()
Method Detail |
public void startDocument() throws org.xml.sax.SAXException
startDocument
in class DataSource
public void endDocument() throws org.xml.sax.SAXException
endDocument
in class DataSource
public void startElement(java.lang.String uri, java.lang.String loc, java.lang.String raw, org.xml.sax.Attributes a) throws org.xml.sax.SAXException
startElement
in class DataSource
public void endElement(java.lang.String uri, java.lang.String loc, java.lang.String raw) throws org.xml.sax.SAXException
endElement
in class DataSource
public void characters(char[] c, int start, int len) throws org.xml.sax.SAXException
characters
in class DataSource
public void ignorableWhitespace(char[] c, int start, int len) throws org.xml.sax.SAXException
ignorableWhitespace
in class DataSource
public void processingInstruction(java.lang.String target, java.lang.String data) throws org.xml.sax.SAXException
processingInstruction
in class DataSource
public void skippedEntity(java.lang.String name) throws org.xml.sax.SAXException
skippedEntity
in class DataSource
public void startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId) throws org.xml.sax.SAXException
startDTD
in class DataSource
public void endDTD() throws org.xml.sax.SAXException
endDTD
in class DataSource
public void startEntity(java.lang.String name) throws org.xml.sax.SAXException
startEntity
in class DataSource
public void endEntity(java.lang.String name) throws org.xml.sax.SAXException
endEntity
in class DataSource
public void startCDATA() throws org.xml.sax.SAXException
startCDATA
in class DataSource
public void endCDATA() throws org.xml.sax.SAXException
endCDATA
in class DataSource
public void comment(char[] ch, int start, int len) throws org.xml.sax.SAXException
comment
in class DataSource
|
WPI GDC CMS 0.0.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |