|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.ecss.extensions.commons.operations.TransformOperation
ro.sync.ecss.extensions.commons.operations.XSLTOperation
@API(type=INTERNAL, src=PUBLIC) public class XSLTOperation
An implementation of an operation to apply an XSLT stylesheet on a element and replacing it with the result of the XSLT transformation or inserting the result in the document.
Field Summary |
---|
Fields inherited from class ro.sync.ecss.extensions.commons.operations.TransformOperation |
---|
ACTION_AT_CARET, ACTION_INSERT_AFTER, ACTION_INSERT_AS_FIRST_CHILD, ACTION_INSERT_AS_LAST_CHILD, ACTION_INSERT_BEFORE, ACTION_REPLACE, ARGUMENT_SCRIPT, CARET_POSITION_AFTER, CARET_POSITION_BEFORE, CARET_POSITION_EDITABLE, CARET_POSITION_END, CARET_POSITION_PRESERVE, CARET_POSITION_START, CURRENT_ELEMENT_LOCATION |
Fields inherited from interface ro.sync.ecss.extensions.api.AuthorOperation |
---|
NAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR |
Constructor Summary | |
---|---|
XSLTOperation()
|
Method Summary | |
---|---|
protected javax.xml.transform.Transformer |
createTransformer(AuthorAccess authorAccess,
javax.xml.transform.Source xslSrc)
Create an XSLT transformer. |
java.lang.String |
getDescription()
|
Methods inherited from class ro.sync.ecss.extensions.commons.operations.TransformOperation |
---|
doOperation, getArguments |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSLTOperation()
Method Detail |
---|
protected javax.xml.transform.Transformer createTransformer(AuthorAccess authorAccess, javax.xml.transform.Source xslSrc) throws javax.xml.transform.TransformerConfigurationException
createTransformer
in class TransformOperation
authorAccess
- The Author Access.xslSrc
- The stylesheet source
javax.xml.transform.TransformerConfigurationException
public java.lang.String getDescription()
getDescription
in interface Extension
getDescription
in class TransformOperation
Extension.getDescription()
|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |