| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| 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 | 
|---|
| Fields in javax.swing.text.html.parser with type parameters of type Entity | |
|---|---|
|  Hashtable<Object,Entity> | DTD.entityHash | 
| Methods in javax.swing.text.html.parser that return 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. | 
|  Entity | DTD.defineEntity(String name,
             int type,
             char[] data)Defines an entity. | 
|  Entity | DTD.getEntity(int ch)Gets a character entity. | 
|  Entity | DTD.getEntity(String name)Gets an entity by name. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.