|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
org::w3c::dom::DOMWriterFormat Class Reference#include <DOMWriter.h>
Inheritance diagram for org::w3c::dom::DOMWriterFormat:
List of all members.
Detailed Description
defines a format for writing a dom
Constructor & Destructor Documentation
org::w3c::dom::DOMWriterFormat::DOMWriterFormat |
( |
int |
fflags = DWFFDefaultXmlFlags, |
|
|
IN(acdk::lang::RString) |
encoding = utf-8 |
|
) |
|
|
Member Function Documentation
RString org::w3c::dom::DOMWriterFormat::_escapeAttrValue |
( |
IN(RString) |
value |
) |
|
|
RDOMWriterFormat org::w3c::dom::DOMWriterFormat::createCompact |
( |
|
) |
[inline, static] |
|
RDOMWriterFormat org::w3c::dom::DOMWriterFormat::createPretty |
( |
|
) |
[inline, static] |
|
bool org::w3c::dom::DOMWriterFormat::getExpandEmptyElements |
( |
|
) |
[inline] |
|
RString org::w3c::dom::DOMWriterFormat::getIndent |
( |
|
) |
[inline] |
|
RString org::w3c::dom::DOMWriterFormat::getLineSeperator |
( |
|
) |
[inline] |
|
int org::w3c::dom::DOMWriterFormat::getMaxUnescapedCharacter |
( |
|
) |
|
|
bool org::w3c::dom::DOMWriterFormat::getNewLineAfterDecl |
( |
|
) |
[inline] |
|
bool org::w3c::dom::DOMWriterFormat::getNewLines |
( |
|
) |
[inline] |
|
bool org::w3c::dom::DOMWriterFormat::getPadText |
( |
|
) |
[inline] |
|
bool org::w3c::dom::DOMWriterFormat::getSuppressEncodingDecl |
( |
|
) |
[inline] |
|
bool org::w3c::dom::DOMWriterFormat::getSuppressXmlDecl |
( |
|
) |
[inline] |
|
bool org::w3c::dom::DOMWriterFormat::getTrimText |
( |
|
) |
[inline] |
|
void org::w3c::dom::DOMWriterFormat::setExpandEmptyElements |
( |
bool |
flag |
) |
[inline] |
|
void org::w3c::dom::DOMWriterFormat::setIndent |
( |
IN(RString) |
s |
) |
[inline] |
|
void org::w3c::dom::DOMWriterFormat::setNewLines |
( |
bool |
flag |
) |
[inline] |
|
void org::w3c::dom::DOMWriterFormat::setPadText |
( |
bool |
flag |
) |
[inline] |
|
void org::w3c::dom::DOMWriterFormat::setSuppressEncodingDecl |
( |
bool |
flag |
) |
[inline] |
|
void org::w3c::dom::DOMWriterFormat::setSuppressXmlDecl |
( |
bool |
flag |
) |
[inline] |
|
void org::w3c::dom::DOMWriterFormat::setTrimText |
( |
bool |
flag |
) |
[inline] |
|
Member Data Documentation
|
combination of DOMWriterFormatFlags
|
|
|