| Constructor and Description |
|---|
DtdInsertAction() |
| Modifier and Type | Method and Description |
|---|---|
com.wutka.dtd.DTD |
getDTD(org.jdom2.Element element)
Gets the DTD declared in the doctype of the element's owning document.
|
List<String> |
getOrderedDtdElements(com.wutka.dtd.DTDContainer container)
Retrieves a list containing the DTD elements of a given DTD container.
|
void |
perform(org.jdom2.Element originalElement,
org.jdom2.Element patchElement,
org.jdom2.Element outputParentElement)
Out of an original element and a second element provided by the patch DOM, applies an
operation and modifies the parent node of the result DOM.
|
public void perform(org.jdom2.Element originalElement,
org.jdom2.Element patchElement,
org.jdom2.Element outputParentElement)
throws AbstractXmlMergeException
Actionperform in interface ActionoriginalElement - Original elementpatchElement - Patch elementoutputParentElement - Output parent elementAbstractXmlMergeExceptionpublic com.wutka.dtd.DTD getDTD(org.jdom2.Element element)
throws DocumentException
element - The element for which the DTD will be retrievedDocumentException - If an error occurred during DTD retrievalCopyright © 2001–2025. All rights reserved.