/[cashew-s-editor]/cashews/src/nongnu/cashews/language/process/Performance.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/language/process/Performance.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by gnu_andrew, Fri May 6 10:26:51 2005 UTC revision 1.4 by gnu_andrew, Sat May 7 21:22:54 2005 UTC
# Line 26  import java.net.URISyntaxException; Line 26  import java.net.URISyntaxException;
26  import java.util.ArrayList;  import java.util.ArrayList;
27  import java.util.List;  import java.util.List;
28    
29  import nongnu.cashews.xml.CustomXmlizable;  import javax.xml.namespace.QName;
30    
31    import nongnu.cashews.xml.Xmlizable;
32    
33  /**  /**
34   * Represents an <em>instance</em> of an <strong>atomic</strong> or   * Represents an <em>instance</em> of an <strong>atomic</strong> or
# Line 42  import nongnu.cashews.xml.CustomXmlizabl Line 44  import nongnu.cashews.xml.CustomXmlizabl
44   * @see ValueCollector   * @see ValueCollector
45   */   */
46  public class Performance  public class Performance
47    implements MultiPerformElement, CustomXmlizable    implements MultiPerformElement, Xmlizable
48  {  {
49    
50    /**    /**
# Line 229  public class Performance Line 231  public class Performance
231    }    }
232    
233    /**    /**
234     * Returns "perform" as the element name.     * Returns "perform" as the element name for XML serialization.
235     *     *
236     * @return <code>perform</code>     * @return <code>perform</code>
237     */     */
# Line 238  public class Performance Line 240  public class Performance
240      return "perform";      return "perform";
241    }    }
242    
243      /**
244       * Returns null as this class needs no further namespace declarations.
245       *
246       * @return <code>null</code>.
247       */
248      public QName[] getDeclaredNamespaces()
249      {
250        return null;
251      }
252    
253  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26