public interface IPackageDITAParser
SWCReader
to parse DITA files containing ASDoc
information in SWCs.Modifier and Type | Field and Description |
---|---|
static IPackageDITAParser |
NIL_PARSER
Nil implementation of
IPackageDITAParser . |
Modifier and Type | Method and Description |
---|---|
IDITAList |
parse(String swcFilePath,
InputStream stream)
Parses DITA information from the specified
InputStream . |
static final IPackageDITAParser NIL_PARSER
IPackageDITAParser
.IDITAList parse(String swcFilePath, InputStream stream)
InputStream
.swcFilePath
- The name of the SWC file that contains the DITA information to parse.stream
- The InputStream
that reads the DITA information.IDITAList
or null.Copyright © 2016 The Apache Software Foundation. All rights reserved.