KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > xmlmodel > AttributeNodeClass


1 package xmlmodel;
2
3 public interface AttributeNodeClass extends javax.jmi.reflect.RefClass {
4     public AttributeNode createAttributeNode();
5     public AttributeNode createAttributeNode(java.lang.String JavaDoc name, java.lang.String JavaDoc value);
6 }
7
Popular Tags