XalanDOMString::size_type getLength() const
Definition: ElemTextLiteral.hpp:87
Definition: StylesheetExecutionContext.hpp:104
Definition: ElemTextLiteral.hpp:38
virtual bool isWhitespace() const
Tell if the element will generate text which is XML whitespace.
virtual ~ElemTextLiteral()
bool isPreserveSpace() const
Determine if whitespace should be preserved within the element.
Definition: ElemTextLiteral.hpp:75
const XalanDOMChar * getText() const
Definition: ElemTextLiteral.hpp:81
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
ElemTextLiteral(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, int lineNumber, int 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.
XalanDOMString::size_type length(const XalanDOMString &theString)
Get the length of a XalanDOMString.
Definition: DOMStringHelper.hpp:277
Definition: StylesheetConstructionContext.hpp:73