Class ContainerDeclaration

    • Constructor Detail

      • ContainerDeclaration

        public ContainerDeclaration()
    • Method Detail

      • getElement

        public ElementDeclaration getElement​(String name)
        Returns the element information for the given name and create it if not found.
        Parameters:
        name - the element name
        Returns:
        the element information for the given name and create it if not found.
      • getElements

        public Collection<ElementDeclaration> getElements()
        Returns the elements information of the node.
        Returns:
        the elements information of the node.