org.apache.xerces.impl.xs.models
Class XSCMUniOp

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

public class XSCMUniOp
extends CMNode

Content model Uni-Op node.

Version:
$Id: XSCMUniOp.java 476309 2006-11-17 20:49:31Z mrglavas $
Author:
Neil Graham, IBM

Constructor Summary
XSCMUniOp(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

XSCMUniOp

public XSCMUniOp(int type,
                 CMNode childNode)
Method Detail

isNullable

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