/lib/xalan-j_2_7_1/docs/apidocs/org/w3c/dom/xpath/class-use/XPathNSResolver.html
https://github.com/suzuken/xbrl2rdf · HTML · 224 lines · 201 code · 17 blank · 6 comment · 0 complexity · 072e76108b43992ce5ccc74edc2708f5 MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
- <!--NewPage-->
- <HTML>
- <HEAD>
- <!-- Generated by javadoc on Thu Nov 22 16:43:28 EST 2007 -->
- <TITLE>
- Xalan-Java 2.7.1: Uses of Interface org.w3c.dom.xpath.XPathNSResolver
- </TITLE>
- <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
- </HEAD>
- <BODY BGCOLOR="white">
-
- <!-- ========== START OF NAVBAR ========== -->
- <A NAME="navbar_top"><!-- --></A>
- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
- <TR>
- <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
- <A NAME="navbar_top_firstrow"><!-- --></A>
- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
- <TR ALIGN="center" VALIGN="top">
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
- <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
- </EM>
- </TD>
- </TR>
-
- <TR>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- PREV
- NEXT</FONT></TD>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
- <A HREF="XPathNSResolver.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
- </TR>
- </TABLE>
- <!-- =========== END OF NAVBAR =========== -->
-
- <HR>
- <CENTER>
- <H2>
- <B>Uses of Interface<br>org.w3c.dom.xpath.XPathNSResolver</B></H2>
- </CENTER>
- <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
- <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
- <TD COLSPAN=2><FONT SIZE="+2">
- Packages that use <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html">XPathNSResolver</A></FONT></TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD><A HREF="#org.apache.xpath.domapi"><B>org.apache.xpath.domapi</B></A></TD>
- <TD>Implements DOM Level 3 XPath API </TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD><A HREF="#org.w3c.dom.xpath"><B>org.w3c.dom.xpath</B></A></TD>
- <TD> </TD>
- </TR>
- </TABLE>
-
- <P>
- <A NAME="org.apache.xpath.domapi"><!-- --></A>
- <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
- <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
- <TD COLSPAN=2><FONT SIZE="+2">
- Uses of <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html">XPathNSResolver</A> in <A HREF="../../../../../org/apache/xpath/domapi/package-summary.html">org.apache.xpath.domapi</A></FONT></TD>
- </TR>
- </TABLE>
-
- <P>
- <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
- <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
- <TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/xpath/domapi/package-summary.html">org.apache.xpath.domapi</A> that return <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html">XPathNSResolver</A></FONT></TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE> <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html">XPathNSResolver</A></CODE></FONT></TD>
- <TD><CODE><B>XPathEvaluatorImpl.<A HREF="../../../../../org/apache/xpath/domapi/XPathEvaluatorImpl.html#createNSResolver(org.w3c.dom.Node)">createNSResolver</A></B>(<A HREF="../../../../../org/w3c/dom/Node.html">Node</A> nodeResolver)</CODE>
-
- <BR>
- Adapts any DOM node to resolve namespaces so that an XPath expression
- can be easily evaluated relative to the context of the node where it
- appeared within the document.</TD>
- </TR>
- </TABLE>
-
- <P>
- <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
- <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
- <TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/xpath/domapi/package-summary.html">org.apache.xpath.domapi</A> with parameters of type <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html">XPathNSResolver</A></FONT></TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE> <A HREF="../../../../../org/w3c/dom/xpath/XPathExpression.html">XPathExpression</A></CODE></FONT></TD>
- <TD><CODE><B>XPathEvaluatorImpl.<A HREF="../../../../../org/apache/xpath/domapi/XPathEvaluatorImpl.html#createExpression(java.lang.String, org.w3c.dom.xpath.XPathNSResolver)">createExpression</A></B>(java.lang.String expression,
- <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html">XPathNSResolver</A> resolver)</CODE>
-
- <BR>
- Creates a parsed XPath expression with resolved namespaces.</TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE> java.lang.Object</CODE></FONT></TD>
- <TD><CODE><B>XPathEvaluatorImpl.<A HREF="../../../../../org/apache/xpath/domapi/XPathEvaluatorImpl.html#evaluate(java.lang.String, org.w3c.dom.Node, org.w3c.dom.xpath.XPathNSResolver, short, java.lang.Object)">evaluate</A></B>(java.lang.String expression,
- <A HREF="../../../../../org/w3c/dom/Node.html">Node</A> contextNode,
- <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html">XPathNSResolver</A> resolver,
- short type,
- java.lang.Object result)</CODE>
-
- <BR>
- Evaluates an XPath expression string and returns a result of the
- specified type if possible.</TD>
- </TR>
- </TABLE>
-
- <P>
- <A NAME="org.w3c.dom.xpath"><!-- --></A>
- <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
- <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
- <TD COLSPAN=2><FONT SIZE="+2">
- Uses of <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html">XPathNSResolver</A> in <A HREF="../../../../../org/w3c/dom/xpath/package-summary.html">org.w3c.dom.xpath</A></FONT></TD>
- </TR>
- </TABLE>
-
- <P>
- <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
- <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
- <TD COLSPAN=2>Methods in <A HREF="../../../../../org/w3c/dom/xpath/package-summary.html">org.w3c.dom.xpath</A> that return <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html">XPathNSResolver</A></FONT></TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE> <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html">XPathNSResolver</A></CODE></FONT></TD>
- <TD><CODE><B>XPathEvaluator.<A HREF="../../../../../org/w3c/dom/xpath/XPathEvaluator.html#createNSResolver(org.w3c.dom.Node)">createNSResolver</A></B>(<A HREF="../../../../../org/w3c/dom/Node.html">Node</A> nodeResolver)</CODE>
-
- <BR>
- Adapts any DOM node to resolve namespaces so that an XPath expression
- can be easily evaluated relative to the context of the node where it
- appeared within the document.</TD>
- </TR>
- </TABLE>
-
- <P>
- <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
- <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
- <TD COLSPAN=2>Methods in <A HREF="../../../../../org/w3c/dom/xpath/package-summary.html">org.w3c.dom.xpath</A> with parameters of type <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html">XPathNSResolver</A></FONT></TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE> <A HREF="../../../../../org/w3c/dom/xpath/XPathExpression.html">XPathExpression</A></CODE></FONT></TD>
- <TD><CODE><B>XPathEvaluator.<A HREF="../../../../../org/w3c/dom/xpath/XPathEvaluator.html#createExpression(java.lang.String, org.w3c.dom.xpath.XPathNSResolver)">createExpression</A></B>(java.lang.String expression,
- <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html">XPathNSResolver</A> resolver)</CODE>
-
- <BR>
- Creates a parsed XPath expression with resolved namespaces.</TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE> java.lang.Object</CODE></FONT></TD>
- <TD><CODE><B>XPathEvaluator.<A HREF="../../../../../org/w3c/dom/xpath/XPathEvaluator.html#evaluate(java.lang.String, org.w3c.dom.Node, org.w3c.dom.xpath.XPathNSResolver, short, java.lang.Object)">evaluate</A></B>(java.lang.String expression,
- <A HREF="../../../../../org/w3c/dom/Node.html">Node</A> contextNode,
- <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html">XPathNSResolver</A> resolver,
- short type,
- java.lang.Object result)</CODE>
-
- <BR>
- Evaluates an XPath expression string and returns a result of the
- specified type if possible.</TD>
- </TR>
- </TABLE>
-
- <P>
- <HR>
-
- <!-- ========== START OF NAVBAR ========== -->
- <A NAME="navbar_bottom"><!-- --></A>
- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
- <TR>
- <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
- <A NAME="navbar_bottom_firstrow"><!-- --></A>
- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
- <TR ALIGN="center" VALIGN="top">
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/w3c/dom/xpath/XPathNSResolver.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
- <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
- </EM>
- </TD>
- </TR>
-
- <TR>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- PREV
- NEXT</FONT></TD>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
- <A HREF="XPathNSResolver.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
- </TR>
- </TABLE>
- <!-- =========== END OF NAVBAR =========== -->
-
- <HR>
- Copyright © 2006 Apache XML Project. All Rights Reserved.
- </BODY>
- </HTML>