public interface XmlProcessor
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getType()
Returns the QName for the type of XML contribution handled by this processor.
|
void |
processContent(Contribution contribution,
javax.xml.stream.XMLStreamReader reader,
IntrospectionContext context)
Processes the XML contribution.
|
javax.xml.namespace.QName getType()
void processContent(Contribution contribution, javax.xml.stream.XMLStreamReader reader, IntrospectionContext context) throws org.fabric3.api.host.Fabric3Exception
contribution - the contribution metadata to updatereader - the reader positioned at the first element of the documentcontext - the context to which validation errors and warnings are reportedorg.fabric3.api.host.Fabric3Exception - if an error occurs processing