const XalanDOMChar * getText() const
virtual bool isWhitespace() const
Tell if the element will generate text which is XML whitespace.
bool isPreserveSpace() const
Determine if whitespace should be preserved within the element.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
virtual ~ElemTextLiteral()
XalanDOMString::size_type getLength() const
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
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.