org.objectweb.fractal.adl.xml

Class XMLNode

Implemented Interfaces:
Node

public abstract class XMLNode
extends AbstractNode

An AbstractNode with initialization methods for SAX parsers.

Constructor Summary

XMLNode(String type)

Method Summary

void
xmlAddNode(String xmlName, XMLNode node)
void
xmlSetAttributes(Attributes xmlAttrs)

Methods inherited from class org.objectweb.fractal.adl.AbstractNode

astGetDecoration, astGetDecorations, astGetSource, astGetType, astSetDecoration, astSetDecorations, astSetSource

Constructor Details

XMLNode

public XMLNode(String type)

Method Details

xmlAddNode

public void xmlAddNode(String xmlName,
                       XMLNode node)


xmlSetAttributes

public void xmlSetAttributes(Attributes xmlAttrs)