Uses of Class
org.eclipse.lemminx.dom.DTDDeclNode
Packages that use DTDDeclNode
Package
Description
-
Uses of DTDDeclNode in org.eclipse.lemminx.dom
Subclasses of DTDDeclNode in org.eclipse.lemminx.domModifier and TypeClassDescriptionclassA doctype node.classDTD Attribute List declaration <!ATTLISTclassDTD Element Declaration <!ELEMENTclassDOM Entity declaration <!ENTITYclassDTDNotationDeclMethods in org.eclipse.lemminx.dom that return DTDDeclNodeConstructors in org.eclipse.lemminx.dom with parameters of type DTDDeclNode -
Uses of DTDDeclNode in org.eclipse.lemminx.extensions.dtd.utils
Methods in org.eclipse.lemminx.extensions.dtd.utils with parameters of type DTDDeclNodeModifier and TypeMethodDescriptionstatic voidDTDUtils.searchDTDOriginElementDecls(DTDDeclNode targetNode, BiConsumer<DTDDeclParameter, DTDDeclParameter> collector, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Search origin DTD node (<!ATTRLIST element-name) or (child <!ELEMENT element-name (child)) from the given target DTD node (<!ELEMENT element-name. -
Uses of DTDDeclNode in org.eclipse.lemminx.utils
Methods in org.eclipse.lemminx.utils with parameters of type DTDDeclNode