LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Walk XML Beans Generically (https://www.linuxquestions.org/questions/programming-9/walk-xml-beans-generically-448064/)

jwstric2 05-24-2006 09:21 AM

Walk XML Beans Generically
 
Im working on a project with xmlBeans. I want to be able to walk what I call the bean tree or in other terms the current instantiated bean hiearchy. With xmlBeans, the DOM object used to walk the tree but I want to not use the DOM object because I want to not rely on XML specific objects in the event that the project could move to a database.

Does anyone know of a project that could take a path in the form of something like "/Building/Floors/Cubes/...." and be able to return the appropriate BeanObject reference


All times are GMT -5. The time now is 05:49 AM.