com.sun.xml.ws.db.sdo.SDOSchemaCompiler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdo-eclipselink-plugin Show documentation
Show all versions of sdo-eclipselink-plugin Show documentation
Pluggable databinding module employing Eclipselink SDO
package com.sun.xml.ws.db.sdo;
import org.eclipse.persistence.sdo.SDOType;
import org.eclipse.persistence.sdo.helper.SDOHelperContext;
import org.eclipse.persistence.sdo.helper.SDOXSDHelper;
import org.w3c.dom.Element;
import org.xml.sax.EntityResolver;
import org.xml.sax.InputSource;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.XMLStreamReader;
import javax.xml.transform.Source;
import javax.xml.transform.dom.DOMSource;
import javax.xml.transform.sax.SAXSource;
//import javax.xml.transform.stax.StAXSource;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
/**
* This class is responsible for generating sdo java types from a set of given schemas.
* Schemas can be passed in using SAX events, DOM or a set of closure source.
* Created by IntelliJ IDEA.
* User: giglee
* Date: May 14, 2009
* Time: 9:47:38 AM
* To change this template use File | Settings | File Templates.
*/
public class SDOSchemaCompiler {
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy