Uses of Interface
org.eclipse.lemminx.dom.DOMRange
Packages that use DOMRange
Package
Description
-
Uses of DOMRange in org.eclipse.lemminx.dom
Classes in org.eclipse.lemminx.dom that implement DOMRangeModifier and TypeClassDescriptionclassAn attribute node.classA CData section node.classA CharacterData node.classA Comment node.classXML document.classA doctype node.classAn Element node.classDOM node.classA processing instruction node.classA Text node.classDTD Attribute List declaration <!ATTLISTclassDTDNodeclassDTDDeclParameterclassDTD Element Declaration <!ELEMENTclassDOM Entity declaration <!ENTITYclassDTDNotationDeclclassRepresents one of the location hints provided in an xsi:schemaLocation attribute.Methods in org.eclipse.lemminx.dom that return DOMRangeModifier and TypeMethodDescriptionXMLModel.getHrefNode()Returns the href range and null otherwise.DOMAttr.getNodeAttrName()DOMAttr.getNodeAttrValue()Methods in org.eclipse.lemminx.dom with parameters of type DOMRangeModifier and TypeMethodDescriptionstatic booleanDOMNode.isIncluded(DOMRange node, int offset) Returns true if the node included the given offset and false otherwise. -
Uses of DOMRange in org.eclipse.lemminx.extensions.catalog
Methods in org.eclipse.lemminx.extensions.catalog that return DOMRangeModifier and TypeMethodDescriptionCatalogCatalogEntry.getLinkRange()abstract DOMRangeCatalogEntry.getLinkRange()Returns the range in the document where the link to an external document is, or null if this catalog entry does not refer to an external documentURICatalogEntry.getLinkRange() -
Uses of DOMRange in org.eclipse.lemminx.extensions.contentmodel.model
Methods in org.eclipse.lemminx.extensions.contentmodel.model that return DOMRangeConstructors in org.eclipse.lemminx.extensions.contentmodel.model with parameters of type DOMRangeModifierConstructorDescriptionIdentifier(String publicId, String systemId, DOMRange range, String kind) -
Uses of DOMRange in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants that return DOMRangeModifier and TypeMethodDescriptionstatic DOMRangeXMLModelUtils.getHrefNode(DOMDocument document, String hrefLocation) Returns the DOM range of the href of the xml-model processing instruction which matches the given hrefLocation. -
Uses of DOMRange in org.eclipse.lemminx.extensions.references.search
Classes in org.eclipse.lemminx.extensions.references.search that implement DOMRangeModifier and TypeClassDescriptionclassSearch node wraps a DOM node which matches a from/to path of a givenXMLReferenceExpression. -
Uses of DOMRange in org.eclipse.lemminx.utils
Methods in org.eclipse.lemminx.utils with parameters of type DOMRangeModifier and TypeMethodDescriptionstatic org.eclipse.lsp4j.DocumentLinkXMLPositionUtility.createDocumentLink(DOMRange target, String location, boolean adjust) Create a document linkstatic org.eclipse.lsp4j.LocationXMLPositionUtility.createLocation(DOMRange target) Returns the location for the giventargetnode.static org.eclipse.lsp4j.LocationLinkXMLPositionUtility.createLocationLink(DOMRange origin, DOMRange target) Returns the location link for the givenoriginandtargetnodes.static org.eclipse.lsp4j.LocationLinkXMLPositionUtility.createLocationLink(org.eclipse.lsp4j.Range origin, DOMRange target) Returns the location link for the givenoriginandtargetnodes.static org.eclipse.lsp4j.RangeXMLPositionUtility.createRange(DOMRange range) Returns the range for the givennode.static org.eclipse.lsp4j.RangeXMLPositionUtility.createSelectionRange(DOMRange origin) Returns the selection range for the givenoriginnode.static org.eclipse.lsp4j.RangeXMLPositionUtility.selectValueWithoutQuote(DOMRange node) Select the value from the start/end node without quote.