Uses of Class
org.eclipse.lemminx.dom.DOMDocumentType
-
Packages that use DOMDocumentType Package Description org.eclipse.lemminx.dom org.eclipse.lemminx.services.format -
-
Uses of DOMDocumentType in org.eclipse.lemminx.dom
Methods in org.eclipse.lemminx.dom that return DOMDocumentType Modifier and Type Method Description DOMDocumentTypeDOMDocument. createDocumentType(int start, int end)DOMDocumentTypeDOMDocument. getDoctype()DOMDocumentTypeDOMDocumentType. getOwnerDocType()DOMDocumentTypeDTDDeclNode. getOwnerDocType()DOMDocumentTypeDTDDeclParameter. getOwnerDocType() -
Uses of DOMDocumentType in org.eclipse.lemminx.services.format
Methods in org.eclipse.lemminx.services.format with parameters of type DOMDocumentType Modifier and Type Method Description voidDOMDocTypeFormatter. formatDocType(DOMDocumentType docType, XMLFormattingConstraints parentConstraints, int start, int end, List<org.eclipse.lsp4j.TextEdit> edits)
-