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.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Id: XSCMLeaf.java 572112 2007-09-02 19:11:51Z mrglavas $
Author:
Neil Graham, IBM
  • Constructor Details

    • XSCMLeaf

      public XSCMLeaf(int type, Object leaf, int id, int position)
      Constructs a content model leaf.
  • Method Details