public class AttributeListNode
extends org.pegdown.ast.AbstractNode
| Constructor and Description |
|---|
AttributeListNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.pegdown.ast.Visitor visitor) |
boolean |
append(AttributeNode node) |
List<AttributeNode> |
getAttributes() |
List<org.pegdown.ast.Node> |
getChildren() |
String |
toString() |
public void accept(org.pegdown.ast.Visitor visitor)
public List<org.pegdown.ast.Node> getChildren()
public String toString()
toString in class org.pegdown.ast.AbstractNodepublic boolean append(AttributeNode node)
public List<AttributeNode> getAttributes()
Copyright © 2014. All Rights Reserved.