[ http://issues.apache.org/jira/browse/XALANJ-1989?page=all ]

Brian Minchau updated XALANJ-1989:
----------------------------------

    Fix Version: 2.7

> Support for DOM Level 3 XPath APIs for an XML parser
> ----------------------------------------------------
>
>          Key: XALANJ-1989
>          URL: http://issues.apache.org/jira/browse/XALANJ-1989
>      Project: XalanJ2
>         Type: New Feature
>     Reporter: Brian Minchau
>      Fix For: 2.7
>  Attachments: Support_For_DOM3_XPath.txt, Support_For_DOM3_XPath.version2.txt
>
> This feature is opened to track support for the DOM Level 3 XPath APIs.
> See http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/
> The support is intended only for use by an XML parser.
> An XML parser should create an instance of an object that implements the 
> interface  org.w3c.dom.xpath.XPathEvaluator.  The implementation of this 
> interface should be provided by a particular class, such as 
> XPathEvaluatorImpl. The XML parser should created an instance of this class 
> but refer to the created object through a reference as an XPathEvalutor 
> object. The XPathEvaluator and other objects obtained through this interface 
> should also to be refered to via the vendor neutral references:
> org.w3c.dom.xpath.XPathException
> org.w3c.dom.xpath.XPathEvaluator
> org.w3c.dom.xpath.XPathExpression
> org.w3c.dom.xpath.XPathNSResolver
> org.w3c.dom.xpath.XPathResult
> org.w3c.dom.xpath.XPathNamespace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to