Class JDFPreflightReport

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 JDFPreflightReport extends JDFAutoPreflightReport
See Also:
  • Constructor Details

    • JDFPreflightReport

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

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

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

    • toString

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

      public JDFPRItem setPR(JDFAction action, int pageSet, JDFAttributeMap prMap, VString groupBy)
    • addErrorCount

      public int addErrorCount(int i)
      increments the errorCount attribute by i
      Parameters:
      i - the amount to increment by
    • addWarningCount

      public int addWarningCount(int i)
      increments the WarningCount attribute by i
      Parameters:
      i - the amount to increment by
    • addOccurrences

      public void addOccurrences(int i, JDFAutoAction.EnumSeverity sev)
      recursive call that sets errorcount and warning count according to the value of severity
      Parameters:
      i - the number of occurrences to add
      sev - the severity of the occurrences
    • getCreatePRItem

      public JDFPRItem getCreatePRItem(JDFAction action, JDFAttributeMap groupMap)
      Parameters:
      action -
      groupMap -
      Returns:
    • init

      public boolean init()
      generic initialization routine - normally called automagically initializes required attributes to 0
      Overrides:
      init in class JDFAutoPreflightReport
      Returns:
      true if ok
      See Also: