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. |
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.