|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.response.sax.TSAXDispatchingLexicalHandler
public class TSAXDispatchingLexicalHandler
TSAXDispatchingLexicalHandler implements the LexicalHandler interface. An instance of this class is responsible to dispatch all lexical events to either an info bases lexical handler or a query content based lexical handler.
Field Summary | |
---|---|
static java.lang.String |
PROPERTY_ID
The property id according to which a concrete LexicalHandler instance is set on an XMLReader instance. |
Constructor Summary | |
---|---|
TSAXDispatchingLexicalHandler(TSAXDispatchingDefaultHandler dispatchingDefaultHandler,
org.xml.sax.ext.LexicalHandler infoLexicalHandler,
org.xml.sax.ext.LexicalHandler queryLexicalHandler)
Initialzes the handler with the given dispatching default handler, the information lexical hander and the query content based lexical handler. |
Method Summary | |
---|---|
void |
comment(char[] ch,
int start,
int length)
Report an XML comment anywhere in the document. |
void |
endCDATA()
Report the end of a CDATA section. |
void |
endDTD()
Report the end of DTD declarations. |
void |
endEntity(java.lang.String name)
Report the end of an entity. |
void |
setInfoLexicalHandler(org.xml.sax.ext.LexicalHandler infoLexicalHandler)
Sets the information specific lexical handler to which events might be dispatched. |
void |
setQueryLexicalHandler(org.xml.sax.ext.LexicalHandler queryLexicalHandler)
Sets the query content specific decl handler to which events might be dispatched. |
void |
startCDATA()
Report the start of a CDATA section. |
void |
startDTD(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId)
Report the start of DTD declarations, if any. |
void |
startEntity(java.lang.String name)
Report the beginning of an entity in content. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROPERTY_ID
xmlReader.setProperty( TSAXWritingLexicalHandler.PROPERTY_ID , lexicalHandler );
Constructor Detail |
---|
public TSAXDispatchingLexicalHandler(TSAXDispatchingDefaultHandler dispatchingDefaultHandler, org.xml.sax.ext.LexicalHandler infoLexicalHandler, org.xml.sax.ext.LexicalHandler queryLexicalHandler)
Method Detail |
---|
public void setInfoLexicalHandler(org.xml.sax.ext.LexicalHandler infoLexicalHandler)
public void setQueryLexicalHandler(org.xml.sax.ext.LexicalHandler queryLexicalHandler)
public void comment(char[] ch, int start, int length) throws org.xml.sax.SAXException
comment
in interface org.xml.sax.ext.LexicalHandler
org.xml.sax.SAXException
public void startCDATA() throws org.xml.sax.SAXException
startCDATA
in interface org.xml.sax.ext.LexicalHandler
org.xml.sax.SAXException
public void endCDATA() throws org.xml.sax.SAXException
endCDATA
in interface org.xml.sax.ext.LexicalHandler
org.xml.sax.SAXException
public void startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId) throws org.xml.sax.SAXException
startDTD
in interface org.xml.sax.ext.LexicalHandler
org.xml.sax.SAXException
public void endDTD() throws org.xml.sax.SAXException
endDTD
in interface org.xml.sax.ext.LexicalHandler
org.xml.sax.SAXException
public void endEntity(java.lang.String name) throws org.xml.sax.SAXException
endEntity
in interface org.xml.sax.ext.LexicalHandler
org.xml.sax.SAXException
public void startEntity(java.lang.String name) throws org.xml.sax.SAXException
startEntity
in interface org.xml.sax.ext.LexicalHandler
org.xml.sax.SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |