Class JDFAssemblySection

  • 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

    public class JDFAssemblySection
    extends JDFAutoAssemblySection
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAssemblySection

        public JDFAssemblySection​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                  java.lang.String qualifiedName)
        Constructor for JDFAssemblySection
        Parameters:
        ownerDocument -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFAssemblySection

        public JDFAssemblySection​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                  java.lang.String myNamespaceURI,
                                  java.lang.String qualifiedName)
        Constructor for JDFAssemblySection
        Parameters:
        ownerDocument -
        namespaceURI -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFAssemblySection

        public JDFAssemblySection​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                  java.lang.String myNamespaceURI,
                                  java.lang.String qualifiedName,
                                  java.lang.String myLocalName)
        Constructor for JDFAssemblySection
        Parameters:
        ownerDocument -
        namespaceURI -
        qualifiedName -
        localName -
        Throws:
        org.w3c.dom.DOMException
    • Method Detail

      • toString

        public java.lang.String toString()
        toString
        Overrides:
        toString in class KElement
        Returns:
        String
        See Also:
        Object.toString()
      • getCreateAssemblySection

        public JDFAssemblySection getCreateAssemblySection​(int iSkip)
        (26) getCreateAssemblySection
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAssemblySection the element
      • getAssemblySection

        public JDFAssemblySection getAssemblySection​(int iSkip)
        (27) const get element AssemblySection
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAssemblySection the element default is getAssemblySection(0)
      • getAllAssemblySection

        public java.util.List<JDFAssemblySection> getAllAssemblySection()
        Get all AssemblySection from the current element
        Returns:
        Collection, null if none are available
      • appendAssemblySection

        public JDFAssemblySection appendAssemblySection()
        appends a new assemblysection to this
        Returns:
      • getAllAssemblyIDs

        public StringArray getAllAssemblyIDs()
        get a list of all attributes
        Parameters:
        attName - the attribute to collect
        Returns:
        the unified vector of attribute values, null if none found