Class JDFAssembly

  • 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 JDFAssembly
    extends JDFAutoAssembly
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAssembly

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

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

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

      • toString

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

        public VString getAssemblyAttributes​(java.lang.String attName)
        get a list of all attributes
        Parameters:
        attName - the attribute to collect
        Returns:
        the unified vector of attribute values, null if none found
      • 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