Package org.oclc.oomRef.descriptors

Examples of org.oclc.oomRef.descriptors.ByValueMetadataXmlImpl


    /**
     * Creates a ByValueMetadataXml.
     */
    public ByValueMetadataXml byValueMetadataXmlFactory(URI val_fmt, Document xmlDoc) {
        return new ByValueMetadataXmlImpl(val_fmt, xmlDoc);
    }
View Full Code Here

TOP

Related Classes of org.oclc.oomRef.descriptors.ByValueMetadataXmlImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.