public class ContainerDeclaration extends Object
Constructor and Description |
---|
ContainerDeclaration() |
Modifier and Type | Method and Description |
---|---|
void |
addElement(ElementDeclaration element) |
ElementDeclaration |
getElement(String name)
Returns the element information for the given name and create it if not
found.
|
Collection<ElementDeclaration> |
getElements()
Returns the elements information of the node.
|
public ElementDeclaration getElement(String name)
name
- the element namepublic void addElement(ElementDeclaration element)
public Collection<ElementDeclaration> getElements()
Copyright © 2021. All rights reserved.