Package | Description |
---|---|
org.eclipse.lemminx.extensions.generators |
Modifier and Type | Method and Description |
---|---|
ElementDeclaration |
ContainerDeclaration.getElement(String name)
Returns the element information for the given name and create it if not
found.
|
ElementDeclaration |
ElementDeclaration.getParent() |
Modifier and Type | Method and Description |
---|---|
Collection<ElementDeclaration> |
ContainerDeclaration.getElements()
Returns the elements information of the node.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementDeclaration.addElement(ElementDeclaration element) |
void |
ContainerDeclaration.addElement(ElementDeclaration element) |
Constructor and Description |
---|
AttributeDeclaration(String name,
ElementDeclaration ownerElementDecl) |
Copyright © 2022. All rights reserved.