Package org.apache.abdera.util
Class AbstractStreamWriter
- java.lang.Object
-
- org.apache.abdera.util.AbstractStreamWriter
-
- All Implemented Interfaces:
Closeable,Appendable,AutoCloseable,NamedItem,StreamWriter
- Direct Known Subclasses:
StreamBuilder
@Deprecated(since="2021-07-29") public abstract class AbstractStreamWriter extends Object implements StreamWriter
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Appendableappend(char c)Deprecated.Appendableappend(CharSequence csq)Deprecated.Appendableappend(CharSequence csq, int start, int end)Deprecated.StreamWriterendAuthor()Deprecated.End the atom:author elementStreamWriterendCategories()Deprecated.End the app:categories elementStreamWriterendCategory()Deprecated.End the atom:categoryStreamWriterendCollection()Deprecated.End an app:collection elementStreamWriterendContent()Deprecated.End the atom:content elementStreamWriterendContributor()Deprecated.End an atom:contributor elementStreamWriterendControl()Deprecated.End the app:control elementStreamWriterendDocument()Deprecated.End the documentStreamWriterendEntry()Deprecated.End the atom:entry elementStreamWriterendFeed()Deprecated.End the atom:feed elementStreamWriterendGenerator()Deprecated.End the atom:generator elementStreamWriterendLink()Deprecated.End the atom:linkStreamWriterendPerson()Deprecated.End the person elementStreamWriterendService()Deprecated.End an app:service elementStreamWriterendSource()Deprecated.End the atom:sourceStreamWriterendText()Deprecated.StreamWriterendWorkspace()Deprecated.End an app:workspace elementStringgetName()Deprecated.StreamWritersetAutoclose(boolean auto)Deprecated.True if the StreamWriter should autoclose the buffer after calling endDocumentStreamWritersetAutoflush(boolean auto)Deprecated.True if the StreamWriter should autoflush the bufferStreamWritersetAutoIndent(boolean indent)Deprecated.True to enable automatic indentingStreamWritersetChannel(WritableByteChannel channel)Deprecated.Set the target WritableByteChannelStreamWritersetChannel(WritableByteChannel channel, String charset)Deprecated.Set the target WritableByteChannelStreamWriterstartAuthor()Deprecated.Start an atom:author elementStreamWriterstartCategories()Deprecated.Start an app:categories elementStreamWriterstartCategories(boolean fixed)Deprecated.Start an app:categories elementStreamWriterstartCategories(boolean fixed, String scheme)Deprecated.Start an app:categories elementStreamWriterstartCategory(String term)Deprecated.Start an atom:category elementStreamWriterstartCategory(String term, String scheme)Deprecated.Start an atom:category elementStreamWriterstartCategory(String term, String scheme, String label)Deprecated.Start an atom:category elementStreamWriterstartCollection(String href)Deprecated.Start an app:collection elementStreamWriterstartContent(String type)Deprecated.Start an atom:content elementStreamWriterstartContent(String type, String src)Deprecated.Start an atom:content elementStreamWriterstartContent(Content.Type type)Deprecated.Start an atom:content elementStreamWriterstartContent(Content.Type type, String src)Deprecated.Start an atom:content elementStreamWriterstartContributor()Deprecated.Start an atom:contributor elementStreamWriterstartControl()Deprecated.Start the app:control elementStreamWriterstartDocument()Deprecated.Start the documentStreamWriterstartElement(String name)Deprecated.Start an elementStreamWriterstartElement(String name, String namespace)Deprecated.Start an elementStreamWriterstartElement(QName qname)Deprecated.Start an elementStreamWriterstartEntry()Deprecated.Start an atom:entry elementStreamWriterstartFeed()Deprecated.Start an atom:feed elementStreamWriterstartGenerator(String version, String uri)Deprecated.Start an atom:generator elementStreamWriterstartLink(String iri)Deprecated.Start an atom:link elementStreamWriterstartLink(String iri, String rel)Deprecated.Start an atom:link elementStreamWriterstartLink(String iri, String rel, String type)Deprecated.Start an atom:link elementStreamWriterstartLink(String iri, String rel, String type, String title, String hreflang, long length)Deprecated.Start an atom:link elementStreamWriterstartPerson(String name)Deprecated.Start a person elementStreamWriterstartPerson(String name, String namespace)Deprecated.Start a person elementStreamWriterstartPerson(String name, String namespace, String prefix)Deprecated.Start a person elementStreamWriterstartPerson(QName qname)Deprecated.Start a person elementStreamWriterstartService()Deprecated.Start an app:service elementStreamWriterstartSource()Deprecated.Start an atom:source elementStreamWriterstartText(String name, String namespace, String prefix, Text.Type type)Deprecated.Start a Text elementStreamWriterstartText(String name, String namespace, Text.Type type)Deprecated.Start a Text elementStreamWriterstartText(String name, Text.Type type)Deprecated.Start a Text elementStreamWriterstartText(QName qname, Text.Type type)Deprecated.Start a Text elementStreamWriterstartWorkspace()Deprecated.Start an app:workspace elementStreamWriterwriteAccepts(String... accepts)Deprecated.Writes app:accept elementsStreamWriterwriteAcceptsEntry()Deprecated.Writes an app:accept element indicating that entries are acceptedStreamWriterwriteAcceptsNothing()Deprecated.Writes an app:accept element indicating that nothing is acceptedStreamWriterwriteAttribute(String name, double value)Deprecated.Write an attributeStreamWriterwriteAttribute(String name, int value)Deprecated.Write an attributeStreamWriterwriteAttribute(String name, long value)Deprecated.Write an attributeStreamWriterwriteAttribute(String name, String value)Deprecated.Write an attributeStreamWriterwriteAttribute(String name, String namespace, double value)Deprecated.Write an attributeStreamWriterwriteAttribute(String name, String namespace, int value)Deprecated.Write an attributeStreamWriterwriteAttribute(String name, String namespace, long value)Deprecated.Write an attributeStreamWriterwriteAttribute(String name, String namespace, String value)Deprecated.Write an attributeStreamWriterwriteAttribute(String name, String namespace, String prefix, double value)Deprecated.Write an attributeStreamWriterwriteAttribute(String name, String namespace, String prefix, int value)Deprecated.Write an attributeStreamWriterwriteAttribute(String name, String namespace, String prefix, long value)Deprecated.Write an attributeStreamWriterwriteAttribute(String name, String namespace, String prefix, Date value)Deprecated.Write an attributeStreamWriterwriteAttribute(String name, String namespace, Date value)Deprecated.Write an attributeStreamWriterwriteAttribute(String name, Date value)Deprecated.Write an attributeStreamWriterwriteAttribute(QName qname, double value)Deprecated.Write an attributeStreamWriterwriteAttribute(QName qname, int value)Deprecated.Write an attributeStreamWriterwriteAttribute(QName qname, long value)Deprecated.Write an attributeStreamWriterwriteAttribute(QName qname, String value)Deprecated.Write an attributeStreamWriterwriteAttribute(QName qname, Date value)Deprecated.Write an attributeStreamWriterwriteAuthor(String name)Deprecated.Write an atom:author elementStreamWriterwriteAuthor(String name, String email, String uri)Deprecated.Write an atom:author elementStreamWriterwriteBase(String iri)Deprecated.Write the xml:base attributeStreamWriterwriteBase(IRI iri)Deprecated.Write the xml:base attributeStreamWriterwriteCategory(String term)Deprecated.Write an atom:category elementStreamWriterwriteCategory(String term, String scheme)Deprecated.Write an atom:category elementStreamWriterwriteCategory(String term, String scheme, String label)Deprecated.Write an atom:category elementStreamWriterwriteContent(String type, String value)Deprecated.Write an atom:content elementStreamWriterwriteContent(Content.Type type, InputStream value)Deprecated.Write an atom:content elementStreamWriterwriteContent(Content.Type type, String value)Deprecated.Write an atom:content elementStreamWriterwriteContent(Content.Type type, DataHandler value)Deprecated.Write an atom:content elementStreamWriterwriteContributor(String name)Deprecated.Write an atom:contributor elementStreamWriterwriteContributor(String name, String email, String uri)Deprecated.Write an atom:contributor elementStreamWriterwriteDate(String name, String date)Deprecated.Write a Date elementStreamWriterwriteDate(String name, String namespace, String date)Deprecated.Write a Date elementStreamWriterwriteDate(String name, String namespace, String prefix, String date)Deprecated.Write a Date elementStreamWriterwriteDate(String name, String namespace, String prefix, Date date)Deprecated.Write a Date elementStreamWriterwriteDate(String name, String namespace, Date date)Deprecated.Write a Date elementStreamWriterwriteDate(String name, Date date)Deprecated.Write a Date elementStreamWriterwriteDate(QName qname, String date)Deprecated.Write a Date elementStreamWriterwriteDate(QName qname, Date date)Deprecated.Write a Date elementStreamWriterwriteDraft(boolean draft)Deprecated.Write an app:draft elementStreamWriterwriteEdited(String date)Deprecated.Write an atom:edited elementStreamWriterwriteEdited(Date date)Deprecated.Write an atom:edited elementStreamWriterwriteElementText(double value)Deprecated.Write element textStreamWriterwriteElementText(int value)Deprecated.Write element textStreamWriterwriteElementText(long value)Deprecated.Write element textStreamWriterwriteElementText(InputStream value)Deprecated.Write element textStreamWriterwriteElementText(String format, Object... args)Deprecated.Write element text using FormatterStreamWriterwriteElementText(Date value)Deprecated.Write element textStreamWriterwriteElementText(DataHandler value)Deprecated.Write element textStreamWriterwriteGenerator(String version, String uri, String value)Deprecated.Write an atom:generator elementStreamWriterwriteIcon(String iri)Deprecated.Write an atom:icon elementStreamWriterwriteIcon(IRI iri)Deprecated.Write an atom:icon elementStreamWriterwriteId(String iri)Deprecated.Write an atom:id elementStreamWriterwriteId(IRI iri)Deprecated.Write an atom:id elementStreamWriterwriteIRIElement(String name, String iri)Deprecated.Write an IRI elementStreamWriterwriteIRIElement(String name, String namespace, String iri)Deprecated.Write an IRI elementStreamWriterwriteIRIElement(String name, String namespace, String prefix, String iri)Deprecated.Write an IRI elementStreamWriterwriteIRIElement(String name, String namespace, String prefix, IRI iri)Deprecated.Write an IRI elementStreamWriterwriteIRIElement(String name, String namespace, IRI iri)Deprecated.Write an IRI elementStreamWriterwriteIRIElement(String name, IRI iri)Deprecated.Write an IRI elementStreamWriterwriteIRIElement(QName qname, String iri)Deprecated.Write an IRI elementStreamWriterwriteIRIElement(QName qname, IRI iri)Deprecated.Write an IRI elementStreamWriterwriteLanguage(String lang)Deprecated.Write the xml:lang attributeStreamWriterwriteLanguage(Locale locale)Deprecated.Write the xml:lang attributeStreamWriterwriteLanguage(Lang lang)Deprecated.Write the xml:lang attributeStreamWriterwriteLink(String iri)Deprecated.Write an atom:link elementStreamWriterwriteLink(String iri, String rel)Deprecated.Write an atom:link elementStreamWriterwriteLink(String iri, String rel, String type)Deprecated.Write an atom:link elementStreamWriterwriteLink(String iri, String rel, String type, String title, String hreflang, long length)Deprecated.Write an atom:link elementStreamWriterwriteLogo(String iri)Deprecated.Write an atom:logo elementStreamWriterwriteLogo(IRI iri)Deprecated.Write an atom:logo elementStreamWriterwritePerson(String localname, String name, String email, String uri)Deprecated.Write a person elementStreamWriterwritePerson(String localname, String namespace, String name, String email, String uri)Deprecated.Write a person elementStreamWriterwritePerson(String localname, String namespace, String prefix, String name, String email, String uri)Deprecated.Write a person elementStreamWriterwritePerson(QName qname, String name, String email, String uri)Deprecated.Write a person elementStreamWriterwritePersonEmail(String email)Deprecated.Write a person emailStreamWriterwritePersonName(String name)Deprecated.Write a person nameStreamWriterwritePersonUri(String uri)Deprecated.Write a person uriStreamWriterwritePublished(String date)Deprecated.Write an atom:published elementStreamWriterwritePublished(Date date)Deprecated.Write an atom:published elementStreamWriterwriteRights(String value)Deprecated.Write an atom:rights elementStreamWriterwriteRights(Text.Type type, String value)Deprecated.Write an atom:rights elementStreamWriterwriteSubtitle(String value)Deprecated.Write an atom:subtitle elementStreamWriterwriteSubtitle(Text.Type type, String value)Deprecated.Write an atom:subtitle elementStreamWriterwriteSummary(String value)Deprecated.Write an atom:summary elementStreamWriterwriteSummary(Text.Type type, String value)Deprecated.Write an atom:summary elementStreamWriterwriteText(String name, String namespace, String prefix, Text.Type type, String value)Deprecated.Write a Text elementStreamWriterwriteText(String name, String namespace, Text.Type type, String value)Deprecated.Write a Text elementStreamWriterwriteText(String name, Text.Type type, String value)Deprecated.Write a Text elementStreamWriterwriteText(QName qname, Text.Type type, String value)Deprecated.Write a Text elementStreamWriterwriteTitle(String value)Deprecated.Write an atom:title elementStreamWriterwriteTitle(Text.Type type, String value)Deprecated.Write an atom:title elementStreamWriterwriteUpdated(String date)Deprecated.Write an atom:updated elementStreamWriterwriteUpdated(Date date)Deprecated.Write an atom:updated element-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.abdera.writer.StreamWriter
endElement, flush, indent, setOutputStream, setOutputStream, setPrefix, setWriter, startDocument, startDocument, startElement, writeAttribute, writeComment, writeElementText, writeId, writeNamespace, writePI, writePI
-
-
-
-
Method Detail
-
setAutoflush
public StreamWriter setAutoflush(boolean auto)
Deprecated.Description copied from interface:StreamWriterTrue if the StreamWriter should autoflush the buffer- Specified by:
setAutoflushin interfaceStreamWriter
-
setAutoclose
public StreamWriter setAutoclose(boolean auto)
Deprecated.Description copied from interface:StreamWriterTrue if the StreamWriter should autoclose the buffer after calling endDocument- Specified by:
setAutoclosein interfaceStreamWriter
-
setChannel
public StreamWriter setChannel(WritableByteChannel channel)
Deprecated.Description copied from interface:StreamWriterSet the target WritableByteChannel- Specified by:
setChannelin interfaceStreamWriter
-
setChannel
public StreamWriter setChannel(WritableByteChannel channel, String charset)
Deprecated.Description copied from interface:StreamWriterSet the target WritableByteChannel- Specified by:
setChannelin interfaceStreamWriter
-
startDocument
public StreamWriter startDocument()
Deprecated.Description copied from interface:StreamWriterStart the document- Specified by:
startDocumentin interfaceStreamWriter
-
endDocument
public StreamWriter endDocument()
Deprecated.Description copied from interface:StreamWriterEnd the document- Specified by:
endDocumentin interfaceStreamWriter
-
startFeed
public StreamWriter startFeed()
Deprecated.Description copied from interface:StreamWriterStart an atom:feed element- Specified by:
startFeedin interfaceStreamWriter
-
endFeed
public StreamWriter endFeed()
Deprecated.Description copied from interface:StreamWriterEnd the atom:feed element- Specified by:
endFeedin interfaceStreamWriter
-
startEntry
public StreamWriter startEntry()
Deprecated.Description copied from interface:StreamWriterStart an atom:entry element- Specified by:
startEntryin interfaceStreamWriter
-
endEntry
public StreamWriter endEntry()
Deprecated.Description copied from interface:StreamWriterEnd the atom:entry element- Specified by:
endEntryin interfaceStreamWriter
-
endCategory
public StreamWriter endCategory()
Deprecated.Description copied from interface:StreamWriterEnd the atom:category- Specified by:
endCategoryin interfaceStreamWriter
-
endContent
public StreamWriter endContent()
Deprecated.Description copied from interface:StreamWriterEnd the atom:content element- Specified by:
endContentin interfaceStreamWriter
-
endLink
public StreamWriter endLink()
Deprecated.Description copied from interface:StreamWriterEnd the atom:link- Specified by:
endLinkin interfaceStreamWriter
-
endPerson
public StreamWriter endPerson()
Deprecated.Description copied from interface:StreamWriterEnd the person element- Specified by:
endPersonin interfaceStreamWriter
-
endSource
public StreamWriter endSource()
Deprecated.Description copied from interface:StreamWriterEnd the atom:source- Specified by:
endSourcein interfaceStreamWriter
-
endText
public StreamWriter endText()
Deprecated.
-
startLink
public StreamWriter startLink(String iri, String rel, String type, String title, String hreflang, long length)
Deprecated.Description copied from interface:StreamWriterStart an atom:link element- Specified by:
startLinkin interfaceStreamWriter- Parameters:
iri- The href valuerel- The rel valuetype- The type valuetitle- The title valuehreflang- The hreflang valuelength- The link length
-
startPerson
public StreamWriter startPerson(QName qname)
Deprecated.Description copied from interface:StreamWriterStart a person element- Specified by:
startPersonin interfaceStreamWriter- Parameters:
qname- The element qname
-
startSource
public StreamWriter startSource()
Deprecated.Description copied from interface:StreamWriterStart an atom:source element- Specified by:
startSourcein interfaceStreamWriter
-
startText
public StreamWriter startText(QName qname, Text.Type type)
Deprecated.Description copied from interface:StreamWriterStart a Text element- Specified by:
startTextin interfaceStreamWriter- Parameters:
qname- The element qnametype- The text type
-
writeDate
public StreamWriter writeDate(QName qname, String date)
Deprecated.Description copied from interface:StreamWriterWrite a Date element- Specified by:
writeDatein interfaceStreamWriter- Parameters:
qname- The element qnamedate- The date value
-
writeIRIElement
public StreamWriter writeIRIElement(QName qname, String iri)
Deprecated.Description copied from interface:StreamWriterWrite an IRI element- Specified by:
writeIRIElementin interfaceStreamWriteriri- The value
-
writePersonEmail
public StreamWriter writePersonEmail(String email)
Deprecated.Description copied from interface:StreamWriterWrite a person email- Specified by:
writePersonEmailin interfaceStreamWriter- Parameters:
email- The person email
-
writePersonName
public StreamWriter writePersonName(String name)
Deprecated.Description copied from interface:StreamWriterWrite a person name- Specified by:
writePersonNamein interfaceStreamWriter- Parameters:
name- The person name
-
writePersonUri
public StreamWriter writePersonUri(String uri)
Deprecated.Description copied from interface:StreamWriterWrite a person uri- Specified by:
writePersonUriin interfaceStreamWriter- Parameters:
uri- The person uri
-
startContent
public StreamWriter startContent(Content.Type type, String src)
Deprecated.Description copied from interface:StreamWriterStart an atom:content element- Specified by:
startContentin interfaceStreamWriter- Parameters:
type- The text typesrc- The src value
-
startContent
public StreamWriter startContent(String type, String src)
Deprecated.Description copied from interface:StreamWriterStart an atom:content element- Specified by:
startContentin interfaceStreamWriter- Parameters:
type- The text typesrc- The src value
-
startContent
public StreamWriter startContent(Content.Type type)
Deprecated.Description copied from interface:StreamWriterStart an atom:content element- Specified by:
startContentin interfaceStreamWriter- Parameters:
type- The text type
-
startContent
public StreamWriter startContent(String type)
Deprecated.Description copied from interface:StreamWriterStart an atom:content element- Specified by:
startContentin interfaceStreamWriter- Parameters:
type- The text type
-
startLink
public StreamWriter startLink(String iri)
Deprecated.Description copied from interface:StreamWriterStart an atom:link element- Specified by:
startLinkin interfaceStreamWriter- Parameters:
iri- The href value
-
startLink
public StreamWriter startLink(String iri, String rel)
Deprecated.Description copied from interface:StreamWriterStart an atom:link element- Specified by:
startLinkin interfaceStreamWriter- Parameters:
iri- The href valuerel- The rel value
-
startLink
public StreamWriter startLink(String iri, String rel, String type)
Deprecated.Description copied from interface:StreamWriterStart an atom:link element- Specified by:
startLinkin interfaceStreamWriter- Parameters:
iri- The href valuerel- The rel valuetype- The type value
-
writeCategory
public StreamWriter writeCategory(String term)
Deprecated.Description copied from interface:StreamWriterWrite an atom:category element- Specified by:
writeCategoryin interfaceStreamWriter- Parameters:
term- The term value
-
writeCategory
public StreamWriter writeCategory(String term, String scheme)
Deprecated.Description copied from interface:StreamWriterWrite an atom:category element- Specified by:
writeCategoryin interfaceStreamWriter- Parameters:
term- The term valuescheme- The term value
-
writeCategory
public StreamWriter writeCategory(String term, String scheme, String label)
Deprecated.Description copied from interface:StreamWriterWrite an atom:category element- Specified by:
writeCategoryin interfaceStreamWriter- Parameters:
term- The term valuescheme- The term valuelabel- The term value
-
writeContent
public StreamWriter writeContent(Content.Type type, String value)
Deprecated.Description copied from interface:StreamWriterWrite an atom:content element- Specified by:
writeContentin interfaceStreamWriter- Parameters:
type- The text typevalue- The text value
-
writeContent
public StreamWriter writeContent(Content.Type type, InputStream value) throws IOException
Deprecated.Description copied from interface:StreamWriterWrite an atom:content element- Specified by:
writeContentin interfaceStreamWriter- Parameters:
type- The text typevalue- The text value- Throws:
IOException
-
writeContent
public StreamWriter writeContent(Content.Type type, DataHandler value) throws IOException
Deprecated.Description copied from interface:StreamWriterWrite an atom:content element- Specified by:
writeContentin interfaceStreamWriter- Parameters:
type- The text typevalue- The text value- Throws:
IOException
-
writeContent
public StreamWriter writeContent(String type, String value)
Deprecated.Description copied from interface:StreamWriterWrite an atom:content element- Specified by:
writeContentin interfaceStreamWriter- Parameters:
type- The text typevalue- The text value
-
writeEdited
public StreamWriter writeEdited(Date date)
Deprecated.Description copied from interface:StreamWriterWrite an atom:edited element- Specified by:
writeEditedin interfaceStreamWriter- Parameters:
date- The date value
-
writeId
public StreamWriter writeId(String iri)
Deprecated.Description copied from interface:StreamWriterWrite an atom:id element- Specified by:
writeIdin interfaceStreamWriter- Parameters:
iri- The value
-
writeIcon
public StreamWriter writeIcon(String iri)
Deprecated.Description copied from interface:StreamWriterWrite an atom:icon element- Specified by:
writeIconin interfaceStreamWriter- Parameters:
iri- The value
-
writeLogo
public StreamWriter writeLogo(String iri)
Deprecated.Description copied from interface:StreamWriterWrite an atom:logo element- Specified by:
writeLogoin interfaceStreamWriter- Parameters:
iri- The value
-
writeLink
public StreamWriter writeLink(String iri)
Deprecated.Description copied from interface:StreamWriterWrite an atom:link element- Specified by:
writeLinkin interfaceStreamWriter- Parameters:
iri- The href value
-
writeLink
public StreamWriter writeLink(String iri, String rel)
Deprecated.Description copied from interface:StreamWriterWrite an atom:link element- Specified by:
writeLinkin interfaceStreamWriter- Parameters:
iri- The href valuerel- The rel value
-
writeLink
public StreamWriter writeLink(String iri, String rel, String type)
Deprecated.Description copied from interface:StreamWriterWrite an atom:link element- Specified by:
writeLinkin interfaceStreamWriter- Parameters:
iri- The href valuerel- The rel valuetype- The type value
-
writeLink
public StreamWriter writeLink(String iri, String rel, String type, String title, String hreflang, long length)
Deprecated.Description copied from interface:StreamWriterWrite an atom:link element- Specified by:
writeLinkin interfaceStreamWriter- Parameters:
iri- The href valuerel- The rel valuetype- The type valuetitle- The title valuehreflang- The hreflang valuelength- The link length
-
writePerson
public StreamWriter writePerson(QName qname, String name, String email, String uri)
Deprecated.Description copied from interface:StreamWriterWrite a person element- Specified by:
writePersonin interfaceStreamWriter- Parameters:
qname- the element qnamename- The person nameemail- The person emailuri- The person uri
-
writePublished
public StreamWriter writePublished(Date date)
Deprecated.Description copied from interface:StreamWriterWrite an atom:published element- Specified by:
writePublishedin interfaceStreamWriter- Parameters:
date- The date value
-
writeText
public StreamWriter writeText(QName qname, Text.Type type, String value)
Deprecated.Description copied from interface:StreamWriterWrite a Text element- Specified by:
writeTextin interfaceStreamWriter- Parameters:
qname- The element qnametype- The text typevalue- The text value
-
writeUpdated
public StreamWriter writeUpdated(Date date)
Deprecated.Description copied from interface:StreamWriterWrite an atom:updated element- Specified by:
writeUpdatedin interfaceStreamWriter- Parameters:
date- The date value
-
writeUpdated
public StreamWriter writeUpdated(String date)
Deprecated.Description copied from interface:StreamWriterWrite an atom:updated element- Specified by:
writeUpdatedin interfaceStreamWriter- Parameters:
date- The date value
-
writePublished
public StreamWriter writePublished(String date)
Deprecated.Description copied from interface:StreamWriterWrite an atom:published element- Specified by:
writePublishedin interfaceStreamWriter- Parameters:
date- The date value
-
writeEdited
public StreamWriter writeEdited(String date)
Deprecated.Description copied from interface:StreamWriterWrite an atom:edited element- Specified by:
writeEditedin interfaceStreamWriter- Parameters:
date- The date value
-
writeDate
public StreamWriter writeDate(QName qname, Date date)
Deprecated.Description copied from interface:StreamWriterWrite a Date element- Specified by:
writeDatein interfaceStreamWriter- Parameters:
qname- The element qnamedate- The date value
-
writeId
public StreamWriter writeId(IRI iri)
Deprecated.Description copied from interface:StreamWriterWrite an atom:id element- Specified by:
writeIdin interfaceStreamWriter- Parameters:
iri- The value
-
writeIcon
public StreamWriter writeIcon(IRI iri)
Deprecated.Description copied from interface:StreamWriterWrite an atom:icon element- Specified by:
writeIconin interfaceStreamWriter- Parameters:
iri- The value
-
writeLogo
public StreamWriter writeLogo(IRI iri)
Deprecated.Description copied from interface:StreamWriterWrite an atom:logo element- Specified by:
writeLogoin interfaceStreamWriter- Parameters:
iri- The value
-
writeIRIElement
public StreamWriter writeIRIElement(QName qname, IRI iri)
Deprecated.Description copied from interface:StreamWriterWrite an IRI element- Specified by:
writeIRIElementin interfaceStreamWriteriri- The value
-
writeElementText
public StreamWriter writeElementText(InputStream value) throws IOException
Deprecated.Description copied from interface:StreamWriterWrite element text- Specified by:
writeElementTextin interfaceStreamWriter- Parameters:
value- The text value- Throws:
IOException
-
writeElementText
public StreamWriter writeElementText(DataHandler value) throws IOException
Deprecated.Description copied from interface:StreamWriterWrite element text- Specified by:
writeElementTextin interfaceStreamWriter- Parameters:
value- The text value- Throws:
IOException
-
writeTitle
public StreamWriter writeTitle(String value)
Deprecated.Description copied from interface:StreamWriterWrite an atom:title element- Specified by:
writeTitlein interfaceStreamWriter- Parameters:
value- The text value
-
writeTitle
public StreamWriter writeTitle(Text.Type type, String value)
Deprecated.Description copied from interface:StreamWriterWrite an atom:title element- Specified by:
writeTitlein interfaceStreamWriter- Parameters:
type- The text typevalue- The text value
-
writeSubtitle
public StreamWriter writeSubtitle(String value)
Deprecated.Description copied from interface:StreamWriterWrite an atom:subtitle element- Specified by:
writeSubtitlein interfaceStreamWriter- Parameters:
value- The text value
-
writeSubtitle
public StreamWriter writeSubtitle(Text.Type type, String value)
Deprecated.Description copied from interface:StreamWriterWrite an atom:subtitle element- Specified by:
writeSubtitlein interfaceStreamWriter- Parameters:
type- The text typevalue- The text value
-
writeSummary
public StreamWriter writeSummary(String value)
Deprecated.Description copied from interface:StreamWriterWrite an atom:summary element- Specified by:
writeSummaryin interfaceStreamWriter- Parameters:
value- The text value
-
writeSummary
public StreamWriter writeSummary(Text.Type type, String value)
Deprecated.Description copied from interface:StreamWriterWrite an atom:summary element- Specified by:
writeSummaryin interfaceStreamWriter- Parameters:
type- The text typevalue- The text value
-
writeRights
public StreamWriter writeRights(String value)
Deprecated.Description copied from interface:StreamWriterWrite an atom:rights element- Specified by:
writeRightsin interfaceStreamWriter- Parameters:
value- The text value
-
writeRights
public StreamWriter writeRights(Text.Type type, String value)
Deprecated.Description copied from interface:StreamWriterWrite an atom:rights element- Specified by:
writeRightsin interfaceStreamWriter- Parameters:
type- The text typevalue- The text value
-
writeAuthor
public StreamWriter writeAuthor(String name, String email, String uri)
Deprecated.Description copied from interface:StreamWriterWrite an atom:author element- Specified by:
writeAuthorin interfaceStreamWriter- Parameters:
name- The person nameemail- The person emailuri- The person uri
-
writeAuthor
public StreamWriter writeAuthor(String name)
Deprecated.Description copied from interface:StreamWriterWrite an atom:author element- Specified by:
writeAuthorin interfaceStreamWriter- Parameters:
name- The person name
-
startAuthor
public StreamWriter startAuthor()
Deprecated.Description copied from interface:StreamWriterStart an atom:author element- Specified by:
startAuthorin interfaceStreamWriter
-
endAuthor
public StreamWriter endAuthor()
Deprecated.Description copied from interface:StreamWriterEnd the atom:author element- Specified by:
endAuthorin interfaceStreamWriter
-
writeContributor
public StreamWriter writeContributor(String name, String email, String uri)
Deprecated.Description copied from interface:StreamWriterWrite an atom:contributor element- Specified by:
writeContributorin interfaceStreamWriter- Parameters:
name- The person nameemail- The person emailuri- The person uri
-
writeContributor
public StreamWriter writeContributor(String name)
Deprecated.Description copied from interface:StreamWriterWrite an atom:contributor element- Specified by:
writeContributorin interfaceStreamWriter- Parameters:
name- The person name
-
startContributor
public StreamWriter startContributor()
Deprecated.Description copied from interface:StreamWriterStart an atom:contributor element- Specified by:
startContributorin interfaceStreamWriter
-
endContributor
public StreamWriter endContributor()
Deprecated.Description copied from interface:StreamWriterEnd an atom:contributor element- Specified by:
endContributorin interfaceStreamWriter
-
writeGenerator
public StreamWriter writeGenerator(String version, String uri, String value)
Deprecated.Description copied from interface:StreamWriterWrite an atom:generator element- Specified by:
writeGeneratorin interfaceStreamWriter- Parameters:
version- The version valueuri- The uri valuevalue- The text value
-
startGenerator
public StreamWriter startGenerator(String version, String uri)
Deprecated.Description copied from interface:StreamWriterStart an atom:generator element- Specified by:
startGeneratorin interfaceStreamWriter- Parameters:
version- The version valueuri- The uri value
-
endGenerator
public StreamWriter endGenerator()
Deprecated.Description copied from interface:StreamWriterEnd the atom:generator element- Specified by:
endGeneratorin interfaceStreamWriter
-
startCategory
public StreamWriter startCategory(String term)
Deprecated.Description copied from interface:StreamWriterStart an atom:category element- Specified by:
startCategoryin interfaceStreamWriter- Parameters:
term- The term value
-
startCategory
public StreamWriter startCategory(String term, String scheme)
Deprecated.Description copied from interface:StreamWriterStart an atom:category element- Specified by:
startCategoryin interfaceStreamWriter- Parameters:
term- The term valuescheme- The term value
-
startCategory
public StreamWriter startCategory(String term, String scheme, String label)
Deprecated.Description copied from interface:StreamWriterStart an atom:category element- Specified by:
startCategoryin interfaceStreamWriter- Parameters:
term- The term valuescheme- The term valuelabel- The term value
-
startService
public StreamWriter startService()
Deprecated.Description copied from interface:StreamWriterStart an app:service element- Specified by:
startServicein interfaceStreamWriter
-
endService
public StreamWriter endService()
Deprecated.Description copied from interface:StreamWriterEnd an app:service element- Specified by:
endServicein interfaceStreamWriter
-
startWorkspace
public StreamWriter startWorkspace()
Deprecated.Description copied from interface:StreamWriterStart an app:workspace element- Specified by:
startWorkspacein interfaceStreamWriter
-
endWorkspace
public StreamWriter endWorkspace()
Deprecated.Description copied from interface:StreamWriterEnd an app:workspace element- Specified by:
endWorkspacein interfaceStreamWriter
-
startCollection
public StreamWriter startCollection(String href)
Deprecated.Description copied from interface:StreamWriterStart an app:collection element- Specified by:
startCollectionin interfaceStreamWriter- Parameters:
href- The href value
-
endCollection
public StreamWriter endCollection()
Deprecated.Description copied from interface:StreamWriterEnd an app:collection element- Specified by:
endCollectionin interfaceStreamWriter
-
writeAccepts
public StreamWriter writeAccepts(String... accepts)
Deprecated.Description copied from interface:StreamWriterWrites app:accept elements- Specified by:
writeAcceptsin interfaceStreamWriter- Parameters:
accepts- accept element values
-
writeAcceptsEntry
public StreamWriter writeAcceptsEntry()
Deprecated.Description copied from interface:StreamWriterWrites an app:accept element indicating that entries are accepted- Specified by:
writeAcceptsEntryin interfaceStreamWriter
-
writeAcceptsNothing
public StreamWriter writeAcceptsNothing()
Deprecated.Description copied from interface:StreamWriterWrites an app:accept element indicating that nothing is accepted- Specified by:
writeAcceptsNothingin interfaceStreamWriter
-
startCategories
public StreamWriter startCategories()
Deprecated.Description copied from interface:StreamWriterStart an app:categories element- Specified by:
startCategoriesin interfaceStreamWriter
-
startCategories
public StreamWriter startCategories(boolean fixed)
Deprecated.Description copied from interface:StreamWriterStart an app:categories element- Specified by:
startCategoriesin interfaceStreamWriter- Parameters:
fixed- True if the app:categories element is fixed
-
startCategories
public StreamWriter startCategories(boolean fixed, String scheme)
Deprecated.Description copied from interface:StreamWriterStart an app:categories element- Specified by:
startCategoriesin interfaceStreamWriter- Parameters:
fixed- True if the app:categories element is fixedscheme- The scheme value
-
endCategories
public StreamWriter endCategories()
Deprecated.Description copied from interface:StreamWriterEnd the app:categories element- Specified by:
endCategoriesin interfaceStreamWriter
-
startControl
public StreamWriter startControl()
Deprecated.Description copied from interface:StreamWriterStart the app:control element- Specified by:
startControlin interfaceStreamWriter
-
endControl
public StreamWriter endControl()
Deprecated.Description copied from interface:StreamWriterEnd the app:control element- Specified by:
endControlin interfaceStreamWriter
-
writeDraft
public StreamWriter writeDraft(boolean draft)
Deprecated.Description copied from interface:StreamWriterWrite an app:draft element- Specified by:
writeDraftin interfaceStreamWriter- Parameters:
draft- true if app:draft=yes
-
writeAttribute
public StreamWriter writeAttribute(String name, String value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(String name, String namespace, String value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(QName qname, String value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
startElement
public StreamWriter startElement(QName qname)
Deprecated.Description copied from interface:StreamWriterStart an element- Specified by:
startElementin interfaceStreamWriter- Parameters:
qname- Element qname
-
startElement
public StreamWriter startElement(String name)
Deprecated.Description copied from interface:StreamWriterStart an element- Specified by:
startElementin interfaceStreamWriter
-
startElement
public StreamWriter startElement(String name, String namespace)
Deprecated.Description copied from interface:StreamWriterStart an element- Specified by:
startElementin interfaceStreamWriter
-
setAutoIndent
public StreamWriter setAutoIndent(boolean indent)
Deprecated.Description copied from interface:StreamWriterTrue to enable automatic indenting- Specified by:
setAutoIndentin interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(QName qname, Date value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(String name, Date value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(String name, String namespace, Date value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(String name, String namespace, String prefix, Date value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(QName qname, int value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(String name, int value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(String name, String namespace, int value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(String name, String namespace, String prefix, int value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(QName qname, long value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(String name, long value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(String name, String namespace, long value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(String name, String namespace, String prefix, long value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(QName qname, double value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(String name, double value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(String name, String namespace, double value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
public StreamWriter writeAttribute(String name, String namespace, String prefix, double value)
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeElementText
public StreamWriter writeElementText(Date value)
Deprecated.Description copied from interface:StreamWriterWrite element text- Specified by:
writeElementTextin interfaceStreamWriter- Parameters:
value- The text value
-
writeElementText
public StreamWriter writeElementText(int value)
Deprecated.Description copied from interface:StreamWriterWrite element text- Specified by:
writeElementTextin interfaceStreamWriter- Parameters:
value- The text value
-
writeElementText
public StreamWriter writeElementText(long value)
Deprecated.Description copied from interface:StreamWriterWrite element text- Specified by:
writeElementTextin interfaceStreamWriter- Parameters:
value- The text value
-
writeElementText
public StreamWriter writeElementText(double value)
Deprecated.Description copied from interface:StreamWriterWrite element text- Specified by:
writeElementTextin interfaceStreamWriter- Parameters:
value- The text value
-
writeBase
public StreamWriter writeBase(String iri)
Deprecated.Description copied from interface:StreamWriterWrite the xml:base attribute- Specified by:
writeBasein interfaceStreamWriter
-
writeBase
public StreamWriter writeBase(IRI iri)
Deprecated.Description copied from interface:StreamWriterWrite the xml:base attribute- Specified by:
writeBasein interfaceStreamWriter
-
writeLanguage
public StreamWriter writeLanguage(String lang)
Deprecated.Description copied from interface:StreamWriterWrite the xml:lang attribute- Specified by:
writeLanguagein interfaceStreamWriter
-
writeLanguage
public StreamWriter writeLanguage(Lang lang)
Deprecated.Description copied from interface:StreamWriterWrite the xml:lang attribute- Specified by:
writeLanguagein interfaceStreamWriter
-
writeLanguage
public StreamWriter writeLanguage(Locale locale)
Deprecated.Description copied from interface:StreamWriterWrite the xml:lang attribute- Specified by:
writeLanguagein interfaceStreamWriter
-
writeIRIElement
public StreamWriter writeIRIElement(String name, IRI iri)
Deprecated.Description copied from interface:StreamWriterWrite an IRI element- Specified by:
writeIRIElementin interfaceStreamWriter- Parameters:
name- The element localnameiri- the IRI to write
-
writeIRIElement
public StreamWriter writeIRIElement(String name, String namespace, IRI iri)
Deprecated.Description copied from interface:StreamWriterWrite an IRI element- Specified by:
writeIRIElementin interfaceStreamWriter- Parameters:
name- The element localnamenamespace- The element namespaceiri- the IRI to write
-
writeIRIElement
public StreamWriter writeIRIElement(String name, String namespace, String prefix, IRI iri)
Deprecated.Description copied from interface:StreamWriterWrite an IRI element- Specified by:
writeIRIElementin interfaceStreamWriter- Parameters:
name- The element localnamenamespace- The element namespaceprefix- the element prefixiri- the IRI to write
-
writeIRIElement
public StreamWriter writeIRIElement(String name, String namespace, String prefix, String iri)
Deprecated.Description copied from interface:StreamWriterWrite an IRI element- Specified by:
writeIRIElementin interfaceStreamWriter- Parameters:
name- The element localnamenamespace- The element namespaceprefix- the element prefixiri- the IRI to write
-
writeIRIElement
public StreamWriter writeIRIElement(String name, String namespace, String iri)
Deprecated.Description copied from interface:StreamWriterWrite an IRI element- Specified by:
writeIRIElementin interfaceStreamWriter- Parameters:
name- The element localnamenamespace- The element namespaceiri- the IRI to write
-
writeIRIElement
public StreamWriter writeIRIElement(String name, String iri)
Deprecated.Description copied from interface:StreamWriterWrite an IRI element- Specified by:
writeIRIElementin interfaceStreamWriter- Parameters:
name- The element localnameiri- the IRI to write
-
writeDate
public StreamWriter writeDate(String name, Date date)
Deprecated.Description copied from interface:StreamWriterWrite a Date element- Specified by:
writeDatein interfaceStreamWriter- Parameters:
name- The element localnamedate- The date value
-
writeDate
public StreamWriter writeDate(String name, String namespace, Date date)
Deprecated.Description copied from interface:StreamWriterWrite a Date element- Specified by:
writeDatein interfaceStreamWriter- Parameters:
name- The element localnamenamespace- The element namespacedate- The date value
-
writeDate
public StreamWriter writeDate(String name, String namespace, String prefix, Date date)
Deprecated.Description copied from interface:StreamWriterWrite a Date element- Specified by:
writeDatein interfaceStreamWriter- Parameters:
name- The element localnamenamespace- The element namespaceprefix- The element prefixdate- The date value
-
writeDate
public StreamWriter writeDate(String name, String date)
Deprecated.Description copied from interface:StreamWriterWrite a Date element- Specified by:
writeDatein interfaceStreamWriter- Parameters:
name- The element localnamedate- The date value
-
writeDate
public StreamWriter writeDate(String name, String namespace, String date)
Deprecated.Description copied from interface:StreamWriterWrite a Date element- Specified by:
writeDatein interfaceStreamWriter- Parameters:
name- The element localnamenamespace- The element namespacedate- The date value
-
writeDate
public StreamWriter writeDate(String name, String namespace, String prefix, String date)
Deprecated.Description copied from interface:StreamWriterWrite a Date element- Specified by:
writeDatein interfaceStreamWriter- Parameters:
name- The element localnamenamespace- The element namespaceprefix- The element prefixdate- The date value
-
startText
public StreamWriter startText(String name, String namespace, String prefix, Text.Type type)
Deprecated.Description copied from interface:StreamWriterStart a Text element- Specified by:
startTextin interfaceStreamWriter- Parameters:
name- The element namenamespace- The element namespaceprefix- The element prefixtype- The text type
-
startText
public StreamWriter startText(String name, String namespace, Text.Type type)
Deprecated.Description copied from interface:StreamWriterStart a Text element- Specified by:
startTextin interfaceStreamWriter- Parameters:
name- The element namenamespace- The element namespacetype- The text type
-
startText
public StreamWriter startText(String name, Text.Type type)
Deprecated.Description copied from interface:StreamWriterStart a Text element- Specified by:
startTextin interfaceStreamWriter- Parameters:
name- The element nametype- The text type
-
writeText
public StreamWriter writeText(String name, String namespace, String prefix, Text.Type type, String value)
Deprecated.Description copied from interface:StreamWriterWrite a Text element- Specified by:
writeTextin interfaceStreamWriter- Parameters:
name- The element namenamespace- The element namespaceprefix- The element prefixtype- The text typevalue- The text value
-
writeText
public StreamWriter writeText(String name, String namespace, Text.Type type, String value)
Deprecated.Description copied from interface:StreamWriterWrite a Text element- Specified by:
writeTextin interfaceStreamWriter- Parameters:
name- The element namenamespace- The element namespacetype- The text typevalue- The text value
-
writeText
public StreamWriter writeText(String name, Text.Type type, String value)
Deprecated.Description copied from interface:StreamWriterWrite a Text element- Specified by:
writeTextin interfaceStreamWriter- Parameters:
name- The element nametype- The text typevalue- The text value
-
startPerson
public StreamWriter startPerson(String name, String namespace, String prefix)
Deprecated.Description copied from interface:StreamWriterStart a person element- Specified by:
startPersonin interfaceStreamWriter- Parameters:
name- The element namenamespace- The element namespaceprefix- The element prefix
-
startPerson
public StreamWriter startPerson(String name, String namespace)
Deprecated.Description copied from interface:StreamWriterStart a person element- Specified by:
startPersonin interfaceStreamWriter- Parameters:
name- The element namenamespace- The element namespace
-
startPerson
public StreamWriter startPerson(String name)
Deprecated.Description copied from interface:StreamWriterStart a person element- Specified by:
startPersonin interfaceStreamWriter- Parameters:
name- The element name
-
writePerson
public StreamWriter writePerson(String localname, String namespace, String prefix, String name, String email, String uri)
Deprecated.Description copied from interface:StreamWriterWrite a person element- Specified by:
writePersonin interfaceStreamWriternamespace- the element namespaceprefix- the element prefixname- The person nameemail- The person emailuri- The person uri
-
writePerson
public StreamWriter writePerson(String localname, String namespace, String name, String email, String uri)
Deprecated.Description copied from interface:StreamWriterWrite a person element- Specified by:
writePersonin interfaceStreamWriternamespace- the element namespacename- The person nameemail- The person emailuri- The person uri
-
writePerson
public StreamWriter writePerson(String localname, String name, String email, String uri)
Deprecated.Description copied from interface:StreamWriterWrite a person element- Specified by:
writePersonin interfaceStreamWritername- The person nameemail- The person emailuri- The person uri
-
append
public Appendable append(char c) throws IOException
Deprecated.- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
public Appendable append(CharSequence csq, int start, int end) throws IOException
Deprecated.- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
public Appendable append(CharSequence csq) throws IOException
Deprecated.- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
writeElementText
public StreamWriter writeElementText(String format, Object... args)
Deprecated.Description copied from interface:StreamWriterWrite element text using Formatter- Specified by:
writeElementTextin interfaceStreamWriter
-
-