Examples of ByValueMetadataXmlImpl


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
Copyright © 2018 www.massapi.com. 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.