ElemTextLiteral(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, XalanFileLoc lineNumber, XalanFileLoc columnNumber, const XalanDOMChar *ch, XalanDOMString::size_type start, XalanDOMString::size_type length, bool fPreserveSpace, bool fDisableOutputEscaping)
Construct an object corresponding to literal text element.
virtual ~ElemTextLiteral()
const XalanDOMChar * getText() const
XalanDOMString::size_type getLength() const
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
bool isPreserveSpace() const
Determine if whitespace should be preserved within the element.
virtual bool isWhitespace() const
Tell if the element will generate text which is XML whitespace.