|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GxWritable<I,U,N extends I,A extends I,S,T,X>
Defines an XML abstraction as being able to be written to a GxContentHandler
.
Method Summary | |
---|---|
GxProcessingContext<I,U,N,A,S,T,X> |
getProcessingContext()
Returns the processing context associated with this source. |
void |
write(GxContentHandler<A,S,T> writer)
Streams the contents of the tree to a GxContentHandler . |
Method Detail |
---|
void write(GxContentHandler<A,S,T> writer) throws java.io.IOException, GxMarshalException
GxContentHandler
.
writer
- The output writer.
java.io.IOException
GxMarshalException
GxProcessingContext<I,U,N,A,S,T,X> getProcessingContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |