public static class XDStreamParser.MultiLineDocumentParser
extends java.lang.Object
While XDStreamParser parses a single definition, this class is able to parse multiple, reporting errors or accepting constructs like taps against definitions that appear earlier in the document (without actually saving them in the main repository).
Constructor and Description |
---|
XDStreamParser.MultiLineDocumentParser(XDStreamParser delegate) |
Modifier and Type | Method and Description |
---|---|
DocumentParseResult |
parse(java.lang.String[] document) |
public XDStreamParser.MultiLineDocumentParser(XDStreamParser delegate)
public DocumentParseResult parse(java.lang.String[] document)