Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.javax.swing.text.html.parser.models
Class PCDATAonly_model  view PCDATAonly_model download PCDATAonly_model.java

java.lang.Object
  extended bygnu.javax.swing.text.html.parser.models.node
      extended bygnu.javax.swing.text.html.parser.models.PCDATAonly_model
All Implemented Interfaces:
java.io.Serializable

public class PCDATAonly_model
extends node
implements java.io.Serializable

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.

Overrides:
show in class node