public class DirectElementConstructorNode extends ASTNode
Constructor | Description |
---|---|
DirectElementConstructorNode(SourceLocation loc) |
Modifier and Type | Method | Description |
---|---|---|
List<DirectAttributeConstructorNode> |
getAttributes() |
|
List<ASTNode> |
getContent() |
|
QNameNode |
getEndTagName() |
|
QNameNode |
getStartTagName() |
|
ASTTag |
getTag() |
|
void |
setAttributes(List<DirectAttributeConstructorNode> attributes) |
|
void |
setContent(List<ASTNode> content) |
|
void |
setEndTagName(QNameNode endTagName) |
|
void |
setStartTagName(QNameNode startTagName) |
getSourceLocation, toString
public DirectElementConstructorNode(SourceLocation loc)
public QNameNode getStartTagName()
public void setStartTagName(QNameNode startTagName)
public QNameNode getEndTagName()
public void setEndTagName(QNameNode endTagName)
public List<DirectAttributeConstructorNode> getAttributes()
public void setAttributes(List<DirectAttributeConstructorNode> attributes)
Copyright © 2019 Apache Software Foundation. All rights reserved.