Uses of Class
org.eclipse.lemminx.dom.DTDDeclNode
-
Packages that use DTDDeclNode Package Description org.eclipse.lemminx.dom org.eclipse.lemminx.extensions.dtd.utils org.eclipse.lemminx.utils -
-
Uses of DTDDeclNode in org.eclipse.lemminx.dom
Subclasses of DTDDeclNode in org.eclipse.lemminx.dom Modifier and Type Class Description classDOMDocumentTypeA doctype node.classDTDAttlistDeclDTD Attribute List declarationclassDTDElementDeclDTD Element DeclarationclassDTDEntityDeclDOM Entity declarationclassDTDNotationDeclDTDNotationDeclMethods in org.eclipse.lemminx.dom that return DTDDeclNode Modifier and Type Method Description DTDDeclNodeDTDDeclParameter. getOwnerNode()Constructors in org.eclipse.lemminx.dom with parameters of type DTDDeclNode Constructor Description DTDDeclParameter(DTDDeclNode ownerNode, int start, int end) -
Uses of DTDDeclNode in org.eclipse.lemminx.extensions.dtd.utils
Methods in org.eclipse.lemminx.extensions.dtd.utils with parameters of type DTDDeclNode Modifier and Type Method Description static voidDTDUtils. searchDTDOriginElementDecls(DTDDeclNode targetNode, BiConsumer<DTDDeclParameter,DTDDeclParameter> collector, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)Search origin DTD node ( -
Uses of DTDDeclNode in org.eclipse.lemminx.utils
Methods in org.eclipse.lemminx.utils with parameters of type DTDDeclNode Modifier and Type Method Description XMLBuilderXMLBuilder. addDeclTagStart(DTDDeclNode tag)static org.eclipse.lsp4j.RangeXMLPositionUtility. selectParameterNameFromGivenName(String parameterName, DTDDeclNode declNode)
-