Class TextNode

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      TextNode(AnyNode parent, XdmNode node)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.xmlcalabash.parsers.xpl.elements.AnyNode

        getBaseUri, getChildren, getNode, getParent, getUseWhen, setUseWhen, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextNode

        TextNode(AnyNode parent, XdmNode node)
    • Method Detail