Qizx/open API

net.axyana.qizxopen.xquery
Interface XQueryPragma


public interface XQueryPragma

Abstract representation of a XQuery Pragma or Must-Understand-Expression.


Nested Class Summary
static interface XQueryPragma.Iterator
          Parses the contents as a list of pseudo-attributes of the form attr=value, iterates on attributes.
 
Method Summary
 XQueryPragma.Iterator contentIterator()
          Returns an iterator that analyzes the contents as a list of pseudo-attributes of the form attr=value.
 java.lang.String getContents()
           
 QName getName()
           
 

Method Detail

getName

public QName getName()

getContents

public java.lang.String getContents()

contentIterator

public XQueryPragma.Iterator contentIterator()
Returns an iterator that analyzes the contents as a list of pseudo-attributes of the form attr=value.


© 2005 Axyana Software