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
Modifier and TypeMethodDescriptionappend(char c) Deprecated.append(CharSequence csq) Deprecated.append(CharSequence csq, int start, int end) Deprecated.Deprecated.End the atom:author elementDeprecated.End the app:categories elementDeprecated.End the atom:categoryDeprecated.End an app:collection elementDeprecated.End the atom:content elementDeprecated.End an atom:contributor elementDeprecated.End the app:control elementDeprecated.End the documentendEntry()Deprecated.End the atom:entry elementendFeed()Deprecated.End the atom:feed elementDeprecated.End the atom:generator elementendLink()Deprecated.End the atom:linkDeprecated.End the person elementDeprecated.End an app:service elementDeprecated.End the atom:sourceendText()Deprecated.Deprecated.End an app:workspace elementgetName()Deprecated.setAutoclose(boolean auto) Deprecated.True if the StreamWriter should autoclose the buffer after calling endDocumentsetAutoflush(boolean auto) Deprecated.True if the StreamWriter should autoflush the buffersetAutoIndent(boolean indent) Deprecated.True to enable automatic indentingsetChannel(WritableByteChannel channel) Deprecated.Set the target WritableByteChannelsetChannel(WritableByteChannel channel, String charset) Deprecated.Set the target WritableByteChannelDeprecated.Start an atom:author elementDeprecated.Start an app:categories elementstartCategories(boolean fixed) Deprecated.Start an app:categories elementstartCategories(boolean fixed, String scheme) Deprecated.Start an app:categories elementstartCategory(String term) Deprecated.Start an atom:category elementstartCategory(String term, String scheme) Deprecated.Start an atom:category elementstartCategory(String term, String scheme, String label) Deprecated.Start an atom:category elementstartCollection(String href) Deprecated.Start an app:collection elementstartContent(String type) Deprecated.Start an atom:content elementstartContent(String type, String src) Deprecated.Start an atom:content elementstartContent(Content.Type type) Deprecated.Start an atom:content elementstartContent(Content.Type type, String src) Deprecated.Start an atom:content elementDeprecated.Start an atom:contributor elementDeprecated.Start the app:control elementDeprecated.Start the documentstartElement(String name) Deprecated.Start an elementstartElement(String name, String namespace) Deprecated.Start an elementstartElement(QName qname) Deprecated.Start an elementDeprecated.Start an atom:entry elementDeprecated.Start an atom:feed elementstartGenerator(String version, String uri) Deprecated.Start an atom:generator elementDeprecated.Start an atom:link elementDeprecated.Start an atom:link elementDeprecated.Start an atom:link elementDeprecated.Start an atom:link elementstartPerson(String name) Deprecated.Start a person elementstartPerson(String name, String namespace) Deprecated.Start a person elementstartPerson(String name, String namespace, String prefix) Deprecated.Start a person elementstartPerson(QName qname) Deprecated.Start a person elementDeprecated.Start an app:service elementDeprecated.Start an atom:source elementDeprecated.Start a Text elementDeprecated.Start a Text elementDeprecated.Start a Text elementDeprecated.Start a Text elementDeprecated.Start an app:workspace elementwriteAccepts(String... accepts) Deprecated.Writes app:accept elementsDeprecated.Writes an app:accept element indicating that entries are acceptedDeprecated.Writes an app:accept element indicating that nothing is acceptedwriteAttribute(String name, double value) Deprecated.Write an attributewriteAttribute(String name, int value) Deprecated.Write an attributewriteAttribute(String name, long value) Deprecated.Write an attributewriteAttribute(String name, String value) Deprecated.Write an attributewriteAttribute(String name, String namespace, double value) Deprecated.Write an attributewriteAttribute(String name, String namespace, int value) Deprecated.Write an attributewriteAttribute(String name, String namespace, long value) Deprecated.Write an attributewriteAttribute(String name, String namespace, String value) Deprecated.Write an attributewriteAttribute(String name, String namespace, String prefix, double value) Deprecated.Write an attributewriteAttribute(String name, String namespace, String prefix, int value) Deprecated.Write an attributewriteAttribute(String name, String namespace, String prefix, long value) Deprecated.Write an attributewriteAttribute(String name, String namespace, String prefix, Date value) Deprecated.Write an attributewriteAttribute(String name, String namespace, Date value) Deprecated.Write an attributewriteAttribute(String name, Date value) Deprecated.Write an attributewriteAttribute(QName qname, double value) Deprecated.Write an attributewriteAttribute(QName qname, int value) Deprecated.Write an attributewriteAttribute(QName qname, long value) Deprecated.Write an attributewriteAttribute(QName qname, String value) Deprecated.Write an attributewriteAttribute(QName qname, Date value) Deprecated.Write an attributewriteAuthor(String name) Deprecated.Write an atom:author elementwriteAuthor(String name, String email, String uri) Deprecated.Write an atom:author elementDeprecated.Write the xml:base attributeDeprecated.Write the xml:base attributewriteCategory(String term) Deprecated.Write an atom:category elementwriteCategory(String term, String scheme) Deprecated.Write an atom:category elementwriteCategory(String term, String scheme, String label) Deprecated.Write an atom:category elementwriteContent(String type, String value) Deprecated.Write an atom:content elementwriteContent(Content.Type type, InputStream value) Deprecated.Write an atom:content elementwriteContent(Content.Type type, String value) Deprecated.Write an atom:content elementwriteContent(Content.Type type, javax.activation.DataHandler value) Deprecated.Write an atom:content elementwriteContributor(String name) Deprecated.Write an atom:contributor elementwriteContributor(String name, String email, String uri) Deprecated.Write an atom:contributor elementDeprecated.Write a Date elementDeprecated.Write a Date elementDeprecated.Write a Date elementDeprecated.Write a Date elementDeprecated.Write a Date elementDeprecated.Write a Date elementDeprecated.Write a Date elementDeprecated.Write a Date elementwriteDraft(boolean draft) Deprecated.Write an app:draft elementwriteEdited(String date) Deprecated.Write an atom:edited elementwriteEdited(Date date) Deprecated.Write an atom:edited elementwriteElementText(double value) Deprecated.Write element textwriteElementText(int value) Deprecated.Write element textwriteElementText(long value) Deprecated.Write element textwriteElementText(InputStream value) Deprecated.Write element textwriteElementText(String format, Object... args) Deprecated.Write element text using FormatterwriteElementText(Date value) Deprecated.Write element textwriteElementText(javax.activation.DataHandler value) Deprecated.Write element textwriteGenerator(String version, String uri, String value) Deprecated.Write an atom:generator elementDeprecated.Write an atom:icon elementDeprecated.Write an atom:icon elementDeprecated.Write an atom:id elementDeprecated.Write an atom:id elementwriteIRIElement(String name, String iri) Deprecated.Write an IRI elementwriteIRIElement(String name, String namespace, String iri) Deprecated.Write an IRI elementwriteIRIElement(String name, String namespace, String prefix, String iri) Deprecated.Write an IRI elementwriteIRIElement(String name, String namespace, String prefix, IRI iri) Deprecated.Write an IRI elementwriteIRIElement(String name, String namespace, IRI iri) Deprecated.Write an IRI elementwriteIRIElement(String name, IRI iri) Deprecated.Write an IRI elementwriteIRIElement(QName qname, String iri) Deprecated.Write an IRI elementwriteIRIElement(QName qname, IRI iri) Deprecated.Write an IRI elementwriteLanguage(String lang) Deprecated.Write the xml:lang attributewriteLanguage(Locale locale) Deprecated.Write the xml:lang attributewriteLanguage(Lang lang) Deprecated.Write the xml:lang attributeDeprecated.Write an atom:link elementDeprecated.Write an atom:link elementDeprecated.Write an atom:link elementDeprecated.Write an atom:link elementDeprecated.Write an atom:logo elementDeprecated.Write an atom:logo elementwritePerson(String localname, String name, String email, String uri) Deprecated.Write a person elementDeprecated.Write a person elementwritePerson(String localname, String namespace, String prefix, String name, String email, String uri) Deprecated.Write a person elementwritePerson(QName qname, String name, String email, String uri) Deprecated.Write a person elementwritePersonEmail(String email) Deprecated.Write a person emailwritePersonName(String name) Deprecated.Write a person namewritePersonUri(String uri) Deprecated.Write a person uriwritePublished(String date) Deprecated.Write an atom:published elementwritePublished(Date date) Deprecated.Write an atom:published elementwriteRights(String value) Deprecated.Write an atom:rights elementwriteRights(Text.Type type, String value) Deprecated.Write an atom:rights elementwriteSubtitle(String value) Deprecated.Write an atom:subtitle elementwriteSubtitle(Text.Type type, String value) Deprecated.Write an atom:subtitle elementwriteSummary(String value) Deprecated.Write an atom:summary elementwriteSummary(Text.Type type, String value) Deprecated.Write an atom:summary elementDeprecated.Write a Text elementDeprecated.Write a Text elementDeprecated.Write a Text elementDeprecated.Write a Text elementwriteTitle(String value) Deprecated.Write an atom:title elementwriteTitle(Text.Type type, String value) Deprecated.Write an atom:title elementwriteUpdated(String date) Deprecated.Write an atom:updated elementwriteUpdated(Date date) Deprecated.Write an atom:updated elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 Details
-
setAutoflush
Deprecated.Description copied from interface:StreamWriterTrue if the StreamWriter should autoflush the buffer- Specified by:
setAutoflushin interfaceStreamWriter
-
setAutoclose
Deprecated.Description copied from interface:StreamWriterTrue if the StreamWriter should autoclose the buffer after calling endDocument- Specified by:
setAutoclosein interfaceStreamWriter
-
setChannel
Deprecated.Description copied from interface:StreamWriterSet the target WritableByteChannel- Specified by:
setChannelin interfaceStreamWriter
-
setChannel
Deprecated.Description copied from interface:StreamWriterSet the target WritableByteChannel- Specified by:
setChannelin interfaceStreamWriter
-
getName
Deprecated. -
startDocument
Deprecated.Description copied from interface:StreamWriterStart the document- Specified by:
startDocumentin interfaceStreamWriter
-
endDocument
Deprecated.Description copied from interface:StreamWriterEnd the document- Specified by:
endDocumentin interfaceStreamWriter
-
startFeed
Deprecated.Description copied from interface:StreamWriterStart an atom:feed element- Specified by:
startFeedin interfaceStreamWriter
-
endFeed
Deprecated.Description copied from interface:StreamWriterEnd the atom:feed element- Specified by:
endFeedin interfaceStreamWriter
-
startEntry
Deprecated.Description copied from interface:StreamWriterStart an atom:entry element- Specified by:
startEntryin interfaceStreamWriter
-
endEntry
Deprecated.Description copied from interface:StreamWriterEnd the atom:entry element- Specified by:
endEntryin interfaceStreamWriter
-
endCategory
Deprecated.Description copied from interface:StreamWriterEnd the atom:category- Specified by:
endCategoryin interfaceStreamWriter
-
endContent
Deprecated.Description copied from interface:StreamWriterEnd the atom:content element- Specified by:
endContentin interfaceStreamWriter
-
endLink
Deprecated.Description copied from interface:StreamWriterEnd the atom:link- Specified by:
endLinkin interfaceStreamWriter
-
endPerson
Deprecated.Description copied from interface:StreamWriterEnd the person element- Specified by:
endPersonin interfaceStreamWriter
-
endSource
Deprecated.Description copied from interface:StreamWriterEnd the atom:source- Specified by:
endSourcein interfaceStreamWriter
-
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
Deprecated.Description copied from interface:StreamWriterStart a person element- Specified by:
startPersonin interfaceStreamWriter- Parameters:
qname- The element qname
-
startSource
Deprecated.Description copied from interface:StreamWriterStart an atom:source element- Specified by:
startSourcein interfaceStreamWriter
-
startText
Deprecated.Description copied from interface:StreamWriterStart a Text element- Specified by:
startTextin interfaceStreamWriter- Parameters:
qname- The element qnametype- The text type
-
writeDate
Deprecated.Description copied from interface:StreamWriterWrite a Date element- Specified by:
writeDatein interfaceStreamWriter- Parameters:
qname- The element qnamedate- The date value
-
writeIRIElement
Deprecated.Description copied from interface:StreamWriterWrite an IRI element- Specified by:
writeIRIElementin interfaceStreamWriter- Parameters:
iri- The value
-
writePersonEmail
Deprecated.Description copied from interface:StreamWriterWrite a person email- Specified by:
writePersonEmailin interfaceStreamWriter- Parameters:
email- The person email
-
writePersonName
Deprecated.Description copied from interface:StreamWriterWrite a person name- Specified by:
writePersonNamein interfaceStreamWriter- Parameters:
name- The person name
-
writePersonUri
Deprecated.Description copied from interface:StreamWriterWrite a person uri- Specified by:
writePersonUriin interfaceStreamWriter- Parameters:
uri- The person uri
-
startContent
Deprecated.Description copied from interface:StreamWriterStart an atom:content element- Specified by:
startContentin interfaceStreamWriter- Parameters:
type- The text typesrc- The src value
-
startContent
Deprecated.Description copied from interface:StreamWriterStart an atom:content element- Specified by:
startContentin interfaceStreamWriter- Parameters:
type- The text typesrc- The src value
-
startContent
Deprecated.Description copied from interface:StreamWriterStart an atom:content element- Specified by:
startContentin interfaceStreamWriter- Parameters:
type- The text type
-
startContent
Deprecated.Description copied from interface:StreamWriterStart an atom:content element- Specified by:
startContentin interfaceStreamWriter- Parameters:
type- The text type
-
startLink
Deprecated.Description copied from interface:StreamWriterStart an atom:link element- Specified by:
startLinkin interfaceStreamWriter- Parameters:
iri- The href value
-
startLink
Deprecated.Description copied from interface:StreamWriterStart an atom:link element- Specified by:
startLinkin interfaceStreamWriter- Parameters:
iri- The href valuerel- The rel value
-
startLink
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
Deprecated.Description copied from interface:StreamWriterWrite an atom:category element- Specified by:
writeCategoryin interfaceStreamWriter- Parameters:
term- The term value
-
writeCategory
Deprecated.Description copied from interface:StreamWriterWrite an atom:category element- Specified by:
writeCategoryin interfaceStreamWriter- Parameters:
term- The term valuescheme- The term value
-
writeCategory
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
Deprecated.Description copied from interface:StreamWriterWrite an atom:content element- Specified by:
writeContentin interfaceStreamWriter- Parameters:
type- The text typevalue- The text value
-
writeContent
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, javax.activation.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
Deprecated.Description copied from interface:StreamWriterWrite an atom:content element- Specified by:
writeContentin interfaceStreamWriter- Parameters:
type- The text typevalue- The text value
-
writeEdited
Deprecated.Description copied from interface:StreamWriterWrite an atom:edited element- Specified by:
writeEditedin interfaceStreamWriter- Parameters:
date- The date value
-
writeId
Deprecated.Description copied from interface:StreamWriterWrite an atom:id element- Specified by:
writeIdin interfaceStreamWriter- Parameters:
iri- The value
-
writeIcon
Deprecated.Description copied from interface:StreamWriterWrite an atom:icon element- Specified by:
writeIconin interfaceStreamWriter- Parameters:
iri- The value
-
writeLogo
Deprecated.Description copied from interface:StreamWriterWrite an atom:logo element- Specified by:
writeLogoin interfaceStreamWriter- Parameters:
iri- The value
-
writeLink
Deprecated.Description copied from interface:StreamWriterWrite an atom:link element- Specified by:
writeLinkin interfaceStreamWriter- Parameters:
iri- The href value
-
writeLink
Deprecated.Description copied from interface:StreamWriterWrite an atom:link element- Specified by:
writeLinkin interfaceStreamWriter- Parameters:
iri- The href valuerel- The rel value
-
writeLink
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
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
Deprecated.Description copied from interface:StreamWriterWrite an atom:published element- Specified by:
writePublishedin interfaceStreamWriter- Parameters:
date- The date value
-
writeText
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
Deprecated.Description copied from interface:StreamWriterWrite an atom:updated element- Specified by:
writeUpdatedin interfaceStreamWriter- Parameters:
date- The date value
-
writeUpdated
Deprecated.Description copied from interface:StreamWriterWrite an atom:updated element- Specified by:
writeUpdatedin interfaceStreamWriter- Parameters:
date- The date value
-
writePublished
Deprecated.Description copied from interface:StreamWriterWrite an atom:published element- Specified by:
writePublishedin interfaceStreamWriter- Parameters:
date- The date value
-
writeEdited
Deprecated.Description copied from interface:StreamWriterWrite an atom:edited element- Specified by:
writeEditedin interfaceStreamWriter- Parameters:
date- The date value
-
writeDate
Deprecated.Description copied from interface:StreamWriterWrite a Date element- Specified by:
writeDatein interfaceStreamWriter- Parameters:
qname- The element qnamedate- The date value
-
writeId
Deprecated.Description copied from interface:StreamWriterWrite an atom:id element- Specified by:
writeIdin interfaceStreamWriter- Parameters:
iri- The value
-
writeIcon
Deprecated.Description copied from interface:StreamWriterWrite an atom:icon element- Specified by:
writeIconin interfaceStreamWriter- Parameters:
iri- The value
-
writeLogo
Deprecated.Description copied from interface:StreamWriterWrite an atom:logo element- Specified by:
writeLogoin interfaceStreamWriter- Parameters:
iri- The value
-
writeIRIElement
Deprecated.Description copied from interface:StreamWriterWrite an IRI element- Specified by:
writeIRIElementin interfaceStreamWriter- Parameters:
iri- The value
-
writeElementText
Deprecated.Description copied from interface:StreamWriterWrite element text- Specified by:
writeElementTextin interfaceStreamWriter- Parameters:
value- The text value- Throws:
IOException
-
writeElementText
Deprecated.Description copied from interface:StreamWriterWrite element text- Specified by:
writeElementTextin interfaceStreamWriter- Parameters:
value- The text value- Throws:
IOException
-
writeTitle
Deprecated.Description copied from interface:StreamWriterWrite an atom:title element- Specified by:
writeTitlein interfaceStreamWriter- Parameters:
value- The text value
-
writeTitle
Deprecated.Description copied from interface:StreamWriterWrite an atom:title element- Specified by:
writeTitlein interfaceStreamWriter- Parameters:
type- The text typevalue- The text value
-
writeSubtitle
Deprecated.Description copied from interface:StreamWriterWrite an atom:subtitle element- Specified by:
writeSubtitlein interfaceStreamWriter- Parameters:
value- The text value
-
writeSubtitle
Deprecated.Description copied from interface:StreamWriterWrite an atom:subtitle element- Specified by:
writeSubtitlein interfaceStreamWriter- Parameters:
type- The text typevalue- The text value
-
writeSummary
Deprecated.Description copied from interface:StreamWriterWrite an atom:summary element- Specified by:
writeSummaryin interfaceStreamWriter- Parameters:
value- The text value
-
writeSummary
Deprecated.Description copied from interface:StreamWriterWrite an atom:summary element- Specified by:
writeSummaryin interfaceStreamWriter- Parameters:
type- The text typevalue- The text value
-
writeRights
Deprecated.Description copied from interface:StreamWriterWrite an atom:rights element- Specified by:
writeRightsin interfaceStreamWriter- Parameters:
value- The text value
-
writeRights
Deprecated.Description copied from interface:StreamWriterWrite an atom:rights element- Specified by:
writeRightsin interfaceStreamWriter- Parameters:
type- The text typevalue- The text value
-
writeAuthor
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
Deprecated.Description copied from interface:StreamWriterWrite an atom:author element- Specified by:
writeAuthorin interfaceStreamWriter- Parameters:
name- The person name
-
startAuthor
Deprecated.Description copied from interface:StreamWriterStart an atom:author element- Specified by:
startAuthorin interfaceStreamWriter
-
endAuthor
Deprecated.Description copied from interface:StreamWriterEnd the atom:author element- Specified by:
endAuthorin interfaceStreamWriter
-
writeContributor
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
Deprecated.Description copied from interface:StreamWriterWrite an atom:contributor element- Specified by:
writeContributorin interfaceStreamWriter- Parameters:
name- The person name
-
startContributor
Deprecated.Description copied from interface:StreamWriterStart an atom:contributor element- Specified by:
startContributorin interfaceStreamWriter
-
endContributor
Deprecated.Description copied from interface:StreamWriterEnd an atom:contributor element- Specified by:
endContributorin interfaceStreamWriter
-
writeGenerator
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
Deprecated.Description copied from interface:StreamWriterStart an atom:generator element- Specified by:
startGeneratorin interfaceStreamWriter- Parameters:
version- The version valueuri- The uri value
-
endGenerator
Deprecated.Description copied from interface:StreamWriterEnd the atom:generator element- Specified by:
endGeneratorin interfaceStreamWriter
-
startCategory
Deprecated.Description copied from interface:StreamWriterStart an atom:category element- Specified by:
startCategoryin interfaceStreamWriter- Parameters:
term- The term value
-
startCategory
Deprecated.Description copied from interface:StreamWriterStart an atom:category element- Specified by:
startCategoryin interfaceStreamWriter- Parameters:
term- The term valuescheme- The term value
-
startCategory
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
Deprecated.Description copied from interface:StreamWriterStart an app:service element- Specified by:
startServicein interfaceStreamWriter
-
endService
Deprecated.Description copied from interface:StreamWriterEnd an app:service element- Specified by:
endServicein interfaceStreamWriter
-
startWorkspace
Deprecated.Description copied from interface:StreamWriterStart an app:workspace element- Specified by:
startWorkspacein interfaceStreamWriter
-
endWorkspace
Deprecated.Description copied from interface:StreamWriterEnd an app:workspace element- Specified by:
endWorkspacein interfaceStreamWriter
-
startCollection
Deprecated.Description copied from interface:StreamWriterStart an app:collection element- Specified by:
startCollectionin interfaceStreamWriter- Parameters:
href- The href value
-
endCollection
Deprecated.Description copied from interface:StreamWriterEnd an app:collection element- Specified by:
endCollectionin interfaceStreamWriter
-
writeAccepts
Deprecated.Description copied from interface:StreamWriterWrites app:accept elements- Specified by:
writeAcceptsin interfaceStreamWriter- Parameters:
accepts- accept element values
-
writeAcceptsEntry
Deprecated.Description copied from interface:StreamWriterWrites an app:accept element indicating that entries are accepted- Specified by:
writeAcceptsEntryin interfaceStreamWriter
-
writeAcceptsNothing
Deprecated.Description copied from interface:StreamWriterWrites an app:accept element indicating that nothing is accepted- Specified by:
writeAcceptsNothingin interfaceStreamWriter
-
startCategories
Deprecated.Description copied from interface:StreamWriterStart an app:categories element- Specified by:
startCategoriesin interfaceStreamWriter
-
startCategories
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
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
Deprecated.Description copied from interface:StreamWriterEnd the app:categories element- Specified by:
endCategoriesin interfaceStreamWriter
-
startControl
Deprecated.Description copied from interface:StreamWriterStart the app:control element- Specified by:
startControlin interfaceStreamWriter
-
endControl
Deprecated.Description copied from interface:StreamWriterEnd the app:control element- Specified by:
endControlin interfaceStreamWriter
-
writeDraft
Deprecated.Description copied from interface:StreamWriterWrite an app:draft element- Specified by:
writeDraftin interfaceStreamWriter- Parameters:
draft- true if app:draft=yes
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
startElement
Deprecated.Description copied from interface:StreamWriterStart an element- Specified by:
startElementin interfaceStreamWriter- Parameters:
qname- Element qname
-
startElement
Deprecated.Description copied from interface:StreamWriterStart an element- Specified by:
startElementin interfaceStreamWriter
-
startElement
Deprecated.Description copied from interface:StreamWriterStart an element- Specified by:
startElementin interfaceStreamWriter
-
setAutoIndent
Deprecated.Description copied from interface:StreamWriterTrue to enable automatic indenting- Specified by:
setAutoIndentin interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeAttribute
Deprecated.Description copied from interface:StreamWriterWrite an attribute- Specified by:
writeAttributein interfaceStreamWriter
-
writeElementText
Deprecated.Description copied from interface:StreamWriterWrite element text- Specified by:
writeElementTextin interfaceStreamWriter- Parameters:
value- The text value
-
writeElementText
Deprecated.Description copied from interface:StreamWriterWrite element text- Specified by:
writeElementTextin interfaceStreamWriter- Parameters:
value- The text value
-
writeElementText
Deprecated.Description copied from interface:StreamWriterWrite element text- Specified by:
writeElementTextin interfaceStreamWriter- Parameters:
value- The text value
-
writeElementText
Deprecated.Description copied from interface:StreamWriterWrite element text- Specified by:
writeElementTextin interfaceStreamWriter- Parameters:
value- The text value
-
writeBase
Deprecated.Description copied from interface:StreamWriterWrite the xml:base attribute- Specified by:
writeBasein interfaceStreamWriter
-
writeBase
Deprecated.Description copied from interface:StreamWriterWrite the xml:base attribute- Specified by:
writeBasein interfaceStreamWriter
-
writeLanguage
Deprecated.Description copied from interface:StreamWriterWrite the xml:lang attribute- Specified by:
writeLanguagein interfaceStreamWriter
-
writeLanguage
Deprecated.Description copied from interface:StreamWriterWrite the xml:lang attribute- Specified by:
writeLanguagein interfaceStreamWriter
-
writeLanguage
Deprecated.Description copied from interface:StreamWriterWrite the xml:lang attribute- Specified by:
writeLanguagein interfaceStreamWriter
-
writeIRIElement
Deprecated.Description copied from interface:StreamWriterWrite an IRI element- Specified by:
writeIRIElementin interfaceStreamWriter- Parameters:
name- The element localnameiri- the IRI to write
-
writeIRIElement
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
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
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
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
Deprecated.Description copied from interface:StreamWriterWrite an IRI element- Specified by:
writeIRIElementin interfaceStreamWriter- Parameters:
name- The element localnameiri- the IRI to write
-
writeDate
Deprecated.Description copied from interface:StreamWriterWrite a Date element- Specified by:
writeDatein interfaceStreamWriter- Parameters:
name- The element localnamedate- The date value
-
writeDate
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
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
Deprecated.Description copied from interface:StreamWriterWrite a Date element- Specified by:
writeDatein interfaceStreamWriter- Parameters:
name- The element localnamedate- The date value
-
writeDate
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
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
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
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
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
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
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
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
Deprecated.Description copied from interface:StreamWriterStart a person element- Specified by:
startPersonin interfaceStreamWriter- Parameters:
name- The element namenamespace- The element namespace
-
startPerson
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 interfaceStreamWriter- Parameters:
namespace- 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 interfaceStreamWriter- Parameters:
namespace- the element namespacename- The person nameemail- The person emailuri- The person uri
-
writePerson
Deprecated.Description copied from interface:StreamWriterWrite a person element- Specified by:
writePersonin interfaceStreamWriter- Parameters:
name- The person nameemail- The person emailuri- The person uri
-
append
Deprecated.- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
Deprecated.- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
Deprecated.- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
writeElementText
Deprecated.Description copied from interface:StreamWriterWrite element text using Formatter- Specified by:
writeElementTextin interfaceStreamWriter- Parameters:
format-args-
-