All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----hplb.xml.Tokenizer
public static final String BOOLATTR
protected Hashtable noCaseElms
public boolean rcgnzWS
public boolean rcgnzEntities
public boolean rcgnzCDATA
public boolean rcgnzComments
public boolean atomize
public final EntityManager entMngr
protected int state
protected int _line
protected int _column
public int line
public int column
protected int qchar
public Tokenizer()
public void setEntityHandler(EntityHandler handler)
public void setDocumentHandler(DocumentHandler handler)
public void setErrorHandler(ErrorHandler handler)
public void parse(String publicID, String sysID) throws Exception
public void parse(InputStream in) throws Exception
protected void pos()
public void ignoreCase(String elementName)
public void rcgnzWS(boolean b)
protected void toStart()
public void tokenize() throws Exception
public final int read() throws IOException
public final int read_ex() throws IOException, EmptyInputStream
protected final void gotAttr(boolean isBoolean) throws Exception
protected void gotTag(boolean isEmpty) throws Exception
public final void keysToLowerCase(SAXAttributeMap attrs)
protected void gotPCDATA(boolean toomuch) throws Exception
protected void gotComment() throws IOException, EmptyInputStream
protected void parsePI() throws Exception
protected void parseCDATA() throws Exception
public boolean isWS(int c)
public static final boolean isCtlOrTspecial(int c)
protected final void warning(String s) throws Exception
protected final void fatal(String s) throws Exception
All Packages Class Hierarchy This Package Previous Next Index