Modifier and Type | Method and Description |
---|---|
CMDocument |
ContentModelProvider.createCMDocument(String key) |
CMDocument |
ContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument) |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
CMDTDDocument
DTD document.
|
Modifier and Type | Method and Description |
---|---|
CMDocument |
CMDTDContentModelProvider.createCMDocument(String key) |
CMDocument |
CMDTDContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument) |
Modifier and Type | Method and Description |
---|---|
CMDocument |
CMXMLModelContentModelProvider.createCMDocument(String uri) |
CMDocument |
CMXMLModelContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument) |
Modifier and Type | Class and Description |
---|---|
class |
CMXSDDocument
XSD document implementation.
|
Modifier and Type | Method and Description |
---|---|
CMDocument |
CMXSDContentModelProvider.createCMDocument(String key) |
CMDocument |
CMXSDContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument) |
Copyright © 2022. All rights reserved.