org.apache.xerces.impl.xs.models
Class XSCMLeaf
java.lang.Object
org.apache.xerces.impl.dtd.models.CMNode
org.apache.xerces.impl.xs.models.XSCMLeaf
- Direct Known Subclasses:
- XSCMRepeatingLeaf
public class XSCMLeaf
- extends CMNode
Content model leaf node.
- Version:
- $Id: XSCMLeaf.java 572112 2007-09-02 19:11:51Z mrglavas $
- Author:
- Neil Graham, IBM
Constructor Summary |
XSCMLeaf(int type,
java.lang.Object leaf,
int id,
int position)
Constructs a content model leaf. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XSCMLeaf
public XSCMLeaf(int type,
java.lang.Object leaf,
int id,
int position)
- Constructs a content model leaf.
isNullable
public boolean isNullable()
- Specified by:
isNullable
in class CMNode
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object