Class JDFAssemblySection

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

public class JDFAssemblySection extends JDFAutoAssemblySection
See Also:
  • Constructor Details

    • JDFAssemblySection

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

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

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

    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFAutoAssemblySection
      Returns:
      the elementinfo
    • toString

      public String toString()
      toString
      Overrides:
      toString in class KElement
      Returns:
      String
      See Also:
    • 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 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