Modifier and Type | Class and Description |
---|---|
class |
CMRelaxNGAttributeDeclaration
RelaxNG content attribute implementation.
|
Modifier and Type | Method and Description |
---|---|
CMAttributeDeclaration |
CMRelaxNGElementDeclaration.findCMAttribute(String attributeName,
String namespace) |
Modifier and Type | Method and Description |
---|---|
Collection<CMAttributeDeclaration> |
CMRelaxNGElementDeclaration.getAttributes() |
Collection<CMAttributeDeclaration> |
CMRelaxNGAttributeDeclarationCollector.getAttributes() |
Modifier and Type | Method and Description |
---|---|
default CMAttributeDeclaration |
CMElementDeclaration.findCMAttribute(DOMAttr attr)
Returns the declared attribute which match the given name and null otherwise.
|
default CMAttributeDeclaration |
CMDocument.findCMAttribute(DOMAttr attr) |
CMAttributeDeclaration |
CMElementDeclaration.findCMAttribute(String attributeName,
String namespace)
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,
String namespace) |
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,
String namespace) |
Modifier and Type | Method and Description |
---|---|
Collection<CMAttributeDeclaration> |
CMXSDElementDeclaration.getAttributes() |
Copyright © 2022. All rights reserved.