Package org.qdl_lang.xml
Interface XMLSerializable
- 
 public interface XMLSerializableCreated by Jeff Gaynor 
 on 1/1/21 at 6:49 AM
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfromXML(XMLEventReader xer)voidfromXML(XMLEventReader xer, SerializationState SerializationState)voidtoXML(XMLStreamWriter xsw)voidtoXML(XMLStreamWriter xsw, SerializationState SerializationState)
 
- 
- 
- 
Method Detail- 
toXMLvoid toXML(XMLStreamWriter xsw) throws XMLStreamException - Throws:
- XMLStreamException
 
 - 
toXMLvoid toXML(XMLStreamWriter xsw, SerializationState SerializationState) throws XMLStreamException - Throws:
- XMLStreamException
 
 - 
fromXMLvoid fromXML(XMLEventReader xer, SerializationState SerializationState) throws XMLStreamException - Throws:
- XMLStreamException
 
 - 
fromXMLvoid fromXML(XMLEventReader xer) throws XMLStreamException - Throws:
- XMLStreamException
 
 
- 
 
-