Uses of Class
net.sf.nxqd.NxqdQueryExpression

Packages that use NxqdQueryExpression
net.sf.nxqd   
 

Uses of NxqdQueryExpression in net.sf.nxqd
 

Methods in net.sf.nxqd that return NxqdQueryExpression
 NxqdQueryExpression NxqdManager.prepare(String query)
          Describe prepare method here.
 

Methods in net.sf.nxqd with parameters of type NxqdQueryExpression
 void NxqdModify.addAppendStep(NxqdQueryExpression selectionExpr, int type, String name, String content)
          Appends the provided data to the selected node's child notes.
 void NxqdModify.addAppendStep(NxqdQueryExpression selectionExpr, int type, String name, String content, int location)
          Appends the provided data to the selected node's child notes.
 void NxqdModify.addInsertAfterStep(NxqdQueryExpression selectionExpr, int type, String name, String content)
          Inserts the provided data into the document after the selected node.
 void NxqdModify.addInsertBeforeStep(NxqdQueryExpression selectionExpr, int type, String name, String content)
          Inserts the provided data into the document before the selected node, as a previous sibling.
 void NxqdModify.addRemoveStep(NxqdQueryExpression selectionExpr)
          Removes the node targeted by the selection expression.
 void NxqdModify.addRenameStep(NxqdQueryExpression selectionExpr, String newName)
          Renames an element node, attribute node, or processing instruction.
 void NxqdModify.addUpdateStep(NxqdQueryExpression selectionExpr, String content)
          Replaces the targeted node's content with text.
 



Copyright © 2005-2006 nxqd. All Rights Reserved.