Uses of Class
org.eclipse.lemminx.dom.DOMDocumentType.DocumentTypeKind
-
Packages that use DOMDocumentType.DocumentTypeKind Package Description org.eclipse.lemminx.dom -
-
Uses of DOMDocumentType.DocumentTypeKind in org.eclipse.lemminx.dom
Methods in org.eclipse.lemminx.dom that return DOMDocumentType.DocumentTypeKind Modifier and Type Method Description static DOMDocumentType.DocumentTypeKindDOMDocumentType.DocumentTypeKind. valueOf(String name)Returns the enum constant of this type with the specified name.static DOMDocumentType.DocumentTypeKind[]DOMDocumentType.DocumentTypeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-