Class Segment

java.lang.Object
xmlparser.xpath.Segment
Direct Known Subclasses:
TextSegment

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

    Fields 
    Modifier and Type Field Description
    java.lang.String elementName  
    java.util.List<Predicate> predicates  
  • Constructor Summary

    Constructors 
    Constructor Description
    Segment()  
    Segment​(java.lang.String elementName, java.util.List<Predicate> predicates)  
  • Method Summary

    Modifier and Type Method Description
    static Segment parseSegment​(java.lang.String segment)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait