Class XMLAttributeDecl


  • public class XMLAttributeDecl
    extends java.lang.Object

    INTERNAL:

    Usage of this class is not supported. It may be altered or removed at any time.
    Version:
    $Id: XMLAttributeDecl.java 446755 2006-09-15 21:56:27Z mrglavas $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()
      clear
      void setValues​(org.apache.xerces.xni.QName name, XMLSimpleType simpleType, boolean optional)
      setValues
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

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

        public boolean optional
        optional
    • Constructor Detail

      • XMLAttributeDecl

        public XMLAttributeDecl()
    • Method Detail

      • setValues

        public void setValues​(org.apache.xerces.xni.QName name,
                              XMLSimpleType simpleType,
                              boolean optional)
        setValues
        Parameters:
        name -
        simpleType -
        optional -
      • clear

        public void clear()
        clear