com.jxml.quick.util.qjml2java
Class Child

java.lang.Object
  |
  +--com.jxml.quick.util.qjml2java.Child

public class Child
extends Object

This class represents either a link between an XML element and a child element, or a link between an XML element and an attribute. The child element or attribute is defined in eldef.


Field Summary
 String defaultValue
           
 Element eldef
           
 String fieldName
           
 boolean optional
           
 boolean property
           
 
Constructor Summary
Child()
           
 
Method Summary
 void init()
           
 void makeFields(ArrayList fields, boolean attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldName

public String fieldName

property

public boolean property

defaultValue

public String defaultValue

eldef

public Element eldef

optional

public boolean optional
Constructor Detail

Child

public Child()
Method Detail

init

public void init()

makeFields

public void makeFields(ArrayList fields,
                       boolean attributes)