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