/ styx_dom.hh / Objects / StyxDomNode / Private Methods / Description

Private Methods



writeNamespace

void			writeNamespace(FILE* file);
Function used by writeDOM() to write this node on a stream.

Parameters
file Stream to write the namespace.


writeAttr

void			writeAttr(FILE* file);
Function used by writeDom() to write this node on a stream.

Parameters
file Stream to write the attributes.