| GNU Classpath (0.95) | |
| Frames | No Frames | 
Constructors with parameter type javax.swing.text.html.parser.ContentModel | |
 Create a content model, involving binary expression of the given type.
  | |
 Create a content model, involving expression of the given type.
  | |
Fields of type javax.swing.text.html.parser.ContentModel | |
| ContentModel |  The content model, defining elements, entities and DTD text
 that may/may not occur inside this element.
  | 
| ContentModel |  The next content model model ( = pointer to the next element of
 the linked list) for the binary expression (',','&' or '|').   | 
Methods with parameter type javax.swing.text.html.parser.ContentModel | |
| ContentModel |  Creates a new content model.
  | 
| Element | DTD.defElement(String name, int type, boolean headless, boolean tailless, ContentModel content, String[] exclusions, String[] inclusions, AttributeList attributes)  Defines a new element and adds it to the element table.
  | 
| Element | DTD.defineElement(String name, int type, boolean headless, boolean tailless, ContentModel content, BitSet exclusions, BitSet inclusions, AttributeList attributes)  Defines the element and adds it to the element table.   | 
Methods with return type javax.swing.text.html.parser.ContentModel | |
| ContentModel |  Creates a new content model.
  | 
| ContentModel |  Get the content model, defining elements, entities and DTD text
 that may/may not occur inside this element.
  | 
| GNU Classpath (0.95) |