| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Entity | |
| javax.swing.text.html.parser | Provides the default HTML parser, along with support classes. | 
| Uses of Entity in javax.swing.text.html.parser | 
| Methods in javax.swing.text.html.parser that return Entity | |
 Entity | 
DTD.getEntity(String name)
Gets an entity by name.  | 
 Entity | 
DTD.getEntity(int ch)
Gets a character entity.  | 
 Entity | 
DTD.defineEntity(String name,
             int type,
             char[] data)
Defines an entity.  | 
 Entity | 
DTD.defEntity(String name,
          int type,
          int ch)
Creates and returns a character Entity. | 
protected  Entity | 
DTD.defEntity(String name,
          int type,
          String str)
Creates and returns an Entity. | 
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.