Package com.itextpdf.xmp.impl

Examples of com.itextpdf.xmp.impl.XMPSchemaRegistryImpl


     * Resets the schema registry to its original state (creates a new one).
     * Be careful this might break all existing XMPMeta-objects and should be used
     * only for testing purpurses.
     */
    public static void reset() {
        schema = new XMPSchemaRegistryImpl();
    }
View Full Code Here

TOP

Related Classes of com.itextpdf.xmp.impl.XMPSchemaRegistryImpl

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.