Class JDFAutoDeviceList

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFDeviceList

    public abstract class JDFAutoDeviceList
    extends JDFElement
    class JDFAutoDeviceList : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoDeviceList

        protected JDFAutoDeviceList​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                    java.lang.String qualifiedName)
        Constructor for JDFAutoDeviceList
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoDeviceList

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

        protected JDFAutoDeviceList​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                    java.lang.String myNamespaceURI,
                                    java.lang.String qualifiedName,
                                    java.lang.String myLocalName)
        Constructor for JDFAutoDeviceList
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • getCreateDeviceInfo

        public JDFDeviceInfo getCreateDeviceInfo​(int iSkip)
        (26) getCreateDeviceInfo
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDeviceInfo the element
      • getDeviceInfo

        public JDFDeviceInfo getDeviceInfo​(int iSkip)
        (27) const get element DeviceInfo
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDeviceInfo the element default is getDeviceInfo(0)
      • getAllDeviceInfo

        public java.util.Collection<JDFDeviceInfo> getAllDeviceInfo()
        Get all DeviceInfo from the current element
        Returns:
        Collection, null if none are available
      • appendDeviceInfo

        public JDFDeviceInfo appendDeviceInfo()
        (30) append element DeviceInfo
        Returns:
        JDFDeviceInfo the element