org.apache.xerces.impl.dtd.models
Class CMUniOp

java.lang.Object
  extended by org.apache.xerces.impl.dtd.models.CMNode
      extended by org.apache.xerces.impl.dtd.models.CMUniOp

public class CMUniOp
extends CMNode

Content model Uni-Op node.

Version:
$Id: CMUniOp.java 572057 2007-09-02 18:03:20Z mrglavas $

Constructor Summary
CMUniOp(int type, CMNode childNode)
           
 
Method Summary
 boolean isNullable()
           
 
Methods inherited from class org.apache.xerces.impl.dtd.models.CMNode
firstPos, isCompactedForUPA, lastPos, setIsCompactUPAModel, setMaxStates, type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMUniOp

public CMUniOp(int type,
               CMNode childNode)
Method Detail

isNullable

public boolean isNullable()
Specified by:
isNullable in class CMNode