|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.utils.xml.stax.XmlSnippetSplitter
public class XmlSnippetSplitter
StAX based XML splitter, that parses a XML stream and splits it into multiple XML snippets described by begin and end tags.
| Constructor Summary | |
|---|---|
XmlSnippetSplitter(XmlSnippetHandler snippetHandlet,
MarkerTag begin,
MarkerTag end)
Conversion Constructor. |
|
| Method Summary | |
|---|---|
void |
read(java.io.InputStream inputStream)
Reads in the given InputStream and parses it for XML snippets describe by the begin and end marker tags. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlSnippetSplitter(XmlSnippetHandler snippetHandlet,
MarkerTag begin,
MarkerTag end)
snippetHandlet - the XmlSnippetHandler to handle splitted xml snippetsbegin - the MarkerTag that describes the begin of a snippetend - the MarkerTag that describes the end of a snippet| Method Detail |
|---|
public void read(java.io.InputStream inputStream)
throws javax.xml.stream.XMLStreamException
inputStream - the InputStream to read from
javax.xml.stream.XMLStreamException - the StAX Exception
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||