Package org.apache.camel.util.xml
-
Interface Summary Interface Description XmlLineNumberParser.XmlTextTransformer Allows to plugin a custom text transformer in the parser, that can transform all the text content -
Class Summary Class Description BytesSource A helper class which provides a JAXPSourcefrom a byte[] which can be read as many times as required.SourceCache StreamCacheimplementation forStringSourcesStreamSourceCache AStreamCacheforStreamSourcesStreamSourceConverter A set ofConvertermethods for wrapping stream-based messages in aStreamCacheimplementation to ensure message re-readability (eg multicasting, retrying)StringSource A helper class which provides a JAXPSourcefrom a String which can be read as many times as required.XmlLineNumberParser An XML parser that uses SAX to include line and column number for each XML element in the parsed Document.