Package nz.govt.natlib.fx

Examples of nz.govt.natlib.fx.XMLParserListener


   * Construct a listener.
   * @param dtd The name of the DTD for the DOCTYPE.
   */
  public StringBufferXMLParserListener(String dtd) {
    bos = new ByteArrayOutputStream(2048);
    delegate = new XMLParserListener(bos);
  }
View Full Code Here

TOP

Related Classes of nz.govt.natlib.fx.XMLParserListener

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.