Uses of Interface
org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
-
-
Uses of CMElementDeclaration in com.thaiopensource.relaxng.pattern
Classes in com.thaiopensource.relaxng.pattern that implement CMElementDeclaration Modifier and Type Class Description classCMRelaxNGElementDeclarationRelaxNG content element implementation.Methods in com.thaiopensource.relaxng.pattern that return CMElementDeclaration Modifier and Type Method Description CMElementDeclarationCMRelaxNGDocument. findCMElement(DOMElement element, String namespace)CMElementDeclarationCMRelaxNGElementDeclaration. findCMElement(String tag, String namespace)CMElementDeclarationCMRelaxNGAttributeDeclaration. getOwnerElementDeclaration()Methods in com.thaiopensource.relaxng.pattern that return types with arguments of type CMElementDeclaration Modifier and Type Method Description Collection<CMElementDeclaration>CMRelaxNGDocument. getElements()Collection<CMElementDeclaration>CMRelaxNGElementDeclaration. getElements()Collection<CMElementDeclaration>CMRelaxNGElementDeclarationCollector. getElements()Collection<CMElementDeclaration>CMRelaxNGElementDeclaration. getPossibleElements(DOMElement parentElement, int offset)Collection<CMElementDeclaration>CMRelaxNGElementDeclaration. getPossibleRequiredElements()Set<CMElementDeclaration>CMRelaxNGElementDeclaration. getRequiredElements() -
Uses of CMElementDeclaration in org.eclipse.lemminx.extensions.contentmodel.model
Fields in org.eclipse.lemminx.extensions.contentmodel.model with type parameters of type CMElementDeclaration Modifier and Type Field Description static Collection<CMElementDeclaration>CMElementDeclaration. ANY_ELEMENT_DECLARATIONSMethods in org.eclipse.lemminx.extensions.contentmodel.model that return CMElementDeclaration Modifier and Type Method Description default CMElementDeclarationCMDocument. findCMElement(DOMElement element)Returns the declared element which matches the given XML element and null otherwise.CMElementDeclarationCMDocument. findCMElement(DOMElement element, String namespace)Returns the declared element which matches the given XML element and null otherwise.CMElementDeclarationCMElementDeclaration. findCMElement(String tag, String namespace)Returns the declared element which matches the given XML tag name / namespace and null otherwise.CMElementDeclarationCMAttributeDeclaration. getOwnerElementDeclaration()Returns the owner element declaration.Methods in org.eclipse.lemminx.extensions.contentmodel.model that return types with arguments of type CMElementDeclaration Modifier and Type Method Description Collection<CMElementDeclaration>CMDocument. getElements()Returns the elements declaration of the model document root.Collection<CMElementDeclaration>CMElementDeclaration. getElements()Returns the children declared element of this declared element.Collection<CMElementDeclaration>CMElementDeclaration. getPossibleElements(DOMElement parentElement, int offset)Returns the possible declared elements at the given offset of the given parent element.Collection<CMElementDeclaration>CMElementDeclaration. getRequiredElements()Returns a list of required/non-optional child elements of the current element. -
Uses of CMElementDeclaration in org.eclipse.lemminx.extensions.contentmodel.participants.completion
Constructors in org.eclipse.lemminx.extensions.contentmodel.participants.completion with parameters of type CMElementDeclaration Constructor Description ContentModelElementCompletionItem(String tagName, CMElementDeclaration elementDeclaration, XMLGenerator generator, ICompletionRequest request) -
Uses of CMElementDeclaration in org.eclipse.lemminx.extensions.contentmodel.utils
Methods in org.eclipse.lemminx.extensions.contentmodel.utils with parameters of type CMElementDeclaration 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.static org.eclipse.lsp4j.MarkupContentXMLGenerator. createMarkupContent(CMElementDeclaration cmElement, String textContent, ISharedSettingsRequest support)Returns a markup content for element text documentation and null otherwise.static org.eclipse.lsp4j.MarkupContentXMLGenerator. createMarkupContent(CMElementDeclaration cmElement, ISharedSettingsRequest support)Returns a markup content for element documentation and null otherwise.StringXMLGenerator. generate(CMElementDeclaration elementDeclaration, String prefix, boolean generateEndTag)Returns the XML generated from the given element declaration.StringXMLGenerator. generate(CMElementDeclaration elementDeclaration, String prefix, boolean generateEndTag, boolean generateOnlyChildren, int level, boolean generateOnlyRequired)Returns the XML generated from the given element declaration given option to generate only children and only required elements. -
Uses of CMElementDeclaration in org.eclipse.lemminx.extensions.dtd.contentmodel
Classes in org.eclipse.lemminx.extensions.dtd.contentmodel that implement CMElementDeclaration Modifier and Type Class Description classCMDTDElementDeclarationDTD element declaration.Methods in org.eclipse.lemminx.extensions.dtd.contentmodel that return CMElementDeclaration Modifier and Type Method Description CMElementDeclarationCMDTDDocument. findCMElement(DOMElement element, String namespace)CMElementDeclarationCMDTDElementDeclaration. findCMElement(String tag, String namespace)CMElementDeclarationCMDTDAttributeDeclaration. getOwnerElementDeclaration()Methods in org.eclipse.lemminx.extensions.dtd.contentmodel that return types with arguments of type CMElementDeclaration Modifier and Type Method Description Collection<CMElementDeclaration>CMDTDDocument. getElements()Collection<CMElementDeclaration>CMDTDElementDeclaration. getElements()Collection<CMElementDeclaration>CMDTDElementDeclaration. getPossibleElements(DOMElement parentElement, int offset)Set<CMElementDeclaration>CMDTDElementDeclaration. getRequiredElements() -
Uses of CMElementDeclaration in org.eclipse.lemminx.extensions.xsd.contentmodel
Classes in org.eclipse.lemminx.extensions.xsd.contentmodel that implement CMElementDeclaration Modifier and Type Class Description classCMXSDElementDeclarationXSD element declaration implementation.Methods in org.eclipse.lemminx.extensions.xsd.contentmodel that return CMElementDeclaration Modifier and Type Method Description CMElementDeclarationCMXSDDocument. findCMElement(DOMElement element, String namespace)CMElementDeclarationCMXSDElementDeclaration. findCMElement(String tag, String namespace)CMElementDeclarationCMXSDAttributeDeclaration. getOwnerElementDeclaration()Methods in org.eclipse.lemminx.extensions.xsd.contentmodel that return types with arguments of type CMElementDeclaration Modifier and Type Method Description Collection<CMElementDeclaration>CMXSDDocument. getElements()Collection<CMElementDeclaration>CMXSDElementDeclaration. getElements()Collection<CMElementDeclaration>CMXSDElementDeclaration. getPossibleElements(DOMElement parentElement, int offset)Set<CMElementDeclaration>CMXSDElementDeclaration. getRequiredElements()
-