Uses of Class
uxparser.XText

Uses of XText in uxparser
 

Methods in uxparser that return XText
 XText XText.copy()
          Make a new cloned copy of this XText instance.
 XText XText.copy()
          Make a new cloned copy of this XText instance.
 XText XElem.text()
          If the first content child is a XText instance, then return it.
 XText XParser.text()
          If the current type is TEXT return the XText instance used to store the character data.
 XText XParser.text()
          If the current type is TEXT return the XText instance used to store the character data.
 XText XElem.text()
          If the first content child is a XText instance, then return it.
 XText XElem.text(int index)
          Get the XContent at the specified index cast to a XText.
 XText XElem.text(int index)
          Get the XContent at the specified index cast to a XText.