SMILA (incubation) API documentation

org.eclipse.smila.utils.xml.stax
Interface XmlSnippetHandler

All Known Implementing Classes:
SimpleTagExtractor

public interface XmlSnippetHandler

Interface that is registered with a XmlSnippetSplitter to handle XML snippets.


Method Summary
 void handleSnippet(byte[] snippet)
           
 

Method Detail

handleSnippet

void handleSnippet(byte[] snippet)
Parameters:
snippet - a byte[] containing the the xml snippet

SMILA (incubation) API documentation