Class TextSegment

java.lang.Object
xmlparser.xpath.Segment
xmlparser.xpath.TextSegment

public class TextSegment
extends Segment
Adapted from xml-lif (https://github.com/liflab/xml-lif) by Sylvain Hallé
  • Field Summary

    Fields inherited from class xmlparser.xpath.Segment

    elementName, predicates
  • Constructor Summary

    Constructors 
    Constructor Description
    TextSegment()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class xmlparser.xpath.Segment

    parseSegment

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object