Class JRPropertyDigesterRule


  • public class JRPropertyDigesterRule
    extends org.apache.commons.digester.Rule
    Deprecated.
    Replaced by JRPropertyFactory.
    Digester rule that handles an object property.
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Field Summary

      • Fields inherited from class org.apache.commons.digester.Rule

        digester, namespaceURI
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void begin​(java.lang.String namespace, java.lang.String name, org.xml.sax.Attributes attributes)
      Deprecated.
       
      • Methods inherited from class org.apache.commons.digester.Rule

        begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JRPropertyDigesterRule

        public JRPropertyDigesterRule()
        Deprecated.
    • Method Detail

      • begin

        public void begin​(java.lang.String namespace,
                          java.lang.String name,
                          org.xml.sax.Attributes attributes)
        Deprecated.
        Overrides:
        begin in class org.apache.commons.digester.Rule