Operation |
Details |
public containsFormat( Format[] formatArray, Format format):boolean |
Sequential Notes: | Checks if a array contains a specific format object. @return true if the array contains the format object, else false | |
public createFormatsXml( Format[] formats):String |
Sequential Notes: | Creates a format xml out of a format array. @return xml as String | |
public formatVectorToFormatArray( Vector formatsV):Format |
Sequential Notes: | Converts a Aormat Vector into a Format Array. @return Format[] | |
public getRidOfDuplicatesInVector( Vector dirtyVector):Vector |
Sequential Notes: | Eliminates duplicates in a Vector. @return Vector with unique entries | |
public isFormatEqual( Format src1, Format src2):boolean |
Sequential Notes: | Checks if two Format Objects are equal. @return true if equal, else false | |
public mergeFormats( Vector allFormatsV):Format |
Sequential Notes: | Merges a Vector of Format[] into Format[]. @return Format[] | |
public normalizeMimeType( String mimetype):String |
Sequential Notes: | Normalizes a given mimetype @return | |
public static queryCone( String model, String query):Node |
Sequential Notes: | Queries CoNE service and returns the result as DOM node. The returned XML has the following structure: <cone> <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> @param authors @return | |
public simpleLiteralTostring( SimpleLiteral sl):String |
Sequential Notes: | Converts a simpleLiteral Objects into a String Object. @return String | |