Package org.apache.abdera.writer
Interface StreamWriter
- All Superinterfaces:
Appendable
,AutoCloseable
,Closeable
,NamedItem
- All Known Implementing Classes:
AbstractStreamWriter
,StreamBuilder
@Deprecated(since="2021-07-29")
public interface StreamWriter
extends NamedItem, Appendable, Closeable
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
The StreamWriter interface provides a for producing Atom documents based on a streaming api. This approach provides a
lightweight alternative to building up an object model. The StreamWriter is NOT synchronized and is NOT threadsafe
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.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 documentDeprecated.End the elementendEntry()
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:sourceDeprecated.End an app:workspace elementflush()
Deprecated.indent()
Deprecated.Write a new line and indentsetAutoclose
(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.Set the target java.io.OutputStreamsetOutputStream
(OutputStream out, String charset) Deprecated.Set the target java.io.OutputStreamDeprecated.Specify the namespace prefixDeprecated.Set the target java.io.WriterDeprecated.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 documentstartDocument
(String xmlversion) Deprecated.Start the documentstartDocument
(String xmlversion, String charset) Deprecated.Start the documentstartElement
(String name) Deprecated.Start an elementstartElement
(String name, String namespace) Deprecated.Start an elementstartElement
(String name, String namespace, String prefix) 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, String 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 elementwriteComment
(String value) Deprecated.Write an XML commentwriteContent
(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 textDeprecated.Write element textwriteElementText
(String value) Deprecated.Write element textwriteElementText
(String format, Object... params) Deprecated.Write element text using FormatterwriteElementText
(Date value) Deprecated.Write element textwriteElementText
(javax.activation.DataHandler datahandler) 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 elementwriteId()
Deprecated.Write an atom:id element with a new IRI valueDeprecated.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 elementwriteNamespace
(String prefix, String uri) Deprecated.Write a namespace declarationwritePerson
(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 uriDeprecated.Write an XML Processing InstructionDeprecated.Write an XML Processing InstructionwritePublished
(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 interface java.lang.Appendable
append, append, append
-
Method Details
-
flush
StreamWriter flush()Deprecated. -
setAutoclose
Deprecated.True if the StreamWriter should autoclose the buffer after calling endDocument -
setAutoflush
Deprecated.True if the StreamWriter should autoflush the buffer -
setWriter
Deprecated.Set the target java.io.Writer -
setOutputStream
Deprecated.Set the target java.io.OutputStream -
setOutputStream
Deprecated.Set the target java.io.OutputStream -
setChannel
Deprecated.Set the target WritableByteChannel -
setChannel
Deprecated.Set the target WritableByteChannel -
startDocument
Deprecated.Start the document- Parameters:
xmlversion
- The XML versioncharset
- the Character Encoding
-
startDocument
Deprecated.Start the document- Parameters:
xmlversion
- The XML version
-
startDocument
StreamWriter startDocument()Deprecated.Start the document -
endDocument
StreamWriter endDocument()Deprecated.End the document -
startFeed
StreamWriter startFeed()Deprecated.Start an atom:feed element -
endFeed
StreamWriter endFeed()Deprecated.End the atom:feed element -
startEntry
StreamWriter startEntry()Deprecated.Start an atom:entry element -
endEntry
StreamWriter endEntry()Deprecated.End the atom:entry element -
writeId
Deprecated.Write an atom:id element- Parameters:
iri
- The value
-
writeIcon
Deprecated.Write an atom:icon element- Parameters:
iri
- The value
-
writeLogo
Deprecated.Write an atom:logo element- Parameters:
iri
- The value
-
writeIRIElement
Deprecated.Write an IRI element- Parameters:
iri
- The value
-
writeIRIElement
Deprecated.Write an IRI element- Parameters:
name
- The element localnamenamespace
- The element namespaceprefix
- the element prefixiri
- the IRI to write
-
writeIRIElement
Deprecated.Write an IRI element- Parameters:
name
- The element localnamenamespace
- The element namespaceiri
- the IRI to write
-
writeIRIElement
Deprecated.Write an IRI element- Parameters:
name
- The element localnameiri
- the IRI to write
-
writeId
Deprecated.Write an atom:id element- Parameters:
iri
- The value
-
writeIcon
Deprecated.Write an atom:icon element- Parameters:
iri
- The value
-
writeLogo
Deprecated.Write an atom:logo element- Parameters:
iri
- The value
-
writeIRIElement
Deprecated.Write an IRI element- Parameters:
iri
- The value
-
writeIRIElement
Deprecated.Write an IRI element- Parameters:
name
- The element localnamenamespace
- The element namespaceprefix
- the element prefixiri
- the IRI to write
-
writeIRIElement
Deprecated.Write an IRI element- Parameters:
name
- The element localnamenamespace
- The element namespaceiri
- the IRI to write
-
writeIRIElement
Deprecated.Write an IRI element- Parameters:
name
- The element localnameiri
- the IRI to write
-
writeId
StreamWriter writeId()Deprecated.Write an atom:id element with a new IRI value- Parameters:
iri
- The value
-
writeUpdated
Deprecated.Write an atom:updated element- Parameters:
date
- The date value
-
writePublished
Deprecated.Write an atom:published element- Parameters:
date
- The date value
-
writeEdited
Deprecated.Write an atom:edited element- Parameters:
date
- The date value
-
writeDate
Deprecated.Write a Date element- Parameters:
qname
- The element qnamedate
- The date value
-
writeDate
Deprecated.Write a Date element- Parameters:
name
- The element localnamenamespace
- The element namespaceprefix
- The element prefixdate
- The date value
-
writeDate
Deprecated.Write a Date element- Parameters:
name
- The element localnamenamespace
- The element namespacedate
- The date value
-
writeDate
Deprecated.Write a Date element- Parameters:
name
- The element localnamedate
- The date value
-
writeUpdated
Deprecated.Write an atom:updated element- Parameters:
date
- The date value
-
writePublished
Deprecated.Write an atom:published element- Parameters:
date
- The date value
-
writeEdited
Deprecated.Write an atom:edited element- Parameters:
date
- The date value
-
writeDate
Deprecated.Write a Date element- Parameters:
qname
- The element qnamedate
- The date value
-
writeDate
Deprecated.Write a Date element- Parameters:
name
- The element localnamenamespace
- The element namespaceprefix
- The element prefixdate
- The date value
-
writeDate
Deprecated.Write a Date element- Parameters:
name
- The element localnamenamespace
- The element namespacedate
- The date value
-
writeDate
Deprecated.Write a Date element- Parameters:
name
- The element localnamedate
- The date value
-
endPerson
StreamWriter endPerson()Deprecated.End the person element -
endLink
StreamWriter endLink()Deprecated.End the atom:link -
writeLink
Deprecated.Write an atom:link element- Parameters:
iri
- The href value
-
writeLink
Deprecated.Write an atom:link element- Parameters:
iri
- The href valuerel
- The rel value
-
writeLink
Deprecated.Write an atom:link element- Parameters:
iri
- The href valuerel
- The rel valuetype
- The type value
-
writeLink
StreamWriter writeLink(String iri, String rel, String type, String title, String hreflang, long length) Deprecated.Write an atom:link element- Parameters:
iri
- The href valuerel
- The rel valuetype
- The type valuetitle
- The title valuehreflang
- The hreflang valuelength
- The link length
-
startLink
Deprecated.Start an atom:link element- Parameters:
iri
- The href value
-
startLink
Deprecated.Start an atom:link element- Parameters:
iri
- The href valuerel
- The rel value
-
startLink
Deprecated.Start an atom:link element- Parameters:
iri
- The href valuerel
- The rel valuetype
- The type value
-
startLink
StreamWriter startLink(String iri, String rel, String type, String title, String hreflang, long length) Deprecated.Start an atom:link element- Parameters:
iri
- The href valuerel
- The rel valuetype
- The type valuetitle
- The title valuehreflang
- The hreflang valuelength
- The link length
-
endCategory
StreamWriter endCategory()Deprecated.End the atom:category -
writeCategory
Deprecated.Write an atom:category element- Parameters:
term
- The term value
-
writeCategory
Deprecated.Write an atom:category element- Parameters:
term
- The term valuescheme
- The term value
-
writeCategory
Deprecated.Write an atom:category element- Parameters:
term
- The term valuescheme
- The term valuelabel
- The term value
-
startCategory
Deprecated.Start an atom:category element- Parameters:
term
- The term value
-
startCategory
Deprecated.Start an atom:category element- Parameters:
term
- The term valuescheme
- The term value
-
startCategory
Deprecated.Start an atom:category element- Parameters:
term
- The term valuescheme
- The term valuelabel
- The term value
-
startSource
StreamWriter startSource()Deprecated.Start an atom:source element -
endSource
StreamWriter endSource()Deprecated.End the atom:source -
writeText
Deprecated.Write a Text element- Parameters:
qname
- The element qnametype
- The text typevalue
- The text value
-
writeText
Deprecated.Write a Text element- Parameters:
name
- The element nametype
- The text typevalue
- The text value
-
writeText
Deprecated.Write a Text element- Parameters:
name
- The element namenamespace
- The element namespacetype
- The text typevalue
- The text value
-
writeText
Deprecated.Write a Text element- Parameters:
name
- The element namenamespace
- The element namespaceprefix
- The element prefixtype
- The text typevalue
- The text value
-
startText
Deprecated.Start a Text element- Parameters:
qname
- The element qnametype
- The text type
-
startText
Deprecated.Start a Text element- Parameters:
name
- The element nametype
- The text typevalue
- The text value
-
startText
Deprecated.Start a Text element- Parameters:
name
- The element namenamespace
- The element namespacetype
- The text typevalue
- The text value
-
startText
Deprecated.Start a Text element- Parameters:
name
- The element namenamespace
- The element namespaceprefix
- The element prefixtype
- The text typevalue
- The text value
-
endContent
StreamWriter endContent()Deprecated.End the atom:content element -
writeContent
Deprecated.Write an atom:content element- Parameters:
type
- The text typevalue
- The text value
-
writeContent
Deprecated.Write an atom:content element- Parameters:
type
- The text typevalue
- The text value- Throws:
IOException
-
writeContent
Deprecated.Write an atom:content element- Parameters:
type
- The text typevalue
- The text value- Throws:
IOException
-
writeContent
Deprecated.Write an atom:content element- Parameters:
type
- The text typevalue
- The text value
-
startContent
Deprecated.Start an atom:content element- Parameters:
type
- The text type
-
startContent
Deprecated.Start an atom:content element- Parameters:
type
- The text type
-
startContent
Deprecated.Start an atom:content element- Parameters:
type
- The text typesrc
- The src value
-
startContent
Deprecated.Start an atom:content element- Parameters:
type
- The text typesrc
- The src value
-
startElement
Deprecated.Start an element- Parameters:
qname
- Element qname
-
startElement
Deprecated.Start an element -
startElement
Deprecated.Start an element -
startElement
Deprecated.Start an element -
writeElementText
Deprecated.Write element text using Formatter- Parameters:
format
-params
-
-
writeElementText
Deprecated.Write element text- Parameters:
value
- The text value
-
writeElementText
Deprecated.Write element text- Parameters:
datahandler
- The text value- Throws:
IOException
-
writeElementText
Deprecated.Write element text- Parameters:
in
- The text value- Throws:
IOException
-
writeElementText
Deprecated.Write element text- Parameters:
value
- The text value
-
writeElementText
Deprecated.Write element text- Parameters:
value
- The text value
-
writeElementText
Deprecated.Write element text- Parameters:
value
- The text value
-
writeElementText
Deprecated.Write element text- Parameters:
value
- The text value
-
endElement
StreamWriter endElement()Deprecated.End the element -
writeTitle
Deprecated.Write an atom:title element- Parameters:
value
- The text value
-
writeTitle
Deprecated.Write an atom:title element- Parameters:
type
- The text typevalue
- The text value
-
writeSubtitle
Deprecated.Write an atom:subtitle element- Parameters:
value
- The text value
-
writeSubtitle
Deprecated.Write an atom:subtitle element- Parameters:
type
- The text typevalue
- The text value
-
writeSummary
Deprecated.Write an atom:summary element- Parameters:
value
- The text value
-
writeSummary
Deprecated.Write an atom:summary element- Parameters:
type
- The text typevalue
- The text value
-
writeRights
Deprecated.Write an atom:rights element- Parameters:
value
- The text value
-
writeRights
Deprecated.Write an atom:rights element- Parameters:
type
- The text typevalue
- The text value
-
writePerson
Deprecated.Write a person element- Parameters:
qname
- the element qnamename
- The person nameemail
- The person emailuri
- The person uri
-
writePerson
Deprecated.Write a person element- Parameters:
name
- The person nameemail
- The person emailuri
- The person urilocalhost
- the element name
-
writePerson
Deprecated.Write a person element- Parameters:
namespace
- the element namespacename
- The person nameemail
- The person emailuri
- The person urilocalhost
- the element name
-
writePerson
StreamWriter writePerson(String localname, String namespace, String prefix, String name, String email, String uri) Deprecated.Write a person element- Parameters:
namespace
- the element namespaceprefix
- the element prefixname
- The person nameemail
- The person emailuri
- The person urilocalhost
- the element name
-
startPerson
Deprecated.Start a person element- Parameters:
qname
- The element qname
-
startPerson
Deprecated.Start a person element- Parameters:
name
- The element name
-
startPerson
Deprecated.Start a person element- Parameters:
name
- The element namenamespace
- The element namespace
-
startPerson
Deprecated.Start a person element- Parameters:
name
- The element namenamespace
- The element namespaceprefix
- The element prefix
-
writePersonName
Deprecated.Write a person name- Parameters:
name
- The person name
-
writePersonEmail
Deprecated.Write a person email- Parameters:
email
- The person email
-
writePersonUri
Deprecated.Write a person uri- Parameters:
uri
- The person uri
-
writeAuthor
Deprecated.Write an atom:author element- Parameters:
name
- The person nameemail
- The person emailuri
- The person uri
-
writeAuthor
Deprecated.Write an atom:author element- Parameters:
name
- The person name
-
startAuthor
StreamWriter startAuthor()Deprecated.Start an atom:author element -
endAuthor
StreamWriter endAuthor()Deprecated.End the atom:author element -
writeContributor
Deprecated.Write an atom:contributor element- Parameters:
name
- The person nameemail
- The person emailuri
- The person uri
-
writeContributor
Deprecated.Write an atom:contributor element- Parameters:
name
- The person name
-
startContributor
StreamWriter startContributor()Deprecated.Start an atom:contributor element -
endContributor
StreamWriter endContributor()Deprecated.End an atom:contributor element -
writeGenerator
Deprecated.Write an atom:generator element- Parameters:
version
- The version valueuri
- The uri valuevalue
- The text value
-
startGenerator
Deprecated.Start an atom:generator element- Parameters:
version
- The version valueuri
- The uri value
-
endGenerator
StreamWriter endGenerator()Deprecated.End the atom:generator element -
writeComment
Deprecated.Write an XML comment -
writePI
Deprecated.Write an XML Processing Instruction -
writePI
Deprecated.Write an XML Processing Instruction -
startService
StreamWriter startService()Deprecated.Start an app:service element -
endService
StreamWriter endService()Deprecated.End an app:service element -
startWorkspace
StreamWriter startWorkspace()Deprecated.Start an app:workspace element -
endWorkspace
StreamWriter endWorkspace()Deprecated.End an app:workspace element -
startCollection
Deprecated.Start an app:collection element- Parameters:
href
- The href value
-
endCollection
StreamWriter endCollection()Deprecated.End an app:collection element -
writeAccepts
Deprecated.Writes app:accept elements- Parameters:
accepts
- accept element values
-
writeAcceptsEntry
StreamWriter writeAcceptsEntry()Deprecated.Writes an app:accept element indicating that entries are accepted -
writeAcceptsNothing
StreamWriter writeAcceptsNothing()Deprecated.Writes an app:accept element indicating that nothing is accepted -
startCategories
StreamWriter startCategories()Deprecated.Start an app:categories element -
startCategories
Deprecated.Start an app:categories element- Parameters:
fixed
- True if the app:categories element is fixed
-
startCategories
Deprecated.Start an app:categories element- Parameters:
fixed
- True if the app:categories element is fixedscheme
- The scheme value
-
endCategories
StreamWriter endCategories()Deprecated.End the app:categories element -
startControl
StreamWriter startControl()Deprecated.Start the app:control element -
endControl
StreamWriter endControl()Deprecated.End the app:control element -
writeDraft
Deprecated.Write an app:draft element- Parameters:
draft
- true if app:draft=yes
-
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
writeAttribute
Deprecated.Write an attribute -
indent
StreamWriter indent()Deprecated.Write a new line and indent -
setAutoIndent
Deprecated.True to enable automatic indenting -
writeBase
Deprecated.Write the xml:base attribute -
writeBase
Deprecated.Write the xml:base attribute -
writeLanguage
Deprecated.Write the xml:lang attribute -
writeLanguage
Deprecated.Write the xml:lang attribute -
writeLanguage
Deprecated.Write the xml:lang attribute -
setPrefix
Deprecated.Specify the namespace prefix -
writeNamespace
Deprecated.Write a namespace declaration
-