Class JDFProductionIntent

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFProductionIntent extends JDFAutoProductionIntent
See Also:
  • Constructor Details

    • JDFProductionIntent

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

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

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

    • getUnknownElements

      public VString getUnknownElements(boolean bIgnorePrivate, int nMax)
      unknown elements
      Overrides:
      getUnknownElements in class JDFElement
      Parameters:
      nMax - maximum number of elements to return
      bIgnorePrivate - true, to ignore the private elements
      Returns:
    • isDigital

      public boolean isDigital()
      returns true if this is a digital print process
      Returns:
    • toString

      public String toString()
      Description copied from class: KElement
      this to string, used for debug purpose mostly
      Overrides:
      toString in class KElement
      Returns:
      string representativ of this
      See Also: