- addFilter
Add a filter to the list of filters to be applied to the raw input
- close
Close any resources held by this Source. This only works if the underlying
Source is one that is rec
- isLineNumbering
Get whether line numbers are to be maintained in the constructed document
- isPleaseCloseAfterUse
Determine whether or not the user of this Source is encouraged to close it as
soon as reading is fin
- makeAugmentedSource
Create an AugmentedSource that wraps a given Source object. If this is already
an AugmentedSource, t
- setStripSpace
Set the space-stripping action to be applied to the source document
- <init>
Create an AugmentedSource that wraps a given Source object (which must not
itself be an AugmentedSou
- getContainedSource
Get the Source object wrapped by this AugmentedSource
- getDTDValidation
Get whether or not DTD validation of this source is required
- getFilters
Get the list of filters to be applied to the input. Returns null if there are no
filters.
- getSchemaValidation
Get whether or not schema validation of this source is required
- getStripSpace
Get the space-stripping action to be applied to the source document