Package ro.sync.ecss.extensions.commons
package ro.sync.ecss.extensions.commons
Common implementations for Docbook, DITA, TEI and XHTML
(Java source also available in the Author SDK).
-
ClassDescriptionAbstract implementation of the document type helper.Deprecated.Default implementation for locating elements based on a given link.The collection of the extension messages.Implementation of an ElementLocator that locates elements based on a given link and checks if the attribute with the type ID matches the provided link.Choose an image file.Choose an media file.Utility methods for media objects.Base class for choosers dialogs.Exception for when pasting as reference doesn't work properly.Empty implementation for
XMLNodeRendererCustomizer
.Element locator for links that have the one of the following patterns: element(elementID) - locate the element with the same id element(/1/2/5) - A child sequence appearing alone identifies an element by means of stepwise navigation, which is directed by a sequence of integers separated by slashes (/); each integer n locates the nth child element of the previously located element.