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

Uses in package javax.swing.text.html.parser

Constructors with parameter type javax.swing.text.html.parser.ContentModel

ContentModel.ContentModel(int a_type, Object a_content, ContentModel a_next)
Create a content model, involving binary expression of the given type.
ContentModel.ContentModel(int a_type, ContentModel a_content)
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
DTD.defContentModel(int type, Object content, ContentModel next)
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
DTD.defContentModel(int type, Object content, ContentModel next)
Creates a new content model.
ContentModel
Get the content model, defining elements, entities and DTD text that may/may not occur inside this element.