Class JDFAutoDeviceNSpace

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
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoDeviceNSpace
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFDeviceNSpace

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

    • JDFAutoDeviceNSpace

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

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

      public void setN(int value)
      (36) set attribute N
      Parameters:
      value - the value to set the attribute to
    • getN

      public int getN()
      (15) get int attribute N
      Returns:
      int the value of the attribute
    • setName

      public void setName(String value)
      (36) set attribute Name
      Parameters:
      value - the value to set the attribute to
    • getName

      public String getName()
      (23) get String attribute Name
      Returns:
      the value of the attribute
    • getSeparationSpec

      public JDFSeparationSpec getSeparationSpec()
      (24) const get element SeparationSpec
      Returns:
      JDFSeparationSpec the element
    • getCreateSeparationSpec

      public JDFSeparationSpec getCreateSeparationSpec()
      (25) getCreateSeparationSpec
      Returns:
      JDFSeparationSpec the element
    • getCreateSeparationSpec

      public JDFSeparationSpec getCreateSeparationSpec(int iSkip)
      (26) getCreateSeparationSpec
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFSeparationSpec the element
    • getSeparationSpec

      public JDFSeparationSpec getSeparationSpec(int iSkip)
      (27) const get element SeparationSpec
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFSeparationSpec the element default is getSeparationSpec(0)
    • getAllSeparationSpec

      public Collection<JDFSeparationSpec> getAllSeparationSpec()
      Get all SeparationSpec from the current element
      Returns:
      Collection, null if none are available
    • appendSeparationSpec

      public JDFSeparationSpec appendSeparationSpec()
      (30) append element SeparationSpec
      Returns:
      JDFSeparationSpec the element