com.simonstl.gorille
Class Xml10Rules

java.lang.Object
  |
  +--com.simonstl.gorille.CharRules
        |
        +--com.simonstl.gorille.Xml10Rules

public class Xml10Rules
extends CharRules

Generated code created by the com.simonstl.gorille.CharRulesGen class.


Field Summary
protected  CharRanges ranges
           
 
Fields inherited from class com.simonstl.gorille.CharRules
addlNameChar, baseChar, chars, combiningChar, digit, extender, ideographic, namespaceAware, nameStartChar, pubidChar, space
 
Constructor Summary
Xml10Rules()
           
 
Methods inherited from class com.simonstl.gorille.CharRules
getNamespaceAware, isAddlNameChar, isBaseChar, isChar, isChars, isChars, isCombiningChar, isDigit, isExtender, isIdeographic, isLetter, isName, isNameChar, isNames, isNameStartChar, isNMTOKEN, isNMTOKENS, isPubid, isPubidChar, isQName, isSpace, print, setAddlNameChar, setBaseChar, setChar, setCombiningChar, setDigit, setExtender, setIdeographic, setNamespaceAware, setNameStartChar, setPubidChar, setSpace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ranges

protected CharRanges ranges
Constructor Detail

Xml10Rules

public Xml10Rules()