public class

XSCMLeaf

extends CMNode
java.lang.Object
   ↳ org.apache.xerces.impl.dtd.models.CMNode
     ↳ org.apache.xerces.impl.xs.models.XSCMLeaf

Class Overview

Content model leaf node.

Summary

Public Constructors
XSCMLeaf(int type, Object leaf, int id, int position)
Constructs a content model leaf.
Public Methods
boolean isNullable()
String toString()
Protected Methods
void calcFirstPos(CMStateSet toSet)
void calcLastPos(CMStateSet toSet)
[Expand]
Inherited Methods
From class org.apache.xerces.impl.dtd.models.CMNode
From class java.lang.Object

Public Constructors

public XSCMLeaf (int type, Object leaf, int id, int position)

Constructs a content model leaf.

Public Methods

public boolean isNullable ()

public String toString ()

Protected Methods

protected void calcFirstPos (CMStateSet toSet)

protected void calcLastPos (CMStateSet toSet)