|
|||||||||
| Home >> All >> gnu >> javax >> swing >> text >> html >> parser >> [ models overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
gnu.javax.swing.text.html.parser.models
Class PCDATAonly_model

java.lang.Objectgnu.javax.swing.text.html.parser.models.node
gnu.javax.swing.text.html.parser.models.PCDATAonly_model
- All Implemented Interfaces:
- java.io.Serializable
- public class PCDATAonly_model
- extends node
- implements java.io.Serializable
- extends node
The model, allowing only PCDATA in it (like for element OPTION).
| Field Summary | |
private static long |
serialVersionUID
|
| Fields inherited from class gnu.javax.swing.text.html.parser.models.node |
_closed, binary, previous, token, unary, visits |
| Constructor Summary | |
PCDATAonly_model()
|
|
| Method Summary | |
java.lang.Object |
show(java.lang.Object x)
Check if the provided token can match this node. |
| Methods inherited from class gnu.javax.swing.text.html.parser.models.node |
close, closePrevious, compare, findFreeNode, isClosed, matches, mustClose, performMatch, reset, silenceAllowed, toString, valid, validPreliminary |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
| Constructor Detail |
PCDATAonly_model
public PCDATAonly_model()
| Method Detail |
show
public java.lang.Object show(java.lang.Object x)
- Description copied from class:
node - Check if the provided token can match this node.
In the case of match, the node state changes, moving
current position after the matched token. However if this method
returns a suggested new token to insert before the provided one,
the state of the list does not change.
|
|||||||||
| Home >> All >> gnu >> javax >> swing >> text >> html >> parser >> [ models overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC