예제 #1
0
        public override void setUp()
        {
            // TODO Auto-generated method stub
            base.setUp();

            jdfDoc  = new JDFDoc(ElementName.JDF);
            jdfRoot = (JDFNode)jdfDoc.getRoot();
            jdfRoot.setJobID("jobID");

            myAuditPool = jdfRoot.getCreateAuditPool();
        }
예제 #2
0
 ///
 ///	 <summary> * Append all children of p for which no identical child exists
 ///	 *  </summary>
 ///	 * <param name="p"> the Child to add to the element </param>
 ///
 public virtual void appendUnique(JDFAuditPool p)
 {
     appendUniqueGeneric(p);
 }