org.apache.ws.resource.properties.query
Interface QueryExpression

All Known Implementing Classes:
XmlBeansQueryExpression

public interface QueryExpression

Java representation of the wsrf-rp:QueryExpressionType XML schema type.

Author:
Ian P. Springer

Method Summary
 java.lang.Object getContent()
          Returns the content of this query expression (typically a String).
 java.net.URI getDialect()
          Returns the dialect of this query expression.
 NamespaceContext getNamespaceContext()
          Returns a namespace context object (e.g.
 

Method Detail

getDialect

public java.net.URI getDialect()
Returns the dialect of this query expression.


getContent

public java.lang.Object getContent()
Returns the content of this query expression (typically a String).


getNamespaceContext

public NamespaceContext getNamespaceContext()
Returns a namespace context object (e.g. a DOM Element) that can be used to resolve prefixes within this query expression's content.



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.