public abstract class XMPSource
extends org.xml.sax.InputSource
Modifier and Type | Field and Description |
---|---|
protected java.io.Reader |
_reader
The Reader on which the InputSource is based.
|
Constructor and Description |
---|
XMPSource(java.io.Reader rdr)
Constructor with Reader.
|
Modifier and Type | Method and Description |
---|---|
Property |
makeProperty()
Generates a property from the underlying data.
|
protected abstract void |
resetReader()
Causes reading to begin from the start again.
|
public Property makeProperty() throws java.io.IOException
java.io.IOException
protected abstract void resetReader()