Class LineNumberSAXBuilder
- java.lang.Object
-
- org.jdom.input.SAXBuilder
-
- com.vividsolutions.jtstest.util.io.LineNumberSAXBuilder
-
public class LineNumberSAXBuilder extends org.jdom.input.SAXBuilderThis builder works in parallell withLineNumberElementto provide each element with information on its beginning and ending line number in the corresponding source. This only works for SAX parsers that supply that information, and since this is optional, there are no guarantees.Note that this builder always creates its own for each build, thereby cancelling any previous call to setFactory.
All elements created are instances of
LineNumberElement. No other construct currently receive line number information.- Author:
- Per Norrman
-
-
Constructor Summary
Constructors Constructor Description LineNumberSAXBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jdom.input.SAXHandlercreateContentHandler()-
Methods inherited from class org.jdom.input.SAXBuilder
build, build, build, build, build, build, build, build, configureContentHandler, configureParser, createParser, getDriverClass, getDTDHandler, getEntityResolver, getErrorHandler, getExpandEntities, getFactory, getIgnoringBoundaryWhitespace, getIgnoringElementContentWhitespace, getReuseParser, getValidation, getXMLFilter, setDTDHandler, setEntityResolver, setErrorHandler, setExpandEntities, setFactory, setFastReconfigure, setFeature, setIgnoringBoundaryWhitespace, setIgnoringElementContentWhitespace, setProperty, setReuseParser, setValidation, setXMLFilter
-
-