Package | Description |
---|---|
com.liferay.portal.kernel.templateparser |
Modifier and Type | Method and Description |
---|---|
TemplateNode |
TemplateNode.getChild(String name) |
Modifier and Type | Method and Description |
---|---|
List<TemplateNode> |
TemplateNode.getChildren() |
List<TemplateNode> |
TemplateNode.getSiblings() |
Modifier and Type | Method and Description |
---|---|
void |
TemplateNode.appendChild(TemplateNode templateNode) |
void |
TemplateNode.appendSibling(TemplateNode templateNode) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateNode.appendChildren(List<TemplateNode> templateNodes) |