|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TransformationState
instead.
public interface TransformationState
This state contains three stacks. This allows the transformer to know the full state created during the transformation process. A stack for classes, beans, and content nodes are kept.
It is the processors job to populate this state.
Method Summary | |
---|---|
Object |
getCurrentBean()
Deprecated. |
Content |
getCurrentContent()
Deprecated. |
TypeDescriptor |
getCurrentType()
Deprecated. |
int |
getLevel()
Deprecated. |
Object |
peekBean(int pos)
Deprecated. |
Content |
peekContent(int pos)
Deprecated. |
TypeDescriptor |
peekType(int pos)
Deprecated. |
void |
popBean()
Deprecated. |
void |
popContent()
Deprecated. |
void |
popType()
Deprecated. |
void |
pushBean(Object bean)
Deprecated. |
void |
pushContent(Content node)
Deprecated. |
void |
pushType(TypeDescriptor type)
Deprecated. |
void |
setCurrentBean(Object bean)
Deprecated. |
Method Detail |
---|
void pushType(TypeDescriptor type)
void popType()
TypeDescriptor getCurrentType()
TypeDescriptor peekType(int pos)
void pushBean(Object bean)
void popBean()
Object getCurrentBean()
void setCurrentBean(Object bean)
Object peekBean(int pos)
void pushContent(Content node)
void popContent()
Content getCurrentContent()
Content peekContent(int pos)
int getLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |