
August 19th, 2003, 05:45 AM
|
|
Junior Member
|
|
Join Date: Jul 2003
Location: East Sussex, UK
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
XML schema information using XDK
I have a requirement to access the entire schema - all elements, all simple types, complex types, annotations, etc. with the schema processor of the Oracle XDK in Java. I am wondering how to do this. All I get are the top level elements. I am not too sure how to browse each such entity. I cannot get things like hasChildren() and getChildren() (like in DOM tree nodes) in XSDNode or its implementations (XSDElement, XSDComplexType, etc). Could anyone help please?
|