Package org.apache.axiom.om.ds
Class CharArrayDataSource
java.lang.Object
org.apache.axiom.om.ds.OMDataSourceExtBase
org.apache.axiom.om.ds.CharArrayDataSource
- All Implemented Interfaces:
org.apache.axiom.om.OMDataSource,org.apache.axiom.om.OMDataSourceExt
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated.org.apache.axiom.om.OMDataSourceExtcopy()Deprecated.Deprecated.Deprecated.byte[]getXMLBytes(String encoding) Deprecated.booleanDeprecated.booleanDeprecated.voidDeprecated.Methods inherited from class org.apache.axiom.om.ds.OMDataSourceExtBase
getProperty, getXMLInputStream, hasProperty, serialize, serialize, setProperty
-
Constructor Details
-
CharArrayDataSource
public CharArrayDataSource(char[] chars) Deprecated.Constructor- Parameters:
chars-
-
-
Method Details
-
serialize
public void serialize(Writer writer, org.apache.axiom.om.OMOutputFormat format) throws XMLStreamException Deprecated.- Specified by:
serializein interfaceorg.apache.axiom.om.OMDataSource- Overrides:
serializein classOMDataSourceExtBase- Throws:
XMLStreamException
-
getReader
Deprecated.- Throws:
XMLStreamException
-
getObject
Deprecated. -
isDestructiveRead
public boolean isDestructiveRead()Deprecated. -
isDestructiveWrite
public boolean isDestructiveWrite()Deprecated. -
getXMLBytes
Deprecated.- Throws:
UnsupportedEncodingException
-
close
public void close()Deprecated. -
copy
public org.apache.axiom.om.OMDataSourceExt copy()Deprecated.
-
StringOMDataSourceinstead.