Uses of Interface
org.eclipse.lemminx.extensions.contentmodel.model.CMAttributeDeclaration
-
-
Uses of CMAttributeDeclaration in com.thaiopensource.relaxng.pattern
Classes in com.thaiopensource.relaxng.pattern that implement CMAttributeDeclaration Modifier and Type Class Description classCMRelaxNGAttributeDeclarationRelaxNG content attribute implementation.Methods in com.thaiopensource.relaxng.pattern that return CMAttributeDeclaration Modifier and Type Method Description CMAttributeDeclarationCMRelaxNGElementDeclaration. findCMAttribute(String attributeName, String namespace)Methods in com.thaiopensource.relaxng.pattern that return types with arguments of type CMAttributeDeclaration Modifier and Type Method Description Collection<CMAttributeDeclaration>CMRelaxNGAttributeDeclarationCollector. getAttributes()Collection<CMAttributeDeclaration>CMRelaxNGElementDeclaration. getAttributes() -
Uses of CMAttributeDeclaration in org.eclipse.lemminx.extensions.contentmodel.model
Methods in org.eclipse.lemminx.extensions.contentmodel.model that return CMAttributeDeclaration Modifier and Type Method Description default CMAttributeDeclarationCMDocument. findCMAttribute(DOMAttr attr)CMAttributeDeclarationCMElementDeclaration. 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 CMAttributeDeclaration Modifier and Type Method Description Collection<CMAttributeDeclaration>CMElementDeclaration. 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 CMAttributeDeclaration Modifier and Type Method Description static 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 CMAttributeDeclaration Modifier and Type Method Description StringXMLGenerator. 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 CMAttributeDeclaration Modifier and Type Class Description classCMDTDAttributeDeclarationDTD attribute declaration.Methods in org.eclipse.lemminx.extensions.dtd.contentmodel that return CMAttributeDeclaration Modifier and Type Method Description CMAttributeDeclarationCMDTDElementDeclaration. findCMAttribute(String attributeName, String namespace)Methods in org.eclipse.lemminx.extensions.dtd.contentmodel that return types with arguments of type CMAttributeDeclaration Modifier and Type Method Description Collection<CMAttributeDeclaration>CMDTDElementDeclaration. getAttributes() -
Uses of CMAttributeDeclaration in org.eclipse.lemminx.extensions.xsd.contentmodel
Classes in org.eclipse.lemminx.extensions.xsd.contentmodel that implement CMAttributeDeclaration Modifier and Type Class Description classCMXSDAttributeDeclarationXSD attribute declaration implementation.Methods in org.eclipse.lemminx.extensions.xsd.contentmodel that return CMAttributeDeclaration Modifier and Type Method Description CMAttributeDeclarationCMXSDElementDeclaration. findCMAttribute(String attributeName, String namespace)Methods in org.eclipse.lemminx.extensions.xsd.contentmodel that return types with arguments of type CMAttributeDeclaration Modifier and Type Method Description Collection<CMAttributeDeclaration>CMXSDElementDeclaration. getAttributes()
-