home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _F7C190F488C342A5BF4B1116713DBB89 < prev    next >
Encoding:
Text File  |  2003-01-17  |  613 b   |  25 lines

  1. /**
  2.  * Document.java
  3.  *
  4.  * This file was generated by XMLSPY 5 Enterprise Edition.
  5.  *
  6.  * YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
  7.  * OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
  8.  *
  9.  * Refer to the XMLSPY Documentation for further details.
  10.  * http://www.altova.com/xmlspy
  11.  */
  12.  
  13.  
  14. package [=$JavaPackageName];
  15.  
  16. public class [=$module]Doc extends com.altova.xml.Document {
  17.     public void declareNamespaces(com.altova.xml.Node node) {
  18. [foreach $namespace in $namespaces
  19.     if $namespace.URI <> ""
  20. ]        declareNamespace(node, "[=$namespace.Prefix]", "[=$namespace.URI]");
  21. [    endif
  22. next
  23. ]    }
  24. }
  25.