Package org.fcrepo.common.xml.namespace

Examples of org.fcrepo.common.xml.namespace.XMLNamespace


    /**
     * Constructs the instance.
     */
    private FedoraRELSInt1_0Format() {
        super("info:fedora/fedora-system:FedoraRELSInt-1.0",
              new XMLNamespace("http://www.w3.org/1999/02/22-rdf-syntax-ns#",
                               "rdf"),
              "http://www.fedora.info/definitions/1/0/rels-int.xsd");
    }
View Full Code Here


    /**
     * Constructs the instance.
     */
    private FedoraRELSExt1_0Format() {
        super("info:fedora/fedora-system:FedoraRELSExt-1.0",
              new XMLNamespace("http://www.w3.org/1999/02/22-rdf-syntax-ns#",
                               "rdf"),
              "http://www.fedora.info/definitions/1/0/rels-ext.xsd");
    }
View Full Code Here

TOP

Related Classes of org.fcrepo.common.xml.namespace.XMLNamespace

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.