Package com.topologi.diffx.xml
Interface XMLWritable
- All Known Subinterfaces:
AttributeEvent,CloseElementEvent,DiffXEvent,OpenElementEvent,TextEvent
- All Known Implementing Classes:
AttributeEventImpl,AttributeEventNSImpl,CharactersEvent,CharactersEventBase,CharEvent,CloseElementEventImpl,CloseElementEventNSImpl,CommentEvent,DiffXEventBase,IgnorableSpaceEvent,LineEvent,OpenElementEventImpl,OpenElementEventNSImpl,ProcessingInstructionEvent,SpaceEvent,WordEvent,XMLBranchEvent
public interface XMLWritable
An Object which implements this interface can be written as XML using a
XMLWriter instance.
- Version:
- 14 September 2004
-
Method Summary
-
Method Details
-
toXML
Writes the XML representation of the implementing instance using the specifiedXMLWriter.- Parameters:
xml- The XMLWriter to use.- Throws:
IOException- IF an I/O exception occurs whilst writing.
-