Package | Description |
---|---|
org.eclipse.lemminx.dom | |
org.eclipse.lemminx.extensions.xsd | |
org.eclipse.lemminx.extensions.xsd.utils | |
org.eclipse.lemminx.extensions.xsi | |
org.eclipse.lemminx.utils |
Modifier and Type | Method and Description |
---|---|
DOMAttr |
DOMDocument.createAttribute(String name) |
DOMAttr |
DOMDocument.createAttributeNS(String namespaceURI,
String qualifiedName) |
static DOMAttr |
DOMNode.findAttrAt(DOMNode node,
int offset) |
DOMAttr |
DOMNode.findAttrAt(int offset) |
DOMAttr |
SchemaLocation.getAttr() |
DOMAttr |
NoNamespaceSchemaLocation.getAttr() |
DOMAttr |
DOMNode.getAttributeAtIndex(int index)
Returns the attribute at the given index, the order is how the attributes
appear in the document.
|
DOMAttr |
DOMNode.getAttributeNode(String name) |
DOMAttr |
DOMElement.getAttributeNode(String name) |
DOMAttr |
DOMNode.getAttributeNode(String prefix,
String suffix)
Returns the attribute that matches the given name.
|
DOMAttr |
DOMElement.getAttributeNodeNS(String arg0,
String arg1) |
DOMAttr |
DOMElement.removeAttributeNode(Attr arg0) |
DOMAttr |
DOMElement.setAttributeNode(Attr arg0) |
DOMAttr |
DOMElement.setAttributeNodeNS(Attr arg0) |
Modifier and Type | Method and Description |
---|---|
List<DOMAttr> |
DOMNode.getAttributeNodes() |
Modifier and Type | Method and Description |
---|---|
void |
DOMNode.setAttributeNode(DOMAttr attr) |
Constructor and Description |
---|
NoNamespaceSchemaLocation(String documentURI,
DOMAttr attr) |
SchemaLocation(String base,
DOMAttr attr) |
Modifier and Type | Method and Description |
---|---|
static String |
DataType.getDocumentation(DOMAttr attr) |
Modifier and Type | Method and Description |
---|---|
static XSDUtils.BindingType |
XSDUtils.getBindingType(DOMAttr originAttr)
Returns the binding type of the origin attribute which bounds an another
target attribute.
|
static void |
XSDUtils.searchXSTargetAttributes(DOMAttr originAttr,
XSDUtils.BindingType bindingType,
boolean matchAttr,
boolean searchInExternalSchema,
BiConsumer<String,DOMAttr> collector)
Collect XSD target attributes declared in the XML Schema according the given
attribute and binding type.
|
Modifier and Type | Method and Description |
---|---|
static void |
XSDUtils.searchXSOriginAttributes(DOMNode targetNode,
BiConsumer<DOMAttr,DOMAttr> collector,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Search origin attributes from the given target node..
|
static void |
XSDUtils.searchXSOriginAttributes(DOMNode targetNode,
BiConsumer<DOMAttr,DOMAttr> collector,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Search origin attributes from the given target node..
|
static void |
XSDUtils.searchXSTargetAttributes(DOMAttr originAttr,
XSDUtils.BindingType bindingType,
boolean matchAttr,
boolean searchInExternalSchema,
BiConsumer<String,DOMAttr> collector)
Collect XSD target attributes declared in the XML Schema according the given
attribute and binding type.
|
Modifier and Type | Method and Description |
---|---|
static String |
XSISchemaModel.computeHoverResponse(DOMAttr attribute,
IHoverRequest request) |
Modifier and Type | Method and Description |
---|---|
XMLBuilder |
XMLBuilder.addAttribute(DOMAttr attr,
int level) |
XMLBuilder |
XMLBuilder.addAttribute(DOMAttr attr,
int level,
boolean surroundWithQuotes) |
XMLBuilder |
XMLBuilder.addAttributesOnSingleLine(DOMAttr attr,
Boolean surroundWithQuotes) |
Copyright © 2020. All rights reserved.