Lines Matching defs:visible

46     int nsPrevStart;        /* the begginning of the stack for previous visible node */
47 int nsPrevEnd; /* the end of the stack for previous visible node */
601 xmlC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible)
630 if(visible) {
652 if(visible && !has_empty_ns) {
706 xmlExcC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible)
759 if(visible) {
780 if(visible && xmlC14NIsVisible(ctx, ns, cur)) {
785 if(visible) {
797 * we need to check that attribute is visible and has non
804 if(!already_rendered && visible) {
818 if(visible && has_visibly_utilized_empty_ns &&
828 } else if(visible && !has_empty_ns && has_empty_ns_in_inclusive_list) {
1164 * Add all visible attributes from current node.
1168 /* check that attribute is visible */
1185 * visible!
1210 * Add all visible attributes from current node.
1214 /* check that attribute is visible */
1253 * Add all visible attributes from current node.
1259 /* check that attribute is visible */
1282 /* otherwise, it is a normal attribute, so just check if it is visible */
1395 * @visible: this node is visible
1396 * @all_parents_visible: whether all the parents of this node are visible
1415 xmlC14NProcessElementNode(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible)
1443 if (visible) {
1461 ret = xmlC14NProcessNamespacesAxis(ctx, cur, visible);
1463 ret = xmlExcC14NProcessNamespacesAxis(ctx, cur, visible);
1469 /* todo: shouldn't this go to "visible only"? */
1470 if(visible) {
1474 ret = xmlC14NProcessAttrsAxis(ctx, cur, visible);
1480 if (visible) {
1490 if (visible) {
1526 int visible;
1533 visible = xmlC14NIsVisible(ctx, cur, cur->parent);
1536 ret = xmlC14NProcessElementNode(ctx, cur, visible);
1549 if ((visible) && (cur->content != NULL)) {
1576 if (visible) {
1625 if (visible && ctx->with_comments) {
1754 * @is_visible_callback:the function to use to determine is node visible
1846 * @is_visible_callback:the function to use to determine is node visible