com.espertech.esper.event.xml
Class XSDSchemaMapper

java.lang.Object
  extended by com.espertech.esper.event.xml.XSDSchemaMapper

public class XSDSchemaMapper
extends java.lang.Object

Helper class for mapping a XSD schema model to an internal representation.


Nested Class Summary
static class XSDSchemaMapper.LSInputImpl
           
static class XSDSchemaMapper.XSDSchemaMapperErrorHandler
           
 
Constructor Summary
XSDSchemaMapper()
           
 
Method Summary
static SchemaModel loadAndMap(java.lang.String schemaResource, java.lang.String schemaText, int maxRecusiveDepth)
          Loading and mapping of the schema to the internal representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDSchemaMapper

public XSDSchemaMapper()
Method Detail

loadAndMap

public static SchemaModel loadAndMap(java.lang.String schemaResource,
                                     java.lang.String schemaText,
                                     int maxRecusiveDepth)
Loading and mapping of the schema to the internal representation.

Parameters:
schemaResource - schema to load and map.
maxRecusiveDepth - depth of maximal recursive element
Returns:
model

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com