public interface ContentModelProvider
Modifier and Type | Interface and Description |
---|---|
static class |
ContentModelProvider.Identifier |
Modifier and Type | Method and Description |
---|---|
boolean |
adaptFor(DOMDocument document,
boolean internal)
Returns the content model provider by using standard association
(xsi:schemaLocation, xsi:noNamespaceSchemaLocation, doctype) and null
otherwise.
|
boolean |
adaptFor(String uri) |
CMDocument |
createCMDocument(String key) |
CMDocument |
createInternalCMDocument(DOMDocument xmlDocument) |
Collection<ContentModelProvider.Identifier> |
getIdentifiers(DOMDocument xmlDocument,
String namespaceURI) |
boolean adaptFor(DOMDocument document, boolean internal)
document
- internal
- boolean adaptFor(String uri)
Collection<ContentModelProvider.Identifier> getIdentifiers(DOMDocument xmlDocument, String namespaceURI)
CMDocument createCMDocument(String key)
CMDocument createInternalCMDocument(DOMDocument xmlDocument)
Copyright © 2022. All rights reserved.