Uses of Class
xmlparser.xpath.Segment
| Package | Description |
|---|---|
| xmlparser.xpath |
-
Uses of Segment in xmlparser.xpath
Subclasses of Segment in xmlparser.xpath Modifier and Type Class Description classTextSegmentAdapted from xml-lif (https://github.com/liflab/xml-lif) by Sylvain HalléFields in xmlparser.xpath with type parameters of type Segment Modifier and Type Field Description java.util.List<Segment>XPathExpression. segmentsMethods in xmlparser.xpath that return Segment Modifier and Type Method Description static SegmentSegment. parseSegment(java.lang.String segment)Constructor parameters in xmlparser.xpath with type arguments of type Segment Constructor Description XPathExpression(java.util.List<Segment> segments)