Package | Description |
---|---|
org.eclipse.lemminx.dom | |
org.eclipse.lemminx.extensions.dtd.utils |
Modifier and Type | Field and Description |
---|---|
DTDDeclParameter |
DTDAttlistDecl.attributeName
Format:
""
or
|
DTDDeclParameter |
DTDAttlistDecl.attributeType |
DTDDeclParameter |
DTDAttlistDecl.attributeValue |
DTDDeclParameter |
DTDElementDecl.category
Formats:
or
|
DTDDeclParameter |
DTDElementDecl.content |
DTDDeclParameter |
DTDDeclNode.declType |
DTDDeclParameter |
DTDDeclNode.unrecognized
This class is the base for all declaration nodes for DTD's.
|
Modifier and Type | Method and Description |
---|---|
DTDDeclParameter |
DTDDeclNode.addNewParameter(int start,
int end) |
DTDDeclParameter |
DOMDocumentType.getKindNode()
Returns the node where document type kind (PUBLIC or SYSTEM) is declared
|
DTDDeclParameter |
DTDDeclNode.getNameParameter() |
DTDDeclParameter |
DTDElementDecl.getParameterAt(int offset)
Returns the parameter (start/end offset) at the given offset and null
otherwise.
|
protected DTDDeclParameter |
DTDDeclNode.getParameterAtIndex(int index) |
DTDDeclParameter |
DOMDocumentType.getPublicIdNode() |
DTDDeclParameter |
DTDElementDecl.getReferencedElementNameAt(int offset) |
DTDDeclParameter |
DTDDeclNode.getReferencedElementNameAt(int offset)
Returns the parameter name which references a DTD element declaration
(
|
DTDDeclParameter |
DOMDocumentType.getSystemIdNode() |
Modifier and Type | Method and Description |
---|---|
List<DTDDeclParameter> |
DTDDeclNode.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
DTDElementDecl.collectParameters(DTDDeclParameter target,
BiConsumer<DTDDeclParameter,DTDDeclParameter> collector)
Collect parameters which matches the given target.
|
boolean |
DOMDocumentType.isInternalSubset(DTDDeclParameter parameter) |
Modifier and Type | Method and Description |
---|---|
void |
DTDElementDecl.collectParameters(DTDDeclParameter target,
BiConsumer<DTDDeclParameter,DTDDeclParameter> collector)
Collect parameters which matches the given target.
|
void |
DTDElementDecl.collectParameters(DTDDeclParameter target,
BiConsumer<DTDDeclParameter,DTDDeclParameter> collector)
Collect parameters which matches the given target.
|
Modifier and Type | Method and Description |
---|---|
static void |
DTDUtils.searchDTDTargetElementDecl(DTDDeclParameter originNameNode,
boolean matchName,
Consumer<DTDDeclParameter> collector)
Collect
|
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 (
|
static void |
DTDUtils.searchDTDOriginElementDecls(DTDDeclNode targetNode,
BiConsumer<DTDDeclParameter,DTDDeclParameter> collector,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Search origin DTD node (
|
static void |
DTDUtils.searchDTDTargetElementDecl(DTDDeclParameter originNameNode,
boolean matchName,
Consumer<DTDDeclParameter> collector)
Collect
|
Copyright © 2020. All rights reserved.