Package | Description |
---|---|
org.apache.flex.compiler.asdoc |
This package contains interfaces related to ASDoc,
the documentation system for AS and MXML APIs.
|
org.apache.flex.compiler.internal.parsing.as | |
org.apache.flex.swc.io |
This package contains classes and interfaces for reading and writing SWC files.
|
Modifier and Type | Field and Description |
---|---|
static IPackageDITAParser |
IPackageDITAParser.NIL_PARSER
Nil implementation of
IPackageDITAParser . |
Modifier and Type | Method and Description |
---|---|
IPackageDITAParser |
IASDocDelegate.getPackageDitaParser()
Get's an implementation of
IPackageDITAParser that can be used by
the SWCReader to parse DITA information found in a SWC. |
Modifier and Type | Method and Description |
---|---|
IPackageDITAParser |
FlexJSASDocDelegate.getPackageDitaParser() |
IPackageDITAParser |
SimpleASDocDelegate.getPackageDitaParser() |
IPackageDITAParser |
NilASDocDelegate.getPackageDitaParser() |
Constructor and Description |
---|
SWCReader(File swcFile,
IPackageDITAParser packageDitaParser)
Create a SWCReader from a file object
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.