Modifier and Type | Class and Description |
---|---|
class |
DOMAttr
An attribute node.
|
class |
DOMCDATASection
A CData section node.
|
class |
DOMCharacterData
A CharacterData node.
|
class |
DOMComment
A Comment node.
|
class |
DOMDocument
XML document.
|
class |
DOMDocumentType
A doctype node.
|
class |
DOMElement
An Element node.
|
class |
DOMNode
DOM node.
|
class |
DOMProcessingInstruction
A processing instruction node.
|
class |
DOMText
A Text node.
|
class |
DTDAttlistDecl
DTD Attribute List declaration
|
class |
DTDDeclNode
DTDNode
|
class |
DTDDeclParameter
DTDDeclParameter
|
class |
DTDElementDecl
DTD Element Declaration
|
class |
DTDEntityDecl
DOM Entity declaration
|
class |
DTDNotationDecl
DTDNotationDecl
|
class |
SchemaLocationHint
Represents one of the location hints provided in an xsi:schemaLocation
attribute.
|
Modifier and Type | Method and Description |
---|---|
DOMRange |
XMLModel.getHrefNode()
Returns the href range and null otherwise.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DOMNode.isIncluded(DOMRange node,
int offset)
Returns true if the node included the given offset and false otherwise.
|
Modifier and Type | Method and Description |
---|---|
DOMRange |
URICatalogEntry.getLinkRange() |
abstract DOMRange |
CatalogEntry.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 document
|
DOMRange |
CatalogCatalogEntry.getLinkRange() |
Modifier and Type | Method and Description |
---|---|
DOMRange |
ContentModelProvider.Identifier.getRange() |
Constructor and Description |
---|
Identifier(String publicId,
String systemId,
DOMRange range,
String kind) |
Modifier and Type | Method and Description |
---|---|
static DOMRange |
XMLModelUtils.getHrefNode(DOMDocument document,
String hrefLocation)
Returns the DOM range of the href of the xml-model processing instruction
which matches the given hrefLocation.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.lsp4j.DocumentLink |
XMLPositionUtility.createDocumentLink(DOMRange target,
String location,
boolean adjust)
Create a document link
|
static org.eclipse.lsp4j.Location |
XMLPositionUtility.createLocation(DOMRange target)
Returns the location for the given
target node. |
static org.eclipse.lsp4j.LocationLink |
XMLPositionUtility.createLocationLink(DOMRange origin,
DOMRange target)
Returns the location link for the given
origin and
target nodes. |
static org.eclipse.lsp4j.LocationLink |
XMLPositionUtility.createLocationLink(org.eclipse.lsp4j.Range origin,
DOMRange target)
Returns the location link for the given
origin and
target nodes. |
static org.eclipse.lsp4j.Range |
XMLPositionUtility.createRange(DOMRange range)
Returns the range for the given
node . |
Copyright © 2020. All rights reserved.