Class JDFColorantAlias

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

      • JDFColorantAlias

        public JDFColorantAlias​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                java.lang.String qualifiedName)
                         throws org.w3c.dom.DOMException
        Constructor for JDFColorantAlias
        Parameters:
        myOwnerDocument -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFColorantAlias

        public JDFColorantAlias​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                java.lang.String myNamespaceURI,
                                java.lang.String qualifiedName)
                         throws org.w3c.dom.DOMException
        Constructor for JDFColorantAlias
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFColorantAlias

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

      • toString

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

        public void appendSeparation​(java.lang.String sep)
        append a separationspec with a given name to this
        Parameters:
        sep - the separation name
      • getSeparation

        public java.lang.String getSeparation​(int iSkip)
        Get the n'th separation name in the SeparationSpec elements
        Parameters:
        iSkip - the index of the SeparationSpec
        Returns:
        separation names, null if iSkip > nSeparations
      • getSeparations

        public VString getSeparations()
        Get a list of all separation names in the SeparationSpec elements
        Returns:
        the vector of separation names
      • removeSeparation

        public int removeSeparation​(java.lang.String sep)
        remove a separationspec with a given name from this
        Parameters:
        sep - the separation name
        Returns:
        int the index of the removed separation; -1 if none found
      • setSeparations

        public void setSeparations​(VString vSeps)
        set all separation names in the SeparationSpec elements, remove any prior elements
        Parameters:
        vSeps - the vector of separation names to set