Uses of Interface
org.eclipse.lemminx.dom.DOMRange
-
-
Uses of DOMRange in org.eclipse.lemminx.dom
Classes in org.eclipse.lemminx.dom that implement DOMRange Modifier and Type Class Description classDOMAttrAn attribute node.classDOMCDATASectionA CData section node.classDOMCharacterDataA CharacterData node.classDOMCommentA Comment node.classDOMDocumentXML document.classDOMDocumentTypeA doctype node.classDOMElementAn Element node.classDOMNodeDOM node.classDOMProcessingInstructionA processing instruction node.classDOMTextA Text node.classDTDAttlistDeclDTD Attribute List declarationclassDTDDeclNodeDTDNodeclassDTDDeclParameterDTDDeclParameterclassDTDElementDeclDTD Element DeclarationclassDTDEntityDeclDOM Entity declarationclassDTDNotationDeclDTDNotationDeclclassSchemaLocationHintRepresents one of the location hints provided in an xsi:schemaLocation attribute.Methods in org.eclipse.lemminx.dom that return DOMRange Modifier and Type Method Description DOMRangeXMLModel. getHrefNode()Returns the href range and null otherwise.DOMRangeDOMAttr. getNodeAttrName()DOMRangeDOMAttr. getNodeAttrValue()Methods in org.eclipse.lemminx.dom with parameters of type DOMRange Modifier and Type Method Description static 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 DOMRange Modifier and Type Method Description DOMRangeCatalogCatalogEntry. 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 documentDOMRangeURICatalogEntry. getLinkRange() -
Uses of DOMRange in org.eclipse.lemminx.extensions.contentmodel.model
Methods in org.eclipse.lemminx.extensions.contentmodel.model that return DOMRange Modifier and Type Method Description DOMRangeContentModelProvider.Identifier. getRange()Constructors in org.eclipse.lemminx.extensions.contentmodel.model with parameters of type DOMRange Constructor Description Identifier(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 DOMRange Modifier and Type Method Description static 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 DOMRange Modifier and Type Class Description classSearchNodeSearch 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 DOMRange Modifier and Type Method Description static 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.
-