Uses of Class
org.eclipse.lemminx.extensions.contentmodel.model.ContentModelProvider.Identifier
-
-
Uses of ContentModelProvider.Identifier in org.eclipse.lemminx.extensions.contentmodel.model
Methods in org.eclipse.lemminx.extensions.contentmodel.model that return ContentModelProvider.Identifier Modifier and Type Method Description ContentModelProvider.IdentifierReferencedGrammarInfo. getIdentifier()Returns the identifier (xml-model, xsi:schemaLocation, xsi:noNamespaceSchemaLocation, DOCTYPE) and null otherwise.Methods in org.eclipse.lemminx.extensions.contentmodel.model that return types with arguments of type ContentModelProvider.Identifier Modifier and Type Method Description Collection<ContentModelProvider.Identifier>ContentModelProvider. getIdentifiers(DOMDocument xmlDocument, String namespaceURI)Returns the identifiers list from the given document and namespace.Constructors in org.eclipse.lemminx.extensions.contentmodel.model with parameters of type ContentModelProvider.Identifier Constructor Description ReferencedGrammarInfo(ResolvedURIInfo resolvedURIInfo, GrammarCacheInfo grammarCacheInfo, ContentModelProvider.Identifier identifier) -
Uses of ContentModelProvider.Identifier in org.eclipse.lemminx.extensions.dtd.contentmodel
Methods in org.eclipse.lemminx.extensions.dtd.contentmodel that return types with arguments of type ContentModelProvider.Identifier Modifier and Type Method Description Collection<ContentModelProvider.Identifier>CMDTDContentModelProvider. getIdentifiers(DOMDocument xmlDocument, String namespaceURI) -
Uses of ContentModelProvider.Identifier in org.eclipse.lemminx.extensions.relaxng.xml.contentmodel
Methods in org.eclipse.lemminx.extensions.relaxng.xml.contentmodel that return types with arguments of type ContentModelProvider.Identifier Modifier and Type Method Description Collection<ContentModelProvider.Identifier>CMRelaxNGContentModelProvider. getIdentifiers(DOMDocument xmlDocument, String namespaceURI) -
Uses of ContentModelProvider.Identifier in org.eclipse.lemminx.extensions.xmlmodel.contentmodel
Methods in org.eclipse.lemminx.extensions.xmlmodel.contentmodel that return types with arguments of type ContentModelProvider.Identifier Modifier and Type Method Description Collection<ContentModelProvider.Identifier>CMXMLModelContentModelProvider. getIdentifiers(DOMDocument xmlDocument, String namespaceURI) -
Uses of ContentModelProvider.Identifier in org.eclipse.lemminx.extensions.xsd.contentmodel
Methods in org.eclipse.lemminx.extensions.xsd.contentmodel that return types with arguments of type ContentModelProvider.Identifier Modifier and Type Method Description Collection<ContentModelProvider.Identifier>CMXSDContentModelProvider. getIdentifiers(DOMDocument xmlDocument, String namespaceURI)
-