ORG.oclc.openurl.descriptors
Class ByReferenceMetadata

java.lang.Object
  |
  +--ORG.oclc.openurl.descriptors.Descriptor
        |
        +--ORG.oclc.openurl.descriptors.ByValueMetadata
              |
              +--ORG.oclc.openurl.descriptors.ByReferenceMetadata

public class ByReferenceMetadata
extends ByValueMetadata

Author:
Jeffrey A. Young TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ByReferenceMetadata(java.lang.String key, AbstractDataType dataType, java.lang.String ref)
           
 
Methods inherited from class ORG.oclc.openurl.descriptors.ByValueMetadata
getMetadataFormat, toHybridOpenURL, toXml
 
Methods inherited from class ORG.oclc.openurl.descriptors.Descriptor
getDataType, getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByReferenceMetadata

public ByReferenceMetadata(java.lang.String key,
                           AbstractDataType dataType,
                           java.lang.String ref)
                    throws java.lang.SecurityException,
                           java.lang.IllegalArgumentException,
                           org.xml.sax.SAXException,
                           java.io.IOException,
                           javax.xml.parsers.ParserConfigurationException,
                           java.lang.ClassNotFoundException,
                           java.lang.NoSuchMethodException,
                           OpenURLException,
                           java.lang.InstantiationException,
                           java.lang.IllegalAccessException,
                           java.lang.reflect.InvocationTargetException,
                           javax.xml.transform.TransformerException
Parameters:
dataType -
Throws:
java.lang.SecurityException
java.lang.IllegalArgumentException
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
OpenURLException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
javax.xml.transform.TransformerException