public class

CMLeaf

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

Class Overview

Content model leaf node.@xerces.internal

Summary

Public Constructors
CMLeaf(QName element, int position)
Constructs a content model leaf.
CMLeaf(QName element)
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 CMLeaf (QName element, int position)

Constructs a content model leaf.

public CMLeaf (QName element)

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)