Class TextInfo

  • All Implemented Interfaces:
    java.io.Serializable, NodeInfo

    public class TextInfo
    extends java.lang.Object
    Represents a text.
    Since:
    3.0.0
    Author:
    tomyeh
    See Also:
    Serialized Form
    • Constructor Detail

      • TextInfo

        public TextInfo​(java.lang.String text)
        Constructor
        Since:
        6.0.0
      • TextInfo

        public TextInfo​(NodeInfo parent,
                        java.lang.String text)
      • TextInfo

        public TextInfo​(EvaluatorRef evalr,
                        java.lang.String text)
        ZK-5695: Mainly used in NativeInfo.addPrologChild() when escaping special characters inside a script tag is required, ensuring a new TextInfo instance preserving evaluator context.
        Since:
        10.2.0