org.deegree.commons.xml.schema
Class SchemaUtils

java.lang.Object
  extended by org.deegree.commons.xml.schema.SchemaUtils

public class SchemaUtils
extends Object

The class TODO add class documentation here.

Version:
$Revision: 28766 $, $Date: 2010-12-14 16:37:20 +0100 (Tue, 14 Dec 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
SchemaUtils()
           
 
Method Summary
static void writeWrapperDoc(XMLStreamWriter writer, String targetNamespace, List<Pair<String,String>> nsImports)
          Writes a wrapper schema document for the given namespace imports.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaUtils

public SchemaUtils()
Method Detail

writeWrapperDoc

public static void writeWrapperDoc(XMLStreamWriter writer,
                                   String targetNamespace,
                                   List<Pair<String,String>> nsImports)
                            throws XMLStreamException
Writes a wrapper schema document for the given namespace imports.

Parameters:
writer - xml stream to write to, must not be null
targetNamespace - target namespace of the document, must not be null
nsImports - namespace imports, must not be null
Throws:
XMLStreamException


Copyright © 2011. All Rights Reserved.