org.apache.xerces.impl.validation.models
Class CMLeaf

java.lang.Object
  |
  +--org.apache.xerces.impl.validation.models.CMNode
        |
        +--org.apache.xerces.impl.validation.models.CMLeaf

public class CMLeaf
extends CMNode

Content model leaf node.

Version:
$Id: CMLeaf.java,v 1.2 2001/08/23 00:35:30 lehors Exp $

Constructor Summary
CMLeaf(org.apache.xerces.xni.QName element)
          Constructs a content model leaf.
CMLeaf(org.apache.xerces.xni.QName element, int position)
          Constructs a content model leaf.
 
Method Summary
protected  void calcFirstPos(org.apache.xerces.impl.validation.models.CMStateSet toSet)
           
protected  void calcLastPos(org.apache.xerces.impl.validation.models.CMStateSet toSet)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMLeaf

public CMLeaf(org.apache.xerces.xni.QName element,
              int position)
Constructs a content model leaf.

CMLeaf

public CMLeaf(org.apache.xerces.xni.QName element)
Constructs a content model leaf.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

calcFirstPos

protected void calcFirstPos(org.apache.xerces.impl.validation.models.CMStateSet toSet)
Overrides:
calcFirstPos in class CMNode

calcLastPos

protected void calcLastPos(org.apache.xerces.impl.validation.models.CMStateSet toSet)
Overrides:
calcLastPos in class CMNode


Copyright © 1999-2001 Apache XML Project. All Rights Reserved.