Interface | Description |
---|---|
MetadataSource |
Class | Description |
---|---|
MetadataSourceAdapter |
You may subclass this class rather than implement the MetadataSource
interface allowing insulation from future additions to the interface.
|
XMLMetadataSource |
A concrete implementation of MetadataSource that can represent the following
metadata input types;
java.io.File
java.io.InputStream
java.io.Reader
java.net.URL
javax.xml.stream.XMLEventReader
javax.xml.stream.XMLStreamReader
javax.xml.transform.Source
org.w3c.dom.Node
org.xml.sax.InputSource
|