|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.text.html.parser.ContentModel
Untamed:
Field Summary | |
Object |
content
Enabled: The content. |
ContentModel |
next
Enabled: The next content model (in a ',', '|' or '&' expression). |
int |
type
Enabled: Type. |
private boolean[] |
val
|
private boolean[] |
valSet
|
Constructor Summary | |
ContentModel()
Enabled: |
|
ContentModel(Element content)
Enabled: Create a content model for an element. |
|
ContentModel(int type,
ContentModel content)
Enabled: Create a content model of a particular type. |
|
ContentModel(int type,
Object content,
ContentModel next)
Enabled: Create a content model of a particular type. |
Method Summary | |
boolean |
empty()
Enabled: Return true if the content model could match an empty input stream. |
Element |
first()
Enabled: Return the element that must be next. |
boolean |
first(Object token)
Enabled: Return true if the token could potentially be the first token in the input stream. |
void |
getElements(Vector elemVec)
Enabled: Update elemVec with the list of elements that are part of the this contentModel. |
String |
toString()
Suppressed: Convert to a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int type
public Object content
public ContentModel next
private boolean[] valSet
private boolean[] val
Constructor Detail |
public ContentModel()
public ContentModel(Element content)
public ContentModel(int type, ContentModel content)
public ContentModel(int type, Object content, ContentModel next)
Method Detail |
public boolean empty()
public void getElements(Vector elemVec)
public boolean first(Object token)
public Element first()
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |