|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.agfa.hap.sdo.implementation.XSDHelperImpl
public class XSDHelperImpl
Field Summary |
---|
Fields inherited from interface commonj.sdo.helper.XSDHelper |
---|
INSTANCE |
Constructor Summary | |
---|---|
XSDHelperImpl()
|
Method Summary | |
---|---|
java.util.List |
define(java.io.InputStream xsdInputStream,
java.lang.String schemaLocation)
Define XML Schema as Types. |
java.util.List |
define(java.io.Reader xsdReader,
java.lang.String schemaLocation)
Define XML Schema as Types. |
java.util.List |
define(java.lang.String xsd)
Define the XML Schema as Types. |
java.lang.String |
generate(java.util.List typeList)
Generate an XML Schema Declaration (XSD) from Types. |
java.lang.String |
generate(java.util.List types,
java.util.Map namespaceToSchemaLocation)
Generate an XML Schema Declaration (XSD) from Types. |
java.lang.String |
getAppinfo(Property property,
java.lang.String source)
Return the content of the appinfo declared for this Property and source. |
java.lang.String |
getAppinfo(Type type,
java.lang.String source)
Return the appinfo declared for this Type and source. |
Property |
getGlobalProperty(java.lang.String uri,
java.lang.String propertyName,
boolean isElement)
Returns the Property defined by the named global element or attribute in the targetNamespace uri, or null if not found. |
java.lang.String |
getLocalName(Property property)
Returns the local name as declared in the XSD. |
java.lang.String |
getLocalName(Type type)
Returns the local name as declared in the XSD. |
java.lang.String |
getNamespaceURI(Property property)
Returns the namespace URI as declared in the XSD. |
protected void |
initializeXsdTypes()
|
boolean |
isAttribute(Property property)
Returns true if the property is declared as an attribute in the XSD. |
boolean |
isElement(Property property)
Returns true if the property is declared as an element in the XSD. |
boolean |
isMixed(Type type)
Returns true if the Type is declared to contain mixed content. |
boolean |
isXSD(Type type)
Indicates if this helper contains XSD information for the specified type. |
protected void |
registerXsdType(java.lang.String xsdSimpleType,
java.lang.Class javaClass)
|
protected void |
registerXsdType(java.lang.String xsdSimpleType,
java.lang.Class javaClass,
java.lang.String sdoTypeName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDHelperImpl()
Method Detail |
---|
public java.lang.String getLocalName(Type type)
XSDHelper
getLocalName
in interface XSDHelper
type
- to return local name for.
public java.lang.String getLocalName(Property property)
XSDHelper
getLocalName
in interface XSDHelper
property
- to return local name for.
public java.lang.String getNamespaceURI(Property property)
XSDHelper
getNamespaceURI
in interface XSDHelper
property
- to return namespace URI for.
public boolean isAttribute(Property property)
XSDHelper
isAttribute
in interface XSDHelper
property
- to identify if an attribute.
public boolean isElement(Property property)
XSDHelper
isElement
in interface XSDHelper
property
- to identify if an element.
public boolean isMixed(Type type)
XSDHelper
isMixed
in interface XSDHelper
type
- to identify if mixed content.
public boolean isXSD(Type type)
XSDHelper
isXSD
in interface XSDHelper
type
- the type.
public Property getGlobalProperty(java.lang.String uri, java.lang.String propertyName, boolean isElement)
XSDHelper
getGlobalProperty
in interface XSDHelper
uri
- The uri of the targetNamespace.propertyName
- The name of the global property.isElement
- is true for global elements, false for global attributes.
public java.lang.String getAppinfo(Type type, java.lang.String source)
XSDHelper
getAppinfo
in interface XSDHelper
type
- the type with the appinfo declarationsource
- the source of the appinfo declaration.
public java.lang.String getAppinfo(Property property, java.lang.String source)
XSDHelper
getAppinfo
in interface XSDHelper
property
- the Property with the appinfo declarationsource
- the source of the appinfo declaration.
public java.util.List define(java.lang.String xsd)
XSDHelper
define
in interface XSDHelper
xsd
- the XML Schema.
public java.util.List define(java.io.Reader xsdReader, java.lang.String schemaLocation)
XSDHelper
define
in interface XSDHelper
xsdReader
- reader to an XML Schema.schemaLocation
- the URI of the location of the schema, used
for processing relative imports and includes. May be null if not used.
public java.util.List define(java.io.InputStream xsdInputStream, java.lang.String schemaLocation)
XSDHelper
define
in interface XSDHelper
xsdInputStream
- input stream to an XML Schema.schemaLocation
- the URI of the location of the schema, used
for processing relative imports and includes. May be null if not used.
public java.lang.String generate(java.util.List typeList)
XSDHelper
generate
in interface XSDHelper
typeList
- a List containing the Types
public java.lang.String generate(java.util.List types, java.util.Map namespaceToSchemaLocation)
XSDHelper
generate
in interface XSDHelper
types
- a List containing the TypesnamespaceToSchemaLocation
- map of target namespace to schema locations or null
protected void registerXsdType(java.lang.String xsdSimpleType, java.lang.Class javaClass)
protected void initializeXsdTypes()
protected void registerXsdType(java.lang.String xsdSimpleType, java.lang.Class javaClass, java.lang.String sdoTypeName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |