|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.betwixt.io.WriteContext
public abstract class WriteContext
Context against which content should be written.
Usage:
This (logical) interface is a Parameter Object
allowing additional, Betwixt
-specific information
to be passed through the SAX-inspired writing API.
It is likely that access will be required to methods in the
Context
used by the AbstractBeanWriter
but it seems better to add these as neccessary using delegation
rather than extending Context
.
Constructor Summary | |
---|---|
WriteContext()
|
Method Summary | |
---|---|
abstract ElementDescriptor |
getCurrentDescriptor()
Gets the descriptor for the element who content is currently being created. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WriteContext()
Method Detail |
---|
public abstract ElementDescriptor getCurrentDescriptor()
ElementDescriptor
for the
current element (or null if there is no current element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |