public abstract class HeaderReader extends Object
| Modifier and Type | Field and Description |
|---|---|
protected WrappedReader |
reader |
| Constructor and Description |
|---|
HeaderReader(String root,
String ident,
InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
List<WrappedReader.ErrorInfo> |
getErrorList() |
protected abstract void |
process()
Process header data.
|
void |
read()
Read header values.
|
protected final WrappedReader reader
public HeaderReader(String root, String ident, InputStream is) throws XMLStreamException
XMLStreamExceptionprotected abstract void process()
throws XMLStreamException
XMLStreamExceptionpublic void read()
throws XMLStreamException
XMLStreamExceptionpublic List<WrappedReader.ErrorInfo> getErrorList()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.