Uses of Interface
org.eclipse.lemminx.extensions.contentmodel.model.CMAttributeDeclaration
Packages that use CMAttributeDeclaration
Package
Description
-
Uses of CMAttributeDeclaration in com.thaiopensource.relaxng.pattern
Classes in com.thaiopensource.relaxng.pattern that implement CMAttributeDeclarationModifier and TypeClassDescriptionclassRelaxNG content attribute implementation.Methods in com.thaiopensource.relaxng.pattern that return CMAttributeDeclarationModifier and TypeMethodDescriptionCMRelaxNGElementDeclaration.findCMAttribute(String attributeName, String namespace) Methods in com.thaiopensource.relaxng.pattern that return types with arguments of type CMAttributeDeclarationModifier and TypeMethodDescriptionCMRelaxNGAttributeDeclarationCollector.getAttributes()CMRelaxNGElementDeclaration.getAttributes() -
Uses of CMAttributeDeclaration in org.eclipse.lemminx.extensions.contentmodel.model
Methods in org.eclipse.lemminx.extensions.contentmodel.model that return CMAttributeDeclarationModifier and TypeMethodDescriptiondefault CMAttributeDeclarationCMDocument.findCMAttribute(DOMAttr attr) CMElementDeclaration.findCMAttribute(String attributeName, String namespace) Returns the declared attribute which match the given name and null otherwise.default CMAttributeDeclarationCMElementDeclaration.findCMAttribute(DOMAttr attr) Returns the declared attribute which match the given name and null otherwise.Methods in org.eclipse.lemminx.extensions.contentmodel.model that return types with arguments of type CMAttributeDeclarationModifier and TypeMethodDescriptionCMElementDeclaration.getAttributes()Returns the attributes of this declared element. -
Uses of CMAttributeDeclaration in org.eclipse.lemminx.extensions.contentmodel.utils
Methods in org.eclipse.lemminx.extensions.contentmodel.utils with parameters of type CMAttributeDeclarationModifier and TypeMethodDescriptionstatic org.eclipse.lsp4j.MarkupContentXMLGenerator.createMarkupContent(CMAttributeDeclaration cmAttribute, String attributeValue, CMElementDeclaration ownerElement, ISharedSettingsRequest support) Returns a markup content for attribute value documentation and null otherwise.static org.eclipse.lsp4j.MarkupContentXMLGenerator.createMarkupContent(CMAttributeDeclaration cmAttribute, CMElementDeclaration ownerElement, ISharedSettingsRequest request) Returns a markup content for attribute name documentation and null otherwise.Method parameters in org.eclipse.lemminx.extensions.contentmodel.utils with type arguments of type CMAttributeDeclarationModifier and TypeMethodDescriptionXMLGenerator.generate(Collection<CMAttributeDeclaration> attributes, String tagName) -
Uses of CMAttributeDeclaration in org.eclipse.lemminx.extensions.dtd.contentmodel
Classes in org.eclipse.lemminx.extensions.dtd.contentmodel that implement CMAttributeDeclarationMethods in org.eclipse.lemminx.extensions.dtd.contentmodel that return CMAttributeDeclarationModifier and TypeMethodDescriptionCMDTDElementDeclaration.findCMAttribute(String attributeName, String namespace) Methods in org.eclipse.lemminx.extensions.dtd.contentmodel that return types with arguments of type CMAttributeDeclaration -
Uses of CMAttributeDeclaration in org.eclipse.lemminx.extensions.xsd.contentmodel
Classes in org.eclipse.lemminx.extensions.xsd.contentmodel that implement CMAttributeDeclarationModifier and TypeClassDescriptionclassXSD attribute declaration implementation.Methods in org.eclipse.lemminx.extensions.xsd.contentmodel that return CMAttributeDeclarationModifier and TypeMethodDescriptionCMXSDElementDeclaration.findCMAttribute(String attributeName, String namespace) Methods in org.eclipse.lemminx.extensions.xsd.contentmodel that return types with arguments of type CMAttributeDeclarationMethod parameters in org.eclipse.lemminx.extensions.xsd.contentmodel with type arguments of type CMAttributeDeclarationModifier and TypeMethodDescriptionvoidCMXSDElementDeclaration.collectAttributesDeclaration(org.apache.xerces.xs.XSComplexTypeDefinition typeDefinition, Collection<CMAttributeDeclaration> attributes)