public abstract class XSLTCustomMetaProcessor extends Object implements CustomMetaProcessor
XSLTCustomMetaProcessor
is an abstract base class. It provides
the means to apply an XSL Transformation on a DOM Document that represents
Custom Metadata.Modifier | Constructor and Description |
---|---|
protected |
XSLTCustomMetaProcessor()
Protected default constructor for
XSLTCustomMetaProcessor . |
Modifier and Type | Method and Description |
---|---|
protected Document |
process(Document customMeta,
String xsltProcessor)
Processes the Custom Metadata supplied as a DOM Document with the supplied XSLT.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
process
protected XSLTCustomMetaProcessor()
XSLTCustomMetaProcessor
.protected Document process(Document customMeta, String xsltProcessor) throws StorageException
customMeta
- A DOM Document that represents the original Custom Metadata.xsltProcessor
- A String indicating the XSLT that should beStorageException
- When an error occurs while transforming the Custom Metadata.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries