Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.hexidec.ekit.component.parser.Entity

Uses of Entity in com.hexidec.ekit.component.parser
 

Methods in com.hexidec.ekit.component.parser that return Entity
 Entity DTD.getEntity(java.lang.String name)
          Gets an entity by name.
 Entity DTD.getEntity(int ch)
          Gets a character entity.
 Entity DTD.defineEntity(java.lang.String name, int type, char[] data)
          Defines an entity.
 Entity DTD.defEntity(java.lang.String name, int type, int ch)
          Creates and returns a character Entity.
protected  Entity DTD.defEntity(java.lang.String name, int type, java.lang.String str)
          Creates and returns an Entity.