org.apache.tapestry.parse
Class SetPublicIdRule

java.lang.Object
  |
  +--org.apache.commons.digester.Rule
        |
        +--org.apache.tapestry.parse.AbstractSpecificationRule
              |
              +--org.apache.tapestry.parse.SetPublicIdRule

public class SetPublicIdRule
extends AbstractSpecificationRule

Sets the publicId property of the parsed specification.

Since:
3.0
Version:
$Id: SetPublicIdRule.java,v 1.3 2004/01/19 21:32:14 hlship Exp $
Author:
Howard Lewis Ship

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
SetPublicIdRule()
           
 
Method Summary
 void begin(String namespace, String name, org.xml.sax.Attributes attributes)
           
 
Methods inherited from class org.apache.tapestry.parse.AbstractSpecificationRule
getLocation, getResourceLocation, getValue, setProperty
 
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

SetPublicIdRule

public SetPublicIdRule()
Method Detail

begin

public void begin(String namespace,
                  String name,
                  org.xml.sax.Attributes attributes)
           throws Exception
Overrides:
begin in class org.apache.commons.digester.Rule
Exception