Module com.sun.xml.xsom
XML Schema Object Model (XSOM) is a Java library that allows applications to easily parse XML Schema
documents and inspect information in them. It is expected to be useful for applications that need to take XML
Schema as an input.
-
-
Packages
Exports Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject.com.sun.xml.xsom.impl.util com.sun.xml.xsom.parser Classes to parse XML Schema documents into objects ofcom.sun.xml.xsompackage.com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsominterfaces.
-