Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS

Class com.ibm.xml.parser.XMLCharGen

java.lang.Object
    |
    +----com.ibm.xml.parser.XMLCharGen

public class XMLCharGen
extends java.lang.Object
Version:
Revision: 47 1.5 src/com/ibm/xml/parser/XMLCharGen.java, xml4jsrc, xml4j-jtcsv, xml4j_1_0_4

Constructor Summary
 XMLCharGen()
 
 

Method Summary
static boolean  isChar(int ch)
 
static boolean  isCombiningChar(int ch)
 
static boolean  isDigit(int ch)
 
static boolean  isExtender(int ch)
 
static boolean  isIgnorable(int ch)
 
static boolean  isLetter(int ch)
 
static boolean  isNameChar(int ch)
 
static boolean  isSpace(int ch)
 
static void  main(java.lang.String[] argv)
 
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLCharGen

public XMLCharGen()
Method Detail

isChar

public static boolean isChar(int ch)

isSpace

public static boolean isSpace(int ch)

isDigit

public static boolean isDigit(int ch)

isLetter

public static boolean isLetter(int ch)

isCombiningChar

public static boolean isCombiningChar(int ch)

isIgnorable

public static boolean isIgnorable(int ch)

isExtender

public static boolean isExtender(int ch)

isNameChar

public static boolean isNameChar(int ch)

main

public static void main(java.lang.String[] argv)

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS