aicas logoJamaica 6.4 release 1

Uses of Class
javax.swing.text.html.parser.Entity

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.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.