All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hplb.xml.util.TokTest

java.lang.Object
   |
   +----hplb.xml.util.TokTest

public class TokTest
extends Object
implements DocumentHandler
Test of Tokenizer. Usage: TokTest [-w] < html-file

Author:
Anders Kristensen

Constructor Index

 o TokTest()

Method Index

 o args(String[], Tokenizer)
Process options in 'args' vector and apply to the supplied Tokenizer.
 o characters(char[], int, int)
 o compact(char[])
 o compact(String)
 o doctype(String, String, String)
 o endDocument()
 o endElement(String)
 o ignorable(char[], int, int)
 o main(String[])
 o processingInstruction(String, String)
 o startDocument()
 o startElement(String, AttributeMap)

Constructors

 o TokTest
 public TokTest()

Methods

 o startDocument
 public void startDocument()
 o endDocument
 public void endDocument()
 o doctype
 public void doctype(String name,
                     String publicID,
                     String systemID)
 o startElement
 public void startElement(String name,
                          AttributeMap attributes)
 o endElement
 public void endElement(String name)
 o characters
 public void characters(char ch[],
                        int start,
                        int length)
 o ignorable
 public void ignorable(char ch[],
                       int start,
                       int length)
 o processingInstruction
 public void processingInstruction(String name,
                                   String remainder)
 o compact
 public String compact(char buf[])
 o compact
 public String compact(String s)
 o args
 public static void args(String args[],
                         Tokenizer tok)
Process options in 'args' vector and apply to the supplied Tokenizer.

 o main
 public static void main(String args[]) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index