org.media.hyperpad
Class HyperHTMLParser

java.lang.Object
  |
  +--javax.swing.text.html.parser.Parser
        |
        +--javax.swing.text.html.parser.DocumentParser
              |
              +--org.media.hyperpad.HyperHTMLParser
All Implemented Interfaces:
DTDConstants

public class HyperHTMLParser
extends DocumentParser

Class needed by HyperPad for syntax highlighting.

Version:
$Revision: 1.1 $ $Date: 2002/09/13 18:51:36 $
Author:
Borsos Szabolcs
See Also:
String

Field Summary
 
Fields inherited from class javax.swing.text.html.parser.Parser
dtd, strict
 
Fields inherited from interface javax.swing.text.html.parser.DTDConstants
ANY, CDATA, CONREF, CURRENT, DEFAULT, EMPTY, ENDTAG, ENTITIES, ENTITY, FIXED, GENERAL, ID, IDREF, IDREFS, IMPLIED, MD, MODEL, MS, NAME, NAMES, NMTOKEN, NMTOKENS, NOTATION, NUMBER, NUMBERS, NUTOKEN, NUTOKENS, PARAMETER, PI, PUBLIC, RCDATA, REQUIRED, SDATA, STARTTAG, SYSTEM
 
Constructor Summary
HyperHTMLParser(DTD dtd)
           
 
Method Summary
protected  void handleText(char[] text)
           
 
Methods inherited from class javax.swing.text.html.parser.DocumentParser
handleComment, handleEmptyTag, handleEndTag, handleError, handleStartTag, parse
 
Methods inherited from class javax.swing.text.html.parser.Parser
endTag, error, error, error, error, flushAttributes, getAttributes, getCurrentLine, getCurrentPos, handleEOFInComment, handleTitle, makeTag, makeTag, markFirstTime, parse, parseDTDMarkup, parseMarkupDeclarations, startTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperHTMLParser

public HyperHTMLParser(DTD dtd)
Method Detail

handleText

protected void handleText(char[] text)
Overrides:
handleText in class DocumentParser


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."