1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
\hypertarget{element_8py}{\section{odf/element.py File Reference}
\label{element_8py}\index{odf/element.\+py@{odf/element.\+py}}
}
\subsection*{Classes}
\begin{DoxyCompactItemize}
\item
class \hyperlink{classodf_1_1element_1_1IllegalChild}{odf.\+element.\+Illegal\+Child}
\begin{DoxyCompactList}\small\item\em Complains if you add an element to a parent where it is not allowed. \end{DoxyCompactList}\item
class \hyperlink{classodf_1_1element_1_1IllegalText}{odf.\+element.\+Illegal\+Text}
\begin{DoxyCompactList}\small\item\em Complains if you add text or cdata to an element where it is not allowed. \end{DoxyCompactList}\item
class \hyperlink{classodf_1_1element_1_1Node}{odf.\+element.\+Node}
\begin{DoxyCompactList}\small\item\em super class for more specific nodes \end{DoxyCompactList}\item
class \hyperlink{classodf_1_1element_1_1Childless}{odf.\+element.\+Childless}
\begin{DoxyCompactList}\small\item\em Mixin that makes childless-\/ness easy to implement and avoids the complexity of the \hyperlink{classodf_1_1element_1_1Node}{Node} methods that deal with children. \end{DoxyCompactList}\item
class \hyperlink{classodf_1_1element_1_1Text}{odf.\+element.\+Text}
\item
class \hyperlink{classodf_1_1element_1_1CDATASection}{odf.\+element.\+C\+D\+A\+T\+A\+Section}
\item
class \hyperlink{classodf_1_1element_1_1Element}{odf.\+element.\+Element}
\begin{DoxyCompactList}\small\item\em Creates a arbitrary element and is intended to be subclassed not used on its own. \end{DoxyCompactList}\end{DoxyCompactItemize}
\subsection*{Namespaces}
\begin{DoxyCompactItemize}
\item
\hyperlink{namespaceodf_1_1element}{odf.\+element}
\end{DoxyCompactItemize}
\subsection*{Variables}
\begin{DoxyCompactItemize}
\item
\hyperlink{namespaceodf_1_1element_a9474456bb442e238b32a7bdf6a22dcba}{odf.\+element.\+unicode} = str
\end{DoxyCompactItemize}
|