|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.pagedesigner.dtmanager.converter.operations.AbstractTransformOperation
public abstract class AbstractTransformOperation
Abstract ITransformOperation implementation. Maintains ITagConverterContext instance and collection of child ITransformOperation instances.
Provisional API - subject to change
Constructor Summary | |
---|---|
AbstractTransformOperation()
Zero-argument constructor |
Method Summary | |
---|---|
void |
appendChildOperation(ITransformOperation operation)
Appends a child ITransformOperation instance. |
java.util.List |
getChildOperations()
Gets collection of child ITransformOperation instances. |
void |
setTagConverterContext(ITagConverterContext tagConverterContext)
Sets the ITagConverterContext instance allowing access to context and functionality of the current ITagConverter instance. |
abstract org.w3c.dom.Element |
transform(org.w3c.dom.Element srcElement,
org.w3c.dom.Element curElement)
Transforms an input element instance to an output Element instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractTransformOperation()
Method Detail |
---|
public abstract org.w3c.dom.Element transform(org.w3c.dom.Element srcElement, org.w3c.dom.Element curElement)
ITransformOperation
transform
in interface ITransformOperation
srcElement
- Original input Element instance.curElement
- Current Element instance.
public void setTagConverterContext(ITagConverterContext tagConverterContext)
ITransformOperation
setTagConverterContext
in interface ITransformOperation
tagConverterContext
- ITagConverterContext instance allowing access
to context and functionality of the current ITagConverter instance.public void appendChildOperation(ITransformOperation operation)
ITransformOperation
appendChildOperation
in interface ITransformOperation
operation
- Child ITransformOperation instance to be appended.public java.util.List getChildOperations()
ITransformOperation
getChildOperations
in interface ITransformOperation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |