Package org.iirds.dita.ot.plugin.contrib
Class MetadataUtils
java.lang.Object
org.iirds.dita.ot.plugin.contrib.MetadataUtils
Utilities for metadata extraction and conversion to iiRDS.
- Author:
- Martin Kreutzer, Empolis Information Management GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetElementByPath(Element root, org.dita.dost.util.DitaClass... path) getMetadataElements(Element root) Retrieve the elements that contain the meta information.
-
Method Details
-
getElementByPath
-
getMetadataHolderElement
Retrieve the elements that contain the meta information. For topics it is<prolog>for map it is<topicmeta>.- Parameters:
root- the root element of topic or map- Returns:
- the element that is the parent of all metadata elements
-
getMetadataElements
-