|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.xml.pipeline.EventFilter
fi.karppinen.xml.MethodInvocator
public class MethodInvocator
Invokes a method named in a PI. Eg. <?method doFoo?>
| Field Summary | |
|---|---|
private Class<? extends Object> |
clazz
|
private static org.apache.log4j.Logger |
log4j
|
private Object |
obj
|
| Fields inherited from class gnu.xml.pipeline.EventFilter |
|---|
DECL_HANDLER, FEATURE_URI, LEXICAL_HANDLER, PROPERTY_URI |
| Constructor Summary | |
|---|---|
MethodInvocator(Object obj)
|
|
MethodInvocator(Object obj,
gnu.xml.pipeline.EventConsumer ec)
|
|
| Method Summary | |
|---|---|
void |
processingInstruction(String target,
String data)
|
| Methods inherited from class gnu.xml.pipeline.EventFilter |
|---|
attributeDecl, bind, chainTo, characters, comment, elementDecl, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, externalEntityDecl, getContentHandler, getDocumentLocator, getDTDHandler, getErrorHandler, getNext, getProperty, ignorableWhitespace, internalEntityDecl, notationDecl, setContentHandler, setDocumentLocator, setDTDHandler, setErrorHandler, setProperty, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDecl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final org.apache.log4j.Logger log4j
private Object obj
private Class<? extends Object> clazz
| Constructor Detail |
|---|
public MethodInvocator(Object obj)
obj - the object whose methods to invoke
public MethodInvocator(Object obj,
gnu.xml.pipeline.EventConsumer ec)
obj - the object whose methods to invoke| Method Detail |
|---|
public void processingInstruction(String target,
String data)
throws SAXException
processingInstruction in interface ContentHandlerprocessingInstruction in class gnu.xml.pipeline.EventFilterSAXExceptionContentHandler.processingInstruction(java.lang.String, java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||