Uses of Interface
org.eclipse.lemminx.extensions.contentmodel.model.CMDocument
Packages that use CMDocument
Package
Description
-
Uses of CMDocument in com.thaiopensource.relaxng.pattern
Classes in com.thaiopensource.relaxng.pattern that implement CMDocumentModifier and TypeClassDescriptionclassRelaxNG content document implementation. -
Uses of CMDocument in org.eclipse.lemminx.extensions.contentmodel.model
Fields in org.eclipse.lemminx.extensions.contentmodel.model with type parameters of type CMDocumentModifier and TypeFieldDescriptionfinal Map<String,CMDocument> ContentModelManager.cmDocumentCacheMethods in org.eclipse.lemminx.extensions.contentmodel.model that return CMDocumentModifier and TypeMethodDescriptionContentModelProvider.createCMDocument(String key, boolean resolveExternalEntities) Create content model document (XSD, DTD, etc) from the given resource key and null otherwise.ContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument, boolean resolveExternalEntities) Create the internal content model (for DOCTYPE subset) from the given DOM document.Methods in org.eclipse.lemminx.extensions.contentmodel.model that return types with arguments of type CMDocumentModifier and TypeMethodDescriptionContentModelManager.findCMDocument(DOMDocument xmlDocument, String namespaceURI) ContentModelManager.findCMDocument(DOMDocument xmlDocument, String namespaceURI, boolean withInternal) Returns the declared documents which match the given DOM document.ContentModelManager.findCMDocument(DOMElement element) Returns the owner document of the declared element which matches the given XML element and null otherwise.ContentModelManager.findCMDocument(DOMElement element, String namespaceURI) Returns the owner document of the declared element which matches the given XML element and null otherwise. -
Uses of CMDocument in org.eclipse.lemminx.extensions.contentmodel.participants
Method parameters in org.eclipse.lemminx.extensions.contentmodel.participants with type arguments of type CMDocumentModifier and TypeMethodDescriptionContentModelFormatterParticipant.getFormatElementCategory(DOMElement element, XMLFormattingConstraints parentConstraints, Map<String, Collection<CMDocument>> formattingContext, SharedSettings sharedSettings) -
Uses of CMDocument in org.eclipse.lemminx.extensions.dtd.contentmodel
Classes in org.eclipse.lemminx.extensions.dtd.contentmodel that implement CMDocumentMethods in org.eclipse.lemminx.extensions.dtd.contentmodel that return CMDocumentModifier and TypeMethodDescriptionCMDTDContentModelProvider.createCMDocument(String key, boolean resolveExternalEntities) CMDTDContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument, boolean resolveExternalEntities) -
Uses of CMDocument in org.eclipse.lemminx.extensions.relaxng.xml.contentmodel
Methods in org.eclipse.lemminx.extensions.relaxng.xml.contentmodel that return CMDocumentModifier and TypeMethodDescriptionCMRelaxNGContentModelProvider.createCMDocument(String key, boolean resolveExternalEntities) CMRelaxNGContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument, boolean resolveExternalEntities) -
Uses of CMDocument in org.eclipse.lemminx.extensions.xmlmodel.contentmodel
Methods in org.eclipse.lemminx.extensions.xmlmodel.contentmodel that return CMDocumentModifier and TypeMethodDescriptionCMXMLModelContentModelProvider.createCMDocument(String uri, boolean resolveExternalEntities) CMXMLModelContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument, boolean resolveExternalEntities) -
Uses of CMDocument in org.eclipse.lemminx.extensions.xsd.contentmodel
Classes in org.eclipse.lemminx.extensions.xsd.contentmodel that implement CMDocumentMethods in org.eclipse.lemminx.extensions.xsd.contentmodel that return CMDocumentModifier and TypeMethodDescriptionCMXSDContentModelProvider.createCMDocument(String key, boolean resolveExternalEntities) CMXSDContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument, boolean resolveExternalEntities) -
Uses of CMDocument in org.eclipse.lemminx.services.extensions.format
Method parameters in org.eclipse.lemminx.services.extensions.format with type arguments of type CMDocumentModifier and TypeMethodDescriptiondefault FormatElementCategoryIFormatterParticipant.getFormatElementCategory(DOMElement element, XMLFormattingConstraints parentConstraints, Map<String, Collection<CMDocument>> formattingContext, SharedSettings sharedSettings) Returns the format element category for the given DOM element and null otherwise.