public interface XmlIndexer
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getType()
Returns the QName for the XML element type handled by this indexer
|
void |
index(Resource resource,
javax.xml.stream.XMLStreamReader reader,
IntrospectionContext context)
Performs the index operation
|
javax.xml.namespace.QName getType()
void index(Resource resource, javax.xml.stream.XMLStreamReader reader, IntrospectionContext context) throws org.fabric3.api.host.Fabric3Exception
resource - the resource being indexedreader - the reader positioned on the document elementcontext - the context to which validation errors and warnings are reportedorg.fabric3.api.host.Fabric3Exception - if an error occurs during indexing