public interface SDOXSDHelper
extends commonj.sdo.helper.XSDHelper
Purpose: Provides access to additional information when the Type or Property is defined by an XML Schema (XSD).
Responsibilities:
Modifier and Type | Method and Description |
---|---|
void |
addGlobalProperty(QName qname,
commonj.sdo.Property prop,
boolean isElement)
INTERNAL:
|
Map |
buildAppInfoMap(List appInfoElements)
INTERNAL:
|
List |
define(Source xsdSource,
SchemaResolver schemaResolver)
INTERNAL:
|
String |
generate(List types,
SchemaLocationResolver schemaLocationResolver)
INTERNAL:
|
commonj.sdo.Property |
getGlobalProperty(QName qname,
boolean isElement)
INTERNAL:
|
commonj.sdo.helper.HelperContext |
getHelperContext()
INTERNAL:
Return the helperContext that this instance is associated with.
|
void |
reset()
INTERNAL:
|
void |
setHelperContext(commonj.sdo.helper.HelperContext helperContext)
INTERNAL:
Set the helperContext that this instance is associated with.
|
commonj.sdo.Property getGlobalProperty(QName qname, boolean isElement)
qname
- isElement
- List define(Source xsdSource, SchemaResolver schemaResolver)
xsdSource
- schemaResolver
- String generate(List types, SchemaLocationResolver schemaLocationResolver)
types
- schemaLocationResolver
- Map buildAppInfoMap(List appInfoElements)
appInfoElements
- commonj.sdo.helper.HelperContext getHelperContext()
void setHelperContext(commonj.sdo.helper.HelperContext helperContext)
helperContext
- void reset()
void addGlobalProperty(QName qname, commonj.sdo.Property prop, boolean isElement)
qname
- prop
- isElement
- Register the given property with the given qname.Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.