Class XMLElementDecl

java.lang.Object
org.apache.xerces.impl.dtd.XMLElementDecl

public class XMLElementDecl extends Object

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Id: XMLElementDecl.java 699892 2008-09-28 21:08:27Z mrglavas $
  • Field Details

    • TYPE_ANY

      public static final short TYPE_ANY
      TYPE_ANY
      See Also:
    • TYPE_EMPTY

      public static final short TYPE_EMPTY
      TYPE_EMPTY
      See Also:
    • TYPE_MIXED

      public static final short TYPE_MIXED
      TYPE_MIXED
      See Also:
    • TYPE_CHILDREN

      public static final short TYPE_CHILDREN
      TYPE_CHILDREN
      See Also:
    • TYPE_SIMPLE

      public static final short TYPE_SIMPLE
      TYPE_SIMPLE
      See Also:
    • name

      public final org.apache.xerces.xni.QName name
      name
    • scope

      public int scope
      scope
    • type

      public short type
      type
    • contentModelValidator

      public ContentModelValidator contentModelValidator
      contentModelValidator
    • simpleType

      public final XMLSimpleType simpleType
      simpleType
  • Constructor Details

    • XMLElementDecl

      public XMLElementDecl()
  • Method Details

    • setValues

      public void setValues(org.apache.xerces.xni.QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)
      setValues
      Parameters:
      name -
      scope -
      type -
      contentModelValidator -
      simpleType -
    • clear

      public void clear()
      clear