com.raritantechnologies.xml.sax.filter.callbacks
Class XPathNotifier

java.lang.Object
  extended bycom.raritantechnologies.xml.sax.filter.ElementModifier
      extended bycom.raritantechnologies.xml.sax.filter.callbacks.XPathNotifier
All Implemented Interfaces:
ElementComparator

public class XPathNotifier
extends ElementModifier

Takes an XPathExpression if XPath refers to an Element, acts as a CDataObjectPropertySetter if XPath refers to an attribute e.g. /foo/bar/@baz, acts like an AttributeObjectPropertySetter.



Developed by Raritan Technologies Inc..

Author:
Ted Sullivan (Raritan Technologies)

Constructor Summary
XPathNotifier(java.lang.String xPathExpression, java.lang.Object target, java.lang.String methodName)
           
 
Methods inherited from class com.raritantechnologies.xml.sax.filter.ElementModifier
activate, deactivate, elementEnding, elementStarted, filterCData, getAttributesModifier, getCDataModifier, getElementComparator, getLastPathMatched, getName, initialize, matchesData, matchesPath, matchesTag, modifiyAttributes, needsData, setAttributesModifier, setCDataModifier, setElementComparator, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathNotifier

public XPathNotifier(java.lang.String xPathExpression,
                     java.lang.Object target,
                     java.lang.String methodName)