|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLPreProcessor
Interface that defines a mechanism for hooking a pre-processor into the XMLProperties object.
The processor can manipulate the stream before it is parsed by the XMLProperties object. This can be useful to process substitution variables in XML configuration documents.
Method Summary | |
---|---|
java.io.InputStream |
process(java.io.InputStream is)
Perform required processing on the given InputStream and return an IntputStream suitable for parsing by an XMLProperties instance. |
Method Detail |
---|
java.io.InputStream process(java.io.InputStream is) throws ConfException
is
- InputStream containing the data to process.
ConfException
- if the stream cannot be processed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |