Class JDFAutoIconList

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFIconList

public abstract class JDFAutoIconList extends JDFElement
class JDFAutoIconList : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoIconList

      protected JDFAutoIconList(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoIconList
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoIconList

      protected JDFAutoIconList(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      Constructor for JDFAutoIconList
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFAutoIconList

      protected JDFAutoIconList(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoIconList
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • getIcon

      public JDFIcon getIcon()
      (24) const get element Icon
      Returns:
      JDFIcon the element
    • getCreateIcon

      public JDFIcon getCreateIcon()
      (25) getCreateIcon
      Returns:
      JDFIcon the element
    • getCreateIcon

      public JDFIcon getCreateIcon(int iSkip)
      (26) getCreateIcon
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFIcon the element
    • getIcon

      public JDFIcon getIcon(int iSkip)
      (27) const get element Icon
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFIcon the element default is getIcon(0)
    • getAllIcon

      public Collection<JDFIcon> getAllIcon()
      Get all Icon from the current element
      Returns:
      Collection, null if none are available
    • appendIcon

      public JDFIcon appendIcon()
      (30) append element Icon
      Returns:
      JDFIcon the element