Lines Matching defs:visible

44     int nsPrevStart;        /* the begginning of the stack for previous visible node */
45 int nsPrevEnd; /* the end of the stack for previous visible node */
599 xmlC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible)
628 if(visible) {
650 if(visible && !has_empty_ns) {
704 xmlExcC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible)
757 if(visible) {
778 if(visible && xmlC14NIsVisible(ctx, ns, cur)) {
783 if(visible) {
795 * we need to check that attribute is visible and has non
802 if(!already_rendered && visible) {
816 if(visible && has_visibly_utilized_empty_ns &&
826 } else if(visible && !has_empty_ns && has_empty_ns_in_inclusive_list) {
1162 * Add all visible attributes from current node.
1166 /* check that attribute is visible */
1183 * visible!
1208 * Add all visible attributes from current node.
1212 /* check that attribute is visible */
1251 * Add all visible attributes from current node.
1257 /* check that attribute is visible */
1280 /* otherwise, it is a normal attribute, so just check if it is visible */
1393 * @visible: this node is visible
1394 * @all_parents_visible: whether all the parents of this node are visible
1413 xmlC14NProcessElementNode(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible)
1441 if (visible) {
1459 ret = xmlC14NProcessNamespacesAxis(ctx, cur, visible);
1461 ret = xmlExcC14NProcessNamespacesAxis(ctx, cur, visible);
1467 /* todo: shouldn't this go to "visible only"? */
1468 if(visible) {
1472 ret = xmlC14NProcessAttrsAxis(ctx, cur, visible);
1478 if (visible) {
1488 if (visible) {
1524 int visible;
1531 visible = xmlC14NIsVisible(ctx, cur, cur->parent);
1534 ret = xmlC14NProcessElementNode(ctx, cur, visible);
1547 if ((visible) && (cur->content != NULL)) {
1574 if (visible) {
1623 if (visible && ctx->with_comments) {
1752 * @is_visible_callback:the function to use to determine is node visible
1844 * @is_visible_callback:the function to use to determine is node visible