Package cx.fbn.nevernote.xml

Examples of cx.fbn.nevernote.xml.XMLCleanup.validate()


    // remove any things we added in NixNote that do not match
    // the ENML schema
    XMLCleanup v = new XMLCleanup();
    v.setValue(newContent);
    logger.log(logger.HIGH, "Beginning ENML Cleanup");
    v.validate();
    logger.log(logger.HIGH, "Cleanup complete.");
   
 
     
    // Final pass through the data.  In this one we
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.