net.sf.vcard4j.compiler
Class StructuredTypeCompiler

java.lang.Object
  extended bynet.sf.vcard4j.compiler.GenericTypeCompiler
      extended bynet.sf.vcard4j.compiler.StructuredTypeCompiler
All Implemented Interfaces:
TypeCompiler

public class StructuredTypeCompiler
extends GenericTypeCompiler


Field Summary
 
Fields inherited from class net.sf.vcard4j.compiler.GenericTypeCompiler
packageName, separator, sourcePath
 
Constructor Summary
StructuredTypeCompiler()
           
 
Method Summary
 void print(org.w3c.dom.Element type, java.io.PrintWriter out)
           
 
Methods inherited from class net.sf.vcard4j.compiler.GenericTypeCompiler
compile, compile, compile, compile, main, printParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructuredTypeCompiler

public StructuredTypeCompiler()
Method Detail

print

public void print(org.w3c.dom.Element type,
                  java.io.PrintWriter out)
Specified by:
print in interface TypeCompiler
Overrides:
print in class GenericTypeCompiler