• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching refs: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 */
596 xmlC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible)
625 if(visible) {
647 if(visible && !has_empty_ns) {
701 xmlExcC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible)
754 if(visible) {
775 if(visible && xmlC14NIsVisible(ctx, ns, cur)) {
780 if(visible) {
792 * we need to check that attribute is visible and has non
799 if(!already_rendered && visible) {
813 if(visible && has_visibly_utilized_empty_ns &&
823 } else if(visible && !has_empty_ns && has_empty_ns_in_inclusive_list) {
998 * Add all visible attributes from current node.
1002 /* check that attribute is visible */
1017 * visible!
1117 xmlC14NProcessElementNode(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible)
1145 if (visible) {
1163 ret = xmlC14NProcessNamespacesAxis(ctx, cur, visible);
1165 ret = xmlExcC14NProcessNamespacesAxis(ctx, cur, visible);
1171 /* todo: shouldn't this go to "visible only"? */
1172 if(visible) {
1176 ret = xmlC14NProcessAttrsAxis(ctx, cur, visible);
1182 if (visible) {
1192 if (visible) {
1228 int visible;
1235 visible = xmlC14NIsVisible(ctx, cur, cur->parent);
1238 ret = xmlC14NProcessElementNode(ctx, cur, visible);
1251 if ((visible) && (cur->content != NULL)) {
1278 if (visible) {
1327 if (visible && ctx->with_comments) {
1456 * @is_visible_callback:the function to use to determine is node visible
1547 * @is_visible_callback:the function to use to determine is node visible