Class Grammar
- java.lang.Object
-
- org.eclipse.lemminx.extensions.generators.ContainerDeclaration
-
- org.eclipse.lemminx.extensions.generators.Grammar
-
public class Grammar extends ContainerDeclaration
Grammar information.
-
-
Constructor Summary
Constructors Constructor Description Grammar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultNamespace()Returns the default namespace and null otherwise.-
Methods inherited from class org.eclipse.lemminx.extensions.generators.ContainerDeclaration
addElement, getElement, getElements
-
-
-
-
Method Detail
-
getDefaultNamespace
public String getDefaultNamespace()
Returns the default namespace and null otherwise.- Returns:
- the default namespace and null otherwise.
-
-