HTML to MAML Converter
SandcastleBuilder.Utils Namespace |
This namespace contains classes from the Sandcastle Help File Builder utilities library used in the HTML to MAML converter.
Classes
Class | Description | |
---|---|---|
FilePath |
This class is used to represent a file path. Support is included for treating the path as fixed or
relative and for expanding environment variables in the path name.
|
|
FolderPath |
This class is used to represent a folder path. Support is included for
treating the path as fixed or relative and for expanding environment
variables in the path name.
|
|
MSHelpAttr |
This represents an HTML Help 2.x attribute that can be added to the
XML data island in each help topic generated by BuildAssembler.
|
|
MSHelpAttrCollection |
This collection class is used to hold the help attribute items for a
project.
|
|
MSHelpKeyword |
This represents an HTML Help 2.x index keyword that can be added to the
XML data island in each help topic generated by BuildAssembler.
|
|
MSHelpKeywordCollection |
This collection class is used to hold the help index keyword items for
a project.
|
Interfaces
Interface | Description | |
---|---|---|
IBasePathProvider |
This interface defines the properties used to obtain a base path for
a FilePath object.
|