Class JDFColorSpaceConversionOp

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 JDFColorSpaceConversionOp extends JDFAutoColorSpaceConversionOp
See Also:
  • Constructor Details

    • JDFColorSpaceConversionOp

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

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

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

    • toString

      public String toString()
      toString
      Overrides:
      toString in class KElement
      Returns:
      String
      See Also:
    • getAbstractProfile

      public JDFFileSpec getAbstractProfile()
      Gets of 'this' an existing child FileSpec(AbstractProfile) element
      Returns:
      JDFFileSpec the matching AbstractProfile element
    • getCreateAbstractProfile

      public JDFFileSpec getCreateAbstractProfile()
      Gets of 'this' child FileSpec(AbstractProfile) element, optionally creates it, if it doesn't exist.
      Returns:
      JDFFileSpec the matching AbstractProfile element
    • appendAbstractProfile

      public JDFFileSpec appendAbstractProfile()
      Appends new FileSpec(AbstractProfile) element to the end of 'this'
      Returns:
      JDFFileSpec newly created child AbstractProfile element
    • getSourceProfile

      public JDFFileSpec getSourceProfile()
      Gets of 'this' an existing child FileSpec(SourceProfile) element
      Returns:
      JDFFileSpec the matching SourceProfile element
    • getCreateSourceProfile

      public JDFFileSpec getCreateSourceProfile()
      Gets of 'this' child FileSpec(SourceProfile) element, optionally creates it, if it doesn't exist.
      Returns:
      JDFFileSpec the matching SourceProfile element
    • appendSourceProfile

      public JDFFileSpec appendSourceProfile()
      Appends new FileSpec(SourceProfile) element to the end of 'this'
      Returns:
      JDFFileSpec newly created child SourceProfile element
    • addSourceObject

      public void addSourceObject(JDFAutoObjectResolution.EnumSourceObjects val)
      Parameters:
      val -