Home | History | Annotate | Download | only in libxml

Lines Matching full:link

23  * Various defines for the various Link properties.
25 * NOTE: the link detection layer will try to resolve QName expansion
27 * then the link detection layer will expand role="foo:myrole"
29 * NOTE: the link detection layer will expand URI-Refences found on
61 * This is the prototype for the link detection routine.
62 * It calls the default link detection callbacks upon link detection.
67 * The link detection module interact with the upper layers using
74 * @node: the node carrying the link
75 * @href: the target of the link
77 * @title: the link title
79 * This is the prototype for a simple link detection callback.
91 * @node: the node carrying the link
92 * @nbLocators: the number of locators detected on the link
95 * @nbArcs: the number of arcs detected on the link
100 * @nbTitles: the number of titles detected on the link
101 * @title: array of titles detected on the link
104 * This is the prototype for a extended link detection callback.
124 * @node: the node carrying the link
125 * @nbLocators: the number of locators detected on the link
128 * @nbTitles: the number of titles detected on the link
129 * @title: array of titles detected on the link
132 * This is the prototype for a extended link set detection callback.
147 * There is no default xlink callbacks, if one want to get link
177 * Link detection module itself.