Uses of Class
org.eclipse.lemminx.utils.XMLPositionUtility.EntityReferenceRange
-
Packages that use XMLPositionUtility.EntityReferenceRange Package Description org.eclipse.lemminx.utils -
-
Uses of XMLPositionUtility.EntityReferenceRange in org.eclipse.lemminx.utils
Methods in org.eclipse.lemminx.utils that return XMLPositionUtility.EntityReferenceRange Modifier and Type Method Description static XMLPositionUtility.EntityReferenceRangeXMLPositionUtility. selectEntityReference(int offset, DOMDocument document)Returns the range of the entity reference in a text node (ex : &) and null otherwise.static XMLPositionUtility.EntityReferenceRangeXMLPositionUtility. selectEntityReference(int offset, DOMDocument document, boolean endsWithSemicolon)Returns the range of the entity reference in a text node (ex : &) and null otherwise.
-