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 572057 2007-09-02 18:03:20Z mrglavas $
  • Constructor Details

    • 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.
  • Method Details