Package com.adobe.epubcheck.xml

Examples of com.adobe.epubcheck.xml.XMLValidator$ExtendedSaxonSchemaReaderFactory


 
  @Override
  protected void initValidators()
  {
    opfValidators.clear();
    opfValidators.add(new XMLValidator("schema/30/package-30.rnc"));
    opfValidators.add(new XMLValidator("schema/30/package-30.sch"));
    opfValidators.add(new XMLValidator("schema/30/collection-do-30.sch"));
    opfValidators.add(new XMLValidator("schema/30/collection-manifest-30.sch"));
    if (opfData != null && opfData.getTypes().contains(OPFData.DC_TYPE_EDUPUB))
    {
      opfValidators.add(new XMLValidator("schema/30/edupub/edu-opf.sch"));
    }
  }
View Full Code Here

TOP

Related Classes of com.adobe.epubcheck.xml.XMLValidator$ExtendedSaxonSchemaReaderFactory

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.