org.media.hyperpad
Class HyperParseDelegator

java.lang.Object
  |
  +--javax.swing.text.html.HTMLEditorKit.Parser
        |
        +--org.media.hyperpad.HyperParseDelegator
All Implemented Interfaces:
Serializable

public class HyperParseDelegator
extends HTMLEditorKit.Parser
implements Serializable

Class needed by HyperPad for syntax highlighting.

Version:
$Revision: 1.2 $ $Date: 2001/06/04 12:16:07 $
Author:
Borsos Szabolcs
See Also:
String, Serialized Form

Constructor Summary
HyperParseDelegator()
           
 
Method Summary
protected static DTD createDTD(DTD dtd, String name)
           
 void parse(Reader r, HTMLEditorKit.ParserCallback cb, boolean ignoreCharSet)
           
protected static void setDefaultDTD()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperParseDelegator

public HyperParseDelegator()
Method Detail

setDefaultDTD

protected static void setDefaultDTD()

createDTD

protected static DTD createDTD(DTD dtd,
                               String name)

parse

public void parse(Reader r,
                  HTMLEditorKit.ParserCallback cb,
                  boolean ignoreCharSet)
           throws IOException
Overrides:
parse in class HTMLEditorKit.Parser


"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."