KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > sf > saxon > style > DataElement


1 package net.sf.saxon.style;
2 import net.sf.saxon.tree.ElementWithAttributes;
3
4
5 /**
6 * This element represents a top-level element in a user-defined namespace,
7 * or a child/descendant of such an element. It serves no useful purpose.
8 */

9
10 public class DataElement extends ElementWithAttributes {
11
12
13 }
14
15 //
16
// The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License");
17
// you may not use this file except in compliance with the License. You may obtain a copy of the
18
// License at http://www.mozilla.org/MPL/
19
//
20
// Software distributed under the License is distributed on an "AS IS" basis,
21
// WITHOUT WARRANTY OF ANY KIND, either express or implied.
22
// See the License for the specific language governing rights and limitations under the License.
23
//
24
// The Original Code is: all this file.
25
//
26
// The Initial Developer of the Original Code is Michael H. Kay
27
//
28
// Portions created by (your name) are Copyright (C) (your legal entity). All Rights Reserved.
29
//
30
// Contributor(s):
31
// Portions marked "e.g." are from Edwin Glaser (edwin@pannenleiter.de)
32
//
33
Popular Tags