public class AnyElement extends ModelFragment
| Constructor and Description |
|---|
AnyElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterVisit(TemplateVisitor visitor) |
void |
beforeVisit(TemplateVisitor visitor) |
Map<QName,Object> |
getAttributes()
|
QName |
getName()
|
String |
getPassThrough()
|
String |
getPassThroughWithExclusions()
|
void |
setAttributes(Map<QName,Object> attributes)
|
void |
setName(QName name)
|
void |
setPassThrough(String passThrough)
|
void |
setPassThroughWithExclusions(String passThroughWithExclusions)
|
getChildren, setChildren, visit, visitChildrenpublic QName getName()
public void setName(QName name)
name - the name to setpublic String getPassThrough()
public void setPassThrough(String passThrough)
passThrough - the passThrough to setpublic String getPassThroughWithExclusions()
public void setPassThroughWithExclusions(String passThroughWithExclusions)
passThroughWithExclusions - the passThroughWithExclusions to setpublic void setAttributes(Map<QName,Object> attributes)
attributes - the attributes to setpublic void beforeVisit(TemplateVisitor visitor) throws CdkException
beforeVisit in class ModelFragmentCdkExceptionpublic void afterVisit(TemplateVisitor visitor) throws CdkException
afterVisit in class ModelFragmentCdkExceptionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.