Operation |
Details |
public AuthorDecoder( String authors): |
Sequential Notes: | Constructor that starts the processing of a given author string. | |
public displayAuthors():void |
Sequential |
public getAuthorListList():List> |
Sequential |
public getBestAuthorList():List |
Sequential |
public getBestFormat():AuthorFormat |
Sequential |
public static main( String[] args):void |
Sequential |
public static parseAsNode( String authors):Node |
Sequential Notes: | Parses the given author string and returns the result as DOM node. The returned XML has the following structure: <authors> <author> <familyname>Buxtehude-Mölln</familyname> <givenname>Heribert</givenname> <prefix>von und zu</prefix> <title>König</title> </author> <author> <familyname>Müller</familyname> <givenname>Peter</givenname> </author> </authors> @return | |
public setAuthorListList( List> authorListList):void |
Sequential |
public setBestFormat( AuthorFormat bestFormat):void |
Sequential |