XPExplorer

Document Actions
last edited 4 years ago by Lusin_S_Sargsyan

description

This part takes a URL and xpath and returns the selected XML.

figure

inpins

  1. setURL(String) - ID = 1 - sets URL as a String
    • String - URL String
  2. setURL(URL) - ID = 2 - sets URL as a URL
  3. setXPath(String) - ID = 3 - sets XPath?
    • String - xpath String fragment
  4. GEOM(x, y, width, height) - ID = 4 - sets parameters for the frame
    • x – int
    • y – int
    • width – int
    • height – int
  5. SHOW() - ID=3 - makes the frame visible
  6. HIDE() - ID=4 - makes the frame invisible

outpins

  1. XML(String) - ID = 51 - fires the selected XML

links to cvs

source - revision 1.2 org.vcb.parts.xml.XPExplorer.java at sourceforge.net

configuration file revision 1.3 xpexplorer.vcb at sourceforge.net