C# Класс Franken_.PageXml

Class for handling page xml file specific behavior.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateImageExtractorCommandLine ( string inputImagePath, string xmlInputPath, string outputFolderPath ) : string

Creates the commandline parameter string for the image extractor.

GetGlyphs ( ) : List

Parses all glyphs from the page xml file.

PageXml ( string xmlFile ) : System

Creates a new page xml file object for the specified page xml file in xmlFile

Приватные методы

Метод Описание
GetNamespace ( string path ) : string

Returns the URI of the xmlns Namespace from the xml file in path

Описание методов

CreateImageExtractorCommandLine() публичный абстрактный Метод

Creates the commandline parameter string for the image extractor.
public abstract CreateImageExtractorCommandLine ( string inputImagePath, string xmlInputPath, string outputFolderPath ) : string
inputImagePath string The path to the image which is described by the page xml file specified in
xmlInputPath string The page xml files, which describes the image specified in
outputFolderPath string The folder which should contain the glyph images
Результат string

GetGlyphs() публичный Метод

Parses all glyphs from the page xml file.
public GetGlyphs ( ) : List
Результат List

PageXml() публичный Метод

Creates a new page xml file object for the specified page xml file in xmlFile
public PageXml ( string xmlFile ) : System
xmlFile string the location of the page xml file
Результат System