|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jdom.input.SAXBuilder | +--org.jdom.contrib.input.LineNumberSAXBuilder
This builder works in parallell with LineNumberElement
to 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.
Constructor Summary | |
LineNumberSAXBuilder()
|
Method Summary | |
protected org.jdom.input.SAXHandler |
createContentHandler()
|
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,
getIgnoringElementContentWhitespace,
getReuseParser,
getValidation,
getXMLFilter,
setDTDHandler,
setEntityResolver,
setErrorHandler,
setExpandEntities,
setFactory,
setFeature,
setIgnoringElementContentWhitespace,
setProperty,
setReuseParser,
setValidation,
setXMLFilter |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public LineNumberSAXBuilder()
Method Detail |
protected org.jdom.input.SAXHandler createContentHandler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |