Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::xom::Serializer Member List

This is the complete list of members for elm::xom::Serializer, including all inherited members.

breakLine(void)elm::xom::Serializerprotectedvirtual
flush(void)elm::xom::Serializer
getColumnNumber(void)elm::xom::Serializerprotected
getEncoding(void) const elm::xom::Serializer
getIndent(void) const elm::xom::Serializer
getLineSeparator(void) const elm::xom::Serializer
getMaxLength(void) const elm::xom::Serializer
getPreserveBaseURI(void) const elm::xom::Serializer
getUnicodeNormalizationFormC() const elm::xom::Serializer
Serializer(io::OutStream &out_stream)elm::xom::Serializer
Serializer(io::OutStream &out, string encoding)elm::xom::Serializer
setIndent(int indent)elm::xom::Serializer
setLineSeparator(string line_separator)elm::xom::Serializer
setMaxLength(int max_length)elm::xom::Serializer
setOutputStream(io::OutStream &out)elm::xom::Serializer
setPreserveBaseURI(bool preserve)elm::xom::Serializer
setUnicodeNormalizationFormC(bool normalize)elm::xom::Serializer
write(Document *doc)elm::xom::Serializervirtual
write(Attribute *attribute)elm::xom::Serializerprotectedvirtual
write(Comment *comment)elm::xom::Serializerprotectedvirtual
write(DocType *doctype)elm::xom::Serializerprotectedvirtual
write(Element *element)elm::xom::Serializerprotectedvirtual
write(ProcessingInstruction *instruction)elm::xom::Serializerprotectedvirtual
write(Text *text)elm::xom::Serializerprotectedvirtual
writeAttributes(Element *element)elm::xom::Serializerprotectedvirtual
writeAttributeValue(String value)elm::xom::Serializerprotectedvirtual
writeChild(Node *node)elm::xom::Serializerprotectedvirtual
writeEmptyElementTag(Element *element)elm::xom::Serializerprotectedvirtual
writeEndTag(Element *element)elm::xom::Serializerprotectedvirtual
writeEscaped(String text)elm::xom::Serializerprotectedvirtual
writeNamespaceDeclaration(const string &prefix, const string &uri)elm::xom::Serializerprotectedvirtual
writeNamespaceDeclarations(Element *element)elm::xom::Serializerprotectedvirtual
writeRaw(String text, int length=-1)elm::xom::Serializerprotectedvirtual
writeStartTag(Element *element)elm::xom::Serializerprotectedvirtual
writeXMLDeclaration(void)elm::xom::Serializerprotectedvirtual