org.jbind.xml.schema.element
Class Parent

java.lang.Object
  extended byorg.jbind.xml.schema.element.Parent
All Implemented Interfaces:
IParent
Direct Known Subclasses:
Element, SchemaDocument

public class Parent
extends java.lang.Object
implements IParent


Constructor Summary
Parent()
           
 
Method Summary
 void addChild(INode aChild)
           
 boolean hasChildren()
           
 java.util.ListIterator iterChildren()
           
 java.util.Iterator iterXmlNodes()
           
protected  void visitChildren(IAppInfoVisitor aVisitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parent

public Parent()
Method Detail

addChild

public void addChild(INode aChild)
Specified by:
addChild in interface IParent

iterChildren

public java.util.ListIterator iterChildren()
Specified by:
iterChildren in interface IParent

hasChildren

public boolean hasChildren()
Specified by:
hasChildren in interface IParent

iterXmlNodes

public java.util.Iterator iterXmlNodes()

visitChildren

protected void visitChildren(IAppInfoVisitor aVisitor)