C# Class Franken_.PageXmlFactory

Factory for creating the correct page xml file object based on the URI of the default xml namespace xmlns.
Datei anzeigen Open project: Early-Modern-OCR/FrankenPlus Class Usage Examples

Public Methods

Method Description
GetPageXml ( string path ) : PageXml

Returns a page xml object for the page xml in path

Method Details

GetPageXml() public static method

Returns a page xml object for the page xml in path
public static GetPageXml ( string path ) : PageXml
path string Path to the page xml file.
return PageXml