org.objectweb.fractal.adl.xml
Class XMLNode

java.lang.Object
  extended byorg.objectweb.fractal.adl.AbstractNode
      extended byorg.objectweb.fractal.adl.xml.XMLNode
All Implemented Interfaces:
Node

public abstract class XMLNode
extends AbstractNode

An AbstractNode with initialization methods for SAX parsers.


Constructor Summary
XMLNode(String type)
           
 
Method Summary
abstract  void xmlAddNode(String xmlName, XMLNode node)
           
abstract  void xmlSetAttributes(org.xml.sax.Attributes xmlAttrs)
           
 
Methods inherited from class org.objectweb.fractal.adl.AbstractNode
astGetDecoration, astGetDecorations, astGetSource, astGetType, astSetDecoration, astSetDecorations, astSetSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.fractal.adl.Node
astAddNode, astGetAttributes, astGetNodes, astGetNodeTypes, astNewInstance, astRemoveNode, astSetAttributes
 

Constructor Detail

XMLNode

public XMLNode(String type)
Method Detail

xmlSetAttributes

public abstract void xmlSetAttributes(org.xml.sax.Attributes xmlAttrs)

xmlAddNode

public abstract void xmlAddNode(String xmlName,
                                XMLNode node)