|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.digester.Rule
org.apache.tapestry.parse.AbstractSpecificationRule
org.apache.tapestry.parse.ComponentCopyOfRule
A rule for processing the copy-of attribute of the <component> element (in a page or component specification).
Field Summary |
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
Constructor Summary | |
ComponentCopyOfRule()
|
Method Summary | |
void |
begin(String namespace,
String name,
org.xml.sax.Attributes attributes)
Validates that the element has either type or copy-of (not both, not neither). |
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 |
public ComponentCopyOfRule()
Method Detail |
public void begin(String namespace, String name, org.xml.sax.Attributes attributes) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |