|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.XMLFilterImpl
org.xmlecho.palomar.core.ECHORequestReaderAdapter
provides a SAX 2 XMLReader interface on top of an ECHO Request element
| Constructor Summary | |
ECHORequestReaderAdapter(ECHOContext ctxt,
ECHORequest req)
construct with the ECHO request to be evaluated, and the context to be provided to that evaluation |
|
| Method Summary | |
boolean |
getSendDocEvents(boolean state)
|
void |
parse(org.xml.sax.InputSource s)
evaluate the ECHO request object, routing it's SAX event stream to our ContentHandler |
void |
setFeature(java.lang.String name,
boolean value)
Set a feature flag for the parser. |
void |
setSendDocEvents(boolean state)
|
| Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ECHORequestReaderAdapter(ECHOContext ctxt,
ECHORequest req)
| Method Detail |
public void parse(org.xml.sax.InputSource s)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic void setSendDocEvents(boolean state)
public boolean getSendDocEvents(boolean state)
public void setFeature(java.lang.String name,
boolean value)
throws org.xml.sax.SAXNotRecognizedException,
org.xml.sax.SAXNotSupportedException
The only features recognized are namespaces and namespace-prefixes.
name - The feature name, as a complete URI.value - The requested feature value.
org.xml.sax.SAXNotRecognizedException - If the feature
can't be assigned or retrieved.
org.xml.sax.SAXNotSupportedException - If the feature
can't be assigned that value.XMLReader.setFeature(java.lang.String, boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||