Frames | No Frames |
Methods with parameter type javax.swing.text.html.parser.ContentModel | |
ContentModel | Creates a new content model.
|
Element | gnuDTD.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 | gnuDTD.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 | gnuDTD.defElement(String name, int type, boolean headless, boolean tailless, ContentModel content, Collection<E> exclusions, Collection<E> inclusions, AttributeList attributes) Defines a new element and adds it to the element table.
|
Methods with return type javax.swing.text.html.parser.ContentModel | |
ContentModel | Creates a model for <DL> tag:
DT+ | DL+ .
|
ContentModel | Create the model HEAD, BODY
|
ContentModel | This model is used for UL, OL, MENU and DIR.
|
ContentModel | Create the model
( CAPTION ? |
ContentModel | Creates a new content model.
|
ContentModel | Crate a content model, consisting of the single
element, specified by name.
|
Methods with parameter type javax.swing.text.html.parser.ContentModel | |
int | Measure length of the linked list of the content models.
|
node | Transform into internal representation without usind dtd.
|
node | Transform into internal representation.
|
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.
|