Uses of Interface
org.eclipse.lemminx.extensions.contentmodel.model.CMDocument
-
-
Uses of CMDocument in com.thaiopensource.relaxng.pattern
Classes in com.thaiopensource.relaxng.pattern that implement CMDocument Modifier and Type Class Description classCMRelaxNGDocumentRelaxNG content document implementation. -
Uses of CMDocument in org.eclipse.lemminx.extensions.contentmodel.model
Methods in org.eclipse.lemminx.extensions.contentmodel.model that return CMDocument Modifier and Type Method Description CMDocumentContentModelProvider. createCMDocument(String key, boolean resolveExternalEntities)Create content model document (XSD, DTD, etc) from the given resource key and null otherwise.CMDocumentContentModelProvider. 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 CMDocument Modifier and Type Method Description Collection<CMDocument>ContentModelManager. findCMDocument(DOMDocument xmlDocument, String namespaceURI)Collection<CMDocument>ContentModelManager. findCMDocument(DOMDocument xmlDocument, String namespaceURI, boolean withInternal)Returns the declared documents which match the given DOM document.Collection<CMDocument>ContentModelManager. findCMDocument(DOMElement element)Returns the owner document of the declared element which matches the given XML element and null otherwise.Collection<CMDocument>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 CMDocument Modifier and Type Method Description FormatElementCategoryContentModelFormatterParticipant. 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 CMDocument Modifier and Type Class Description classCMDTDDocumentDTD document.Methods in org.eclipse.lemminx.extensions.dtd.contentmodel that return CMDocument Modifier and Type Method Description CMDocumentCMDTDContentModelProvider. createCMDocument(String key, boolean resolveExternalEntities)CMDocumentCMDTDContentModelProvider. 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 CMDocument Modifier and Type Method Description CMDocumentCMRelaxNGContentModelProvider. createCMDocument(String key, boolean resolveExternalEntities)CMDocumentCMRelaxNGContentModelProvider. 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 CMDocument Modifier and Type Method Description CMDocumentCMXMLModelContentModelProvider. createCMDocument(String uri, boolean resolveExternalEntities)CMDocumentCMXMLModelContentModelProvider. 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 CMDocument Modifier and Type Class Description classCMXSDDocumentXSD document implementation.Methods in org.eclipse.lemminx.extensions.xsd.contentmodel that return CMDocument Modifier and Type Method Description CMDocumentCMXSDContentModelProvider. createCMDocument(String key, boolean resolveExternalEntities)CMDocumentCMXSDContentModelProvider. 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 CMDocument Modifier and Type Method Description default 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.
-