com.simonstl.gorille
Class Xml11Rules

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

public class Xml11Rules
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
Xml11Rules()
           
 
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

Xml11Rules

public Xml11Rules()