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


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.
 org.apache.ws.util.xml.NamespaceContext getNamespaceContext()
          Returns a namespace context object (e.g.
 

Method Detail

getContent

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


getDialect

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


getNamespaceContext

public org.apache.ws.util.xml.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.