| Methods in org.plasma.sdo.xml that throw UnmarshallerException |
void |
StreamUnmarshaller.unmarshal(java.io.InputStream stream)
Reads the given input stream in its entirety, and closes the stream when
complete. |
void |
StreamUnmarshaller.unmarshal(java.io.Reader reader)
Reads the given reader as a stream in its entirety, and closes the stream when
complete. |
void |
StreamUnmarshaller.unmarshal(javax.xml.transform.Source source)
Reads the given source as a stream in its entirety, and closes the stream when
complete. |