Java Globus API: Class Mdsml2DsmlConverter

org.globus.mdsml
Class Mdsml2DsmlConverter

java.lang.Object
  |
  +--org.globus.mdsml.ConverterFromMdsml
        |
        +--org.globus.mdsml.Mdsml2DsmlConverter

public class Mdsml2DsmlConverter
extends ConverterFromMdsml

This class converts an MDSML document to a DSML document.

Author:
Peter Lane
See Also:
ConverterFromMdsml

Fields inherited from class org.globus.mdsml.ConverterFromMdsml
flagDescText
 
Constructor Summary
Mdsml2DsmlConverter(java.lang.String mdsmlString)
           
 
Method Summary
protected  java.lang.String documentFooter()
          Get the DSML document footer
protected  java.lang.String documentHeader()
          Get the DSML document header
protected  java.lang.String objectclassString()
          Constructs the converted objectclass body from the objectclass data pointed to by the given DOM element
 
Methods inherited from class org.globus.mdsml.ConverterFromMdsml
entryString, ERROR, getAllObjectclassAttributes, getConvertedString, getEntryAttributeName, getEntryAttributeValue, getEntryAttrributes, getEntryDN, getEntryObjectclassNames, getObjectclassAttributeDescription, getObjectclassAttributeName, getObjectclassAttributeOccurrence, getObjectclassAttributeOID, getObjectclassAttributes, getObjectclassAttributeType, getObjectclassDescription, getObjectclassName, getObjectclassOID, getObjectclassSuperior, getObjectclassType, getOIDDatabase, getOutputFileName, getSeperator, isObjectclassAttributeRequired, isUsingNamespaces, nodeTypeToString, printChildren, setOIDDatabase, setOutputFileName, setSeperator, setUsingNamespaces, WARNING
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mdsml2DsmlConverter

public Mdsml2DsmlConverter(java.lang.String mdsmlString)
Method Detail

objectclassString

protected java.lang.String objectclassString()
Description copied from class: ConverterFromMdsml
Constructs the converted objectclass body from the objectclass data pointed to by the given DOM element
Overrides:
objectclassString in class ConverterFromMdsml
Following copied from class: org.globus.mdsml.ConverterFromMdsml
Parameters:
objectclassNode - the root-level node of a objectclasses DOM sub-tree
Returns:
the converted objectclass body

documentHeader

protected java.lang.String documentHeader()
Get the DSML document header
Overrides:
documentHeader in class ConverterFromMdsml
Following copied from class: org.globus.mdsml.ConverterFromMdsml
Returns:
the constructed document header

documentFooter

protected java.lang.String documentFooter()
Get the DSML document footer
Overrides:
documentFooter in class ConverterFromMdsml
Following copied from class: org.globus.mdsml.ConverterFromMdsml
Returns:
the constructed document footer