Class ChildrenProperties
java.lang.Object
org.eclipse.lemminx.extensions.generators.ChildrenProperties
Children properties of an element declaration:
- sequenced if all children have the same order.
- cardinalities for each child.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChildHierarchy(List<String> tags) Returns map which stores cardinality per tag.booleanReturns true if tags for each child hierarchy have the same order and false otherwise.
-
Constructor Details
-
ChildrenProperties
public ChildrenProperties()
-
-
Method Details
-
addChildHierarchy
-
getCardinalities
Returns map which stores cardinality per tag.- Returns:
- map which stores cardinality per tag
-
isSequenced
public boolean isSequenced()Returns true if tags for each child hierarchy have the same order and false otherwise.- Returns:
- true if tags for each child hierarchy have the same order and false otherwise.
-