Modifier and Type | Method and Description |
---|---|
default CMAttributeDeclaration |
CMDocument.findCMAttribute(DOMElement element,
String attributeName) |
CMAttributeDeclaration |
CMElementDeclaration.findCMAttribute(String attributeName)
Returns the declared attribute which match the given name and null otherwise.
|
Modifier and Type | Method and Description |
---|---|
Collection<CMAttributeDeclaration> |
CMElementDeclaration.getAttributes()
Returns the attributes of this declared element.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.lsp4j.MarkupContent |
XMLGenerator.createMarkupContent(CMAttributeDeclaration cmAttribute,
CMElementDeclaration ownerElement,
ISharedSettingsRequest request)
Returns a markup content for attribute name documentation and null otherwise.
|
static org.eclipse.lsp4j.MarkupContent |
XMLGenerator.createMarkupContent(CMAttributeDeclaration cmAttribute,
String attributeValue,
CMElementDeclaration ownerElement,
ISharedSettingsRequest support)
Returns a markup content for attribute value documentation and null
otherwise.
|
Modifier and Type | Method and Description |
---|---|
String |
XMLGenerator.generate(Collection<CMAttributeDeclaration> attributes,
String tagName) |
Modifier and Type | Class and Description |
---|---|
class |
CMDTDAttributeDeclaration
DTD attribute declaration.
|
Modifier and Type | Method and Description |
---|---|
CMAttributeDeclaration |
CMDTDElementDeclaration.findCMAttribute(String attributeName) |
Modifier and Type | Method and Description |
---|---|
Collection<CMAttributeDeclaration> |
CMDTDElementDeclaration.getAttributes() |
Modifier and Type | Class and Description |
---|---|
class |
CMXSDAttributeDeclaration
XSD attribute declaration implementation.
|
Modifier and Type | Method and Description |
---|---|
CMAttributeDeclaration |
CMXSDElementDeclaration.findCMAttribute(String attributeName) |
Modifier and Type | Method and Description |
---|---|
Collection<CMAttributeDeclaration> |
CMXSDElementDeclaration.getAttributes() |
Copyright © 2021. All rights reserved.