public interface PartialPathStart extends ElementFilterStart<PartialPath>
Provides the start of a PartialPath. Essentially, the PartialPathStart defines which HTML element should be matched when the HtmlParser is run. When the parser processes an input HTML, it will run all filtering rules applied over the elements whose tag names match with the one provided by the ElementFilterStart.match(String) method. Values from a matched element are extracted using the rules defined by a ContentReader
FieldPath,
PartialPath,
ElementFiltermatch, match, match, matchCurrent, matchFirst, matchLast, selectCopyright © 2018 uniVocity Software Pty Ltd. All rights reserved.