public class TemplateElementNode extends TemplateNode
| Constructor and Description |
|---|
TemplateElementNode(String name,
boolean hasEndSlash,
List<TemplateAttribute> attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(TemplateNode node) |
List<TemplateAttribute> |
getAttributes() |
List<TemplateNode> |
getChildren() |
String |
getName() |
boolean |
hasEndSlash() |
boolean |
isHasEndElement() |
boolean |
isStartElement() |
void |
setHasEndElement() |
void |
setHasStartElement() |
public TemplateElementNode(String name, boolean hasEndSlash, List<TemplateAttribute> attributes)
public void setHasStartElement()
public void setHasEndElement()
public String getName()
public boolean hasEndSlash()
public boolean isStartElement()
public boolean isHasEndElement()
public List<TemplateAttribute> getAttributes()
public void addChild(TemplateNode node)
public List<TemplateNode> getChildren()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.