org.richfaces.cdk.templatecompiler.model
Class AnyElement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.model.ModelFragment
      extended by org.richfaces.cdk.templatecompiler.model.AnyElement
All Implemented Interfaces:
LeafModelElement, ModelElement

public class AnyElement
extends ModelFragment

Author:
asmirnov@exadel.com

Constructor Summary
AnyElement()
           
 
Method Summary
 void afterVisit(TemplateVisitor visitor)
           
 void beforeVisit(TemplateVisitor visitor)
           
 java.util.Map<javax.xml.namespace.QName,java.lang.Object> getAttributes()
          

 javax.xml.namespace.QName getName()
          

 void setAttributes(java.util.Map<javax.xml.namespace.QName,java.lang.Object> attributes)
          

 void setName(javax.xml.namespace.QName name)
          

 
Methods inherited from class org.richfaces.cdk.templatecompiler.model.ModelFragment
getChildren, setChildren, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyElement

public AnyElement()
Method Detail

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

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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.