|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITransformOperation
Defines an operation used during transformation of input Element instances to output Element instances.
Provisional API - subject to change
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. |
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. |
Method Detail |
---|
org.w3c.dom.Element transform(org.w3c.dom.Element srcElement, org.w3c.dom.Element curElement)
srcElement
- Original input Element instance.curElement
- Current Element instance.
void setTagConverterContext(ITagConverterContext tagConverterContext)
tagConverterContext
- ITagConverterContext instance allowing access
to context and functionality of the current ITagConverter instance.void appendChildOperation(ITransformOperation operation)
operation
- Child ITransformOperation instance to be appended.java.util.List getChildOperations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |