Package org.apache.abdera.util
Class AbderaSource
java.lang.Object
javax.xml.transform.stream.StreamSource
org.apache.abdera.util.AbderaSource
- All Implemented Interfaces:
Source
@Deprecated(since="2021-07-29")
public final class AbderaSource
extends StreamSource
implements Source
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Provides a simple (and likely somewhat inefficient) implementation of javax.xml.transform.Source that allows Abdera
objects to be used with the javax.xml.transform API's
-
Field Summary
Fields inherited from class javax.xml.transform.stream.StreamSource
FEATURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.voidDeprecated.voidDeprecated.Methods inherited from class javax.xml.transform.stream.StreamSource
getPublicId, getSystemId, isEmpty, setPublicId, setSystemId, setSystemIdMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.transform.Source
getSystemId, isEmpty, setSystemId
-
Constructor Details
-
AbderaSource
Deprecated.
-
-
Method Details
-
getInputStream
Deprecated.- Overrides:
getInputStreamin classStreamSource
-
getReader
Deprecated.- Overrides:
getReaderin classStreamSource
-
setInputStream
Deprecated.- Overrides:
setInputStreamin classStreamSource
-
setReader
Deprecated.- Overrides:
setReaderin classStreamSource
-