org.apache.xerces.impl.dtd.models
Class CMLeaf
java.lang.Object
|
+--org.apache.xerces.impl.dtd.models.CMNode
|
+--org.apache.xerces.impl.dtd.models.CMLeaf
- public class CMLeaf
- extends CMNode
Content model leaf node.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: CMLeaf.java,v 1.5 2005/03/08 05:40:15 mrglavas 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
isNullable
public boolean isNullable()
- Overrides:
isNullable
in class CMNode
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
calcFirstPos
protected void calcFirstPos(CMStateSet toSet)
- Overrides:
calcFirstPos
in class CMNode
calcLastPos
protected void calcLastPos(CMStateSet toSet)
- Overrides:
calcLastPos
in class CMNode
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.