org.apache.cxf.staxutils
Interface StaxValidationManager
public interface StaxValidationManager
This interface defines a bus service for Stax validation.
Initially, this is purely with Woodstox4 and msv.
|
Method Summary |
void |
setupValidation(javax.xml.stream.XMLStreamReader reader,
org.apache.ws.commons.schema.XmlSchemaCollection schemas)
Install the schemas onto the reader for validation. |
setupValidation
void setupValidation(javax.xml.stream.XMLStreamReader reader,
org.apache.ws.commons.schema.XmlSchemaCollection schemas)
throws javax.xml.stream.XMLStreamException
- Install the schemas onto the reader for validation.
- Parameters:
reader - schemas -
- Throws:
javax.xml.stream.XMLStreamException
Apache CXF