public class PageElement extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addTagLibrary(String prefix,
TagLibrary tagLibrary) |
Map<String,String> |
getAttributes() |
Iterable<PageElement> |
getChildren() |
ComponentDefinition |
getDefinition() |
PageElement |
getParent() |
TagLibrary |
getTagLibrary(String prefix) |
protected void |
validate()
Validates that the current state of the element possesses the minimum set of required
elements.
|
protected void validate()
public ComponentDefinition getDefinition()
public PageElement getParent()
public Iterable<PageElement> getChildren()
public void addTagLibrary(String prefix, TagLibrary tagLibrary)
public TagLibrary getTagLibrary(String prefix)
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.