Package | Description |
---|---|
org.eclipse.lemminx.dom | |
org.eclipse.lemminx.extensions.dtd.utils | |
org.eclipse.lemminx.utils |
Modifier and Type | Class and Description |
---|---|
class |
DOMDocumentType
A doctype node.
|
class |
DTDAttlistDecl
DTD Attribute List declaration
|
class |
DTDElementDecl
DTD Element Declaration
|
class |
DTDEntityDecl
DOM Entity declaration
|
class |
DTDNotationDecl
DTDNotationDecl
|
Modifier and Type | Method and Description |
---|---|
DTDDeclNode |
DTDDeclParameter.getOwnerNode() |
Constructor and Description |
---|
DTDDeclParameter(DTDDeclNode ownerNode,
int start,
int end) |
Modifier and Type | Method and Description |
---|---|
static void |
DTDUtils.searchDTDOriginElementDecls(DTDDeclNode targetNode,
BiConsumer<DTDDeclParameter,DTDDeclParameter> collector,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Search origin DTD node (
|
Modifier and Type | Method and Description |
---|---|
XMLBuilder |
XMLBuilder.addDeclTagStart(DTDDeclNode tag) |
Copyright © 2020. All rights reserved.