Qizx/open API

net.axyana.qizxopen.xquery
Interface XQueryPragma.Iterator

Enclosing interface:
XQueryPragma

public static interface XQueryPragma.Iterator

Parses the contents as a list of pseudo-attributes of the form attr=value, iterates on attributes.


Method Summary
 java.lang.String getAttrName()
           
 java.lang.String getAttrValue()
           
 boolean next()
           
 

Method Detail

next

public boolean next()

getAttrName

public java.lang.String getAttrName()

getAttrValue

public java.lang.String getAttrValue()

© 2005 Axyana Software