home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / parser.jar / com / sun / xml / tree / NamespaceScoped.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-02-23  |  317 b   |  12 lines

  1. package com.sun.xml.tree;
  2.  
  3. public interface NamespaceScoped extends NodeEx {
  4.    String getLocalName();
  5.  
  6.    String getNamespace();
  7.  
  8.    String getPrefix();
  9.  
  10.    void setPrefix(String var1);
  11. }
  12.