java - How do i create methods from the parsed values from the xml file -


I've parsed an XML file using the digester parser, now I need to make a method

If I have

  & lt; Product List & gt; & Lt; Products & gt; & Lt; / Products & gt; . .. & lt; / Product list & gt;  

Search products () I should give all sub-committees with all the features

How do I do this ..

Thanks

"post-text" itemprop = "text">

I am assuming java ... try this:

  digester.addObjectCreate ("product list" Arrelistist class); Digester.addCallMethod ("Product List / Product", "Add", 1); Digester.addCallParam ("Product List / Product", 0);  

Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -