diff --git a/doc/reference.html b/doc/reference.html index 67f59ca..71d9e1e 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -29,8 +29,8 @@

Description

The XML node type.

Values

-

- +

NameDescription
+ @@ -109,7 +109,7 @@ mxmlAdd(

Arguments

NameDescription
MXML_CUSTOMCustom data
MXML_ELEMENTXML element with attributes
- + @@ -134,7 +134,7 @@ mxmlDelete(

Arguments

NameDescription
NameDescription
parentParent node
whereWhere to add, MXML_ADD_BEFORE or MXML_ADD_AFTER
- +
NameDescription
NameDescription
nodeNode to delete

@@ -157,7 +157,7 @@ mxmlElementGetAttr(

Arguments

- + @@ -184,7 +184,7 @@ mxmlElementSetAttr(

Arguments

NameDescription
NameDescription
nodeElement node
nameName of attribute
- + @@ -205,7 +205,7 @@ mxmlEntityAddCallback(

Arguments

NameDescription
NameDescription
nodeElement node
nameName of attribute
- +
NameDescription
NameDescription
(*cb)(const char *name)Callback function to add

@@ -226,7 +226,7 @@ mxmlEntityGetName(

Arguments

- +
NameDescription
NameDescription
valCharacter value

@@ -248,7 +248,7 @@ mxmlEntityGetValue(

Arguments

- +
NameDescription
NameDescription
nameEntity name

@@ -267,7 +267,7 @@ mxmlEntityRemoveCallback(

Arguments

- +
NameDescription
NameDescription
(*cb)(const char *name)Callback function to remove

@@ -300,7 +300,7 @@ mxmlFindElement(

Arguments

- + @@ -324,7 +324,7 @@ mxmlIndexDelete(

Arguments

NameDescription
NameDescription
nodeCurrent node
topTop node
- +
NameDescription
NameDescription
indIndex to delete

@@ -345,7 +345,7 @@ mxmlIndexEnum(

Arguments

- +
NameDescription
NameDescription
indIndex to enumerate

@@ -371,7 +371,7 @@ mxmlIndexFind(

Arguments

- + @@ -400,7 +400,7 @@ mxmlIndexNew(

Arguments

NameDescription
NameDescription
indIndex to search
elementElement name to find, if any
- + @@ -425,7 +425,7 @@ mxmlIndexReset(

Arguments

NameDescription
NameDescription
nodeXML node tree
elementElement to index or NULL for all
- +
NameDescription
NameDescription
indIndex to reset

@@ -457,7 +457,7 @@ mxmlLoadFd(

Arguments

- + @@ -491,7 +491,7 @@ mxmlLoadFile(

Arguments

NameDescription
NameDescription
topTop node
fdFile descriptor to read from
- + @@ -525,7 +525,7 @@ mxmlLoadString(

Arguments

NameDescription
NameDescription
topTop node
fpFile to read from
- + @@ -552,7 +552,7 @@ mxmlNewCDATA(

Arguments

NameDescription
NameDescription
topTop node
sString to load
- + @@ -579,7 +579,7 @@ mxmlNewCustom(

Arguments

NameDescription
NameDescription
parentParent node or MXML_NO_PARENT
dataData string
- + @@ -605,7 +605,7 @@ mxmlNewElement(

Arguments

NameDescription
NameDescription
parentParent node or MXML_NO_PARENT
dataPointer to data
- + @@ -630,7 +630,7 @@ mxmlNewInteger(

Arguments

NameDescription
NameDescription
parentParent node or MXML_NO_PARENT
nameName of element
- + @@ -656,7 +656,7 @@ mxmlNewOpaque(

Arguments

NameDescription
NameDescription
parentParent node or MXML_NO_PARENT
integerInteger value
- + @@ -681,7 +681,7 @@ mxmlNewReal(

Arguments

NameDescription
NameDescription
parentParent node or MXML_NO_PARENT
opaqueOpaque string
- + @@ -709,7 +709,7 @@ mxmlNewText(

Arguments

NameDescription
NameDescription
parentParent node or MXML_NO_PARENT
realReal number value
- + @@ -739,7 +739,7 @@ mxmlNewTextf(

Arguments

NameDescription
NameDescription
parentParent node or MXML_NO_PARENT
whitespace1 = leading whitespace, 0 = no whitespace
- + @@ -764,7 +764,7 @@ mxmlRemove(

Arguments

NameDescription
NameDescription
parentParent node or MXML_NO_PARENT
whitespace1 = leading whitespace, 0 = no whitespace
- +
NameDescription
NameDescription
nodeNode to remove

@@ -796,7 +796,7 @@ mxmlSaveAllocString(

Arguments

- + @@ -824,7 +824,7 @@ mxmlSaveFd(

Arguments

NameDescription
NameDescription
nodeNode to write
(*cb)(mxml_node_t *node, int ws)Whitespace callback or MXML_NO_CALLBACK
- + @@ -853,7 +853,7 @@ mxmlSaveFile(

Arguments

NameDescription
NameDescription
nodeNode to write
fdFile descriptor to write to
- + @@ -887,7 +887,7 @@ mxmlSaveString(

Arguments

NameDescription
NameDescription
nodeNode to write
fpFile to write to
- + @@ -912,7 +912,7 @@ mxmlSetCDATA(

Arguments

NameDescription
NameDescription
nodeNode to write
bufferString buffer
- + @@ -936,7 +936,7 @@ mxmlSetCustom(

Arguments

NameDescription
NameDescription
nodeNode to set
dataNew data string
- + @@ -964,7 +964,7 @@ mxmlSetCustomHandlers(

Arguments

NameDescription
NameDescription
nodeNode to set
dataNew data pointer
- + @@ -987,7 +987,7 @@ mxmlSetElement(

Arguments

NameDescription
NameDescription
loadLoad function
saveSave function
- + @@ -1007,7 +1007,7 @@ mxmlSetErrorCallback(

Arguments

NameDescription
NameDescription
nodeNode to set
nameNew name string
- +
NameDescription
NameDescription
(*cb)(const char *)Error callback function

@@ -1029,7 +1029,7 @@ mxmlSetInteger(

Arguments

- + @@ -1052,7 +1052,7 @@ mxmlSetOpaque(

Arguments

NameDescription
NameDescription
nodeNode to set
integerInteger value
- + @@ -1075,7 +1075,7 @@ mxmlSetReal(

Arguments

NameDescription
NameDescription
nodeNode to set
opaqueOpaque string
- + @@ -1099,7 +1099,7 @@ mxmlSetText(

Arguments

NameDescription
NameDescription
nodeNode to set
realReal number value
- + @@ -1125,7 +1125,7 @@ mxmlSetTextf(

Arguments

NameDescription
NameDescription
nodeNode to set
whitespace1 = leading whitespace, 0 = no whitespace
- + @@ -1153,7 +1153,7 @@ mxmlWalkNext(

Arguments

NameDescription
NameDescription
nodeNode to set
whitespace1 = leading whitespace, 0 = no whitespace
- + @@ -1180,7 +1180,7 @@ mxmlWalkPrev(

Arguments

NameDescription
NameDescription
nodeCurrent node
topTop node
- + @@ -1212,8 +1212,8 @@ struct mxml_attr_s };

Members

-

NameDescription
NameDescription
nodeCurrent node
topTop node
- +

NameDescription
+ @@ -1231,8 +1231,8 @@ struct mxml_custom_s };

Members

-

NameDescription
nameAttribute name
valueAttribute value
- +

NameDescription
+
NameDescription
dataPointer to (allocated) custom data

@@ -1253,8 +1253,8 @@ struct mxml_index_s };

Members

-

- +

NameDescription
+ @@ -1281,8 +1281,8 @@ struct mxml_node_s };

Members

-

NameDescription
alloc_nodesAllocated nodes in index
attrAttribute used for indexing or NULL
- +

NameDescription
+ @@ -1306,8 +1306,8 @@ struct mxml_text_s };

Members

-

NameDescription
childFirst child node
last_childLast child node
- +

NameDescription
+ @@ -1327,8 +1327,8 @@ struct mxml_value_s };

Members

-

NameDescription
stringFragment string
whitespaceLeading whitespace?
- +

NameDescription
+ @@ -1431,8 +1431,8 @@ union mxml_value_u };

Members

-

NameDescription
attrsAttributes
nameName of element
- +

NameDescription
+ diff --git a/mxmldoc.c b/mxmldoc.c index f8e6eec..fd5b730 100644 --- a/mxmldoc.c +++ b/mxmldoc.c @@ -2119,9 +2119,8 @@ write_documentation( puts("};\n\n" "

Members

\n" - "

NameDescription
customCustom data
elementElement
\n" - "\n" + "

NameDescription
\n" + "\n" ""); for (arg = mxmlFindElement(scut, scut, "variable", NULL, NULL, @@ -2215,9 +2214,8 @@ write_documentation( } puts("

Values

\n" - "

NameDescription
\n" - "\n" + "

NameDescription
\n" + "\n" ""); for (arg = mxmlFindElement(scut, scut, "constant", NULL, NULL, @@ -2327,7 +2325,7 @@ write_documentation( { puts("

NameDescription
\n" - "\n" + "\n" ""); for (arg = mxmlFindElement(function, function, "argument", NULL, NULL, @@ -2477,9 +2475,8 @@ write_documentation( puts("};\n\n" "

Members

\n" - "

NameDescription
NameDescription
\n" - "\n" + "

NameDescription
\n" + "\n" ""); for (arg = mxmlFindElement(scut, scut, "variable", NULL, NULL, @@ -2641,9 +2638,8 @@ write_documentation( puts("};\n\n" "

Members

\n" - "

NameDescription
\n" - "\n" + "

NameDescription
\n" + "\n" ""); for (arg = mxmlFindElement(scut, scut, "variable", NULL, NULL,
NameDescription