Modifier and Type | Class and Description |
---|---|
class |
CMRelaxNGDocument
RelaxNG content document implementation.
|
Modifier and Type | Method and Description |
---|---|
CMDocument |
ContentModelProvider.createCMDocument(String key,
boolean resolveExternalEntities)
Create content model document (XSD, DTD, etc) from the given resource key and
null otherwise.
|
CMDocument |
ContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument,
boolean resolveExternalEntities)
Create the internal content model (for DOCTYPE subset) from the given DOM
document.
|
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 | Method and Description |
---|---|
FormatElementCategory |
ContentModelFormatterParticipant.getFormatElementCategory(DOMElement element,
XMLFormattingConstraints parentConstraints,
Map<String,Collection<CMDocument>> formattingContext,
SharedSettings sharedSettings) |
Modifier and Type | Class and Description |
---|---|
class |
CMDTDDocument
DTD document.
|
Modifier and Type | Method and Description |
---|---|
CMDocument |
CMDTDContentModelProvider.createCMDocument(String key,
boolean resolveExternalEntities) |
CMDocument |
CMDTDContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument,
boolean resolveExternalEntities) |
Modifier and Type | Method and Description |
---|---|
CMDocument |
CMRelaxNGContentModelProvider.createCMDocument(String key,
boolean resolveExternalEntities) |
CMDocument |
CMRelaxNGContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument,
boolean resolveExternalEntities) |
Modifier and Type | Method and Description |
---|---|
CMDocument |
CMXMLModelContentModelProvider.createCMDocument(String uri,
boolean resolveExternalEntities) |
CMDocument |
CMXMLModelContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument,
boolean resolveExternalEntities) |
Modifier and Type | Class and Description |
---|---|
class |
CMXSDDocument
XSD document implementation.
|
Modifier and Type | Method and Description |
---|---|
CMDocument |
CMXSDContentModelProvider.createCMDocument(String key,
boolean resolveExternalEntities) |
CMDocument |
CMXSDContentModelProvider.createInternalCMDocument(DOMDocument xmlDocument,
boolean resolveExternalEntities) |
Modifier and Type | Method and Description |
---|---|
default FormatElementCategory |
IFormatterParticipant.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.
|
Copyright © 2022. All rights reserved.