org.richfaces.cdk.templatecompiler.model
Class AnyElement
java.lang.Object
org.richfaces.cdk.templatecompiler.model.ModelFragment
org.richfaces.cdk.templatecompiler.model.AnyElement
- All Implemented Interfaces:
- LeafModelElement, ModelElement
public class AnyElement
- extends ModelFragment
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnyElement
public AnyElement()
getName
public javax.xml.namespace.QName getName()
-
- Returns:
- the name
setName
public void setName(javax.xml.namespace.QName name)
-
- Parameters:
name - the name to set
getPassThrough
public java.lang.String getPassThrough()
-
- Returns:
- the passThrough
setPassThrough
public void setPassThrough(java.lang.String passThrough)
-
- Parameters:
passThrough - the passThrough to set
getPassThroughWithExclusions
public java.lang.String getPassThroughWithExclusions()
-
- Returns:
- the passThroughWithExclusions
setPassThroughWithExclusions
public void setPassThroughWithExclusions(java.lang.String passThroughWithExclusions)
-
- Parameters:
passThroughWithExclusions - the passThroughWithExclusions to set
getAttributes
public java.util.Map<javax.xml.namespace.QName,java.lang.Object> getAttributes()
-
- Returns:
- the attributes
setAttributes
public void setAttributes(java.util.Map<javax.xml.namespace.QName,java.lang.Object> attributes)
-
- Parameters:
attributes - the attributes to set
beforeVisit
public void beforeVisit(TemplateVisitor visitor)
throws CdkException
- Overrides:
beforeVisit in class ModelFragment
- Throws:
CdkException
afterVisit
public void afterVisit(TemplateVisitor visitor)
throws CdkException
- Overrides:
afterVisit in class ModelFragment
- Throws:
CdkException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.