Operation |
Details |
public static createDocument():Document |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | Creates new org.w3c.dom.Document @return org.w3c.dom.Document | |
public static createDocumentBuilder():DocumentBuilder |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | Builds new DocumentBuilder @return DocumentBuilder | |
public static getExplainDocument():Document |
Sequential Tags: | throws=CitationStyleManagerException
| |
private static getFilteredNodes( NodeFilter nodeFilter, Document doc):NodeIterator |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | Returns <code>org.w3c.dom.traversal.NodeIterator</code> for org.w3c.dom.Document traversing | |
public static getListOfStyles():String |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | Returns list of Citation Styles | |
public static getMimeType( String csName, String outFormat):String |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | Returns the mime-type for output format of the citation style @return mime-type, or <code>null</code>, if no <code>mime-type</code> has been found | |
public static getOutputFormatList( String csName):List |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | Returns the list of the output formats (first element of the array) and mime-types (second element) for the citation style <code>csName</code>. @return list of the output formats | |
public static getOutputFormats( String csName):String |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | Returns the list of the output formats for the citation style <code>csName</code> @return list of the output formats | |
public static isCitationStyle( String csName):boolean |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | Checks whether the csName is in the list of Citation Styles | |
public static output( Document doc, String xmlFileName):void |
Sequential Tags: | throws=CitationStyleManagerException,IOException
| Notes: | Writes org.w3c.dom.Document to XML file | |
public static output( Document doc):OutputStream |
Sequential Notes: | Writes org.w3c.dom.Document to OutputStream | |
public static output( Document doc, OutputStream os):void |
Sequential Notes: | Writes org.w3c.dom.Document to OutputStream | |
public static outputBase( Document doc, StreamResult streamResult):void |
Sequential Notes: | Base procedure for xml serialization | |
public static outputString( Document doc):String |
Sequential Notes: | Writes org.w3c.dom.Document to String | |
public static parseDocumentForTraversing( InputSource is):Document |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | Creates new org.w3c.dom.Document with Traversing possibility @return org.w3c.dom.Document | |
public validateCitationStyleXML( String xmlDocumentUrl):void |
Sequential Tags: | throws=CitationStyleManagerException,IOException
| Notes: | Validation of CitationStyle XML against 1) XML schema 2) Schematron schema | |
public validateDataSourceXML( String xmlDocumentUrl):void |
Sequential Tags: | throws=CitationStyleManagerException,IOException
| Notes: | Validation of DataSource XML against the XML schema | |
public validateSchema( String schemaUrl, String xmlDocumentUrl):void |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | XML Schema validation (JAVAX) | |