18 #if !defined(FORMATTERTOTEXT_HEADER_GUARD_1357924680)
19 #define FORMATTERTOTEXT_HEADER_GUARD_1357924680
67 bool normalizeLinefeed =
true,
68 bool handleIgnorableWhitespace =
true,
82 bool normalizeLinefeed =
true,
83 bool handleIgnorableWhitespace =
true,
88 MemoryManager& theManager,
91 bool normalizeLinefeed =
true,
92 bool handleIgnorableWhitespace =
true);
100 return m_encoding.getMemoryManager();
112 m_writer = theWriter;
129 m_encoding = theEncoding;
137 return m_maxCharacter;
143 m_maxCharacter = theMaxChar;
155 m_normalize = fNormalize;
161 return m_handleIgnorableWhitespace;
167 m_handleIgnorableWhitespace = fHandle;
173 setDocumentLocator(
const Locator*
const locator);
183 const XMLCh*
const name,
187 endElement(
const XMLCh*
const name);
191 const XMLCh*
const chars,
196 const XMLCh*
const chars,
200 entityReference(
const XMLCh*
const name);
204 const XMLCh*
const chars,
208 processingInstruction(
209 const XMLCh*
const target,
210 const XMLCh*
const data);
216 comment(
const XMLCh*
const data);
220 const XMLCh*
const ch,
237 update(
bool fNormalizationOnly);
242 XalanDOMChar m_maxCharacter;
250 bool m_handleIgnorableWhitespace;
252 const XalanDOMChar* m_newlineString;
263 #endif // FORMATTERTOTEXT_HEADER_GUARD_1357924680