Examples of XMLReaderSAX2Factory


Examples of org.jdom2.input.sax.XMLReaderSAX2Factory

   * @deprecated use {@link SAXBuilder#SAXBuilder(XMLReaderJDOMFactory)} with
   *        {@link XMLReaderSAX2Factory#XMLReaderSAX2Factory(boolean, String)}
   */
  @Deprecated
  public SAXBuilder(final String saxDriverClass, final boolean validate) {
    this(new XMLReaderSAX2Factory(validate, saxDriverClass), null, null);
  }
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.