|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BOXSDHelper
Provides access to additional information when the Type or Property is defined by an XML Schema (XSD). Methods return null/false otherwise or if the information is unavailable. Defines Types from an XSD.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
commonj.sdo.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. |
boolean |
hasAnyAttribute(commonj.sdo.Type type)
Returns true if the Type contains an anyAttribute tag,
or returns false if the Type does not. |
boolean |
isAttribute(commonj.sdo.Property property)
Returns true if the Property is derived from an attribute,
or returns false otherwise |
boolean |
isElement(commonj.sdo.Property property)
Returns true if the Property is derived from an element,
or returns false otherwise |
boolean |
isMixed(commonj.sdo.Type type)
Returns true if the Type is declared to contain mixed content. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
boolean isMixed(commonj.sdo.Type type)
type
- to identify if mixed content.
commonj.sdo.Property getGlobalProperty(java.lang.String uri, java.lang.String propertyName, boolean isElement)
uri
- The uri of the targetNamespace.propertyName
- The name of the global property.isElement
- is true for global elements, false for global attributes.
boolean hasAnyAttribute(commonj.sdo.Type type)
true
if the Type contains an anyAttribute tag,
or returns false
if the Type does not.
type
- to identify if the anyAttribute tag is present.
boolean isElement(commonj.sdo.Property property)
true
if the Property is derived from an element,
or returns false
otherwise
property
- to identify if the Property is derived from an element
boolean isAttribute(commonj.sdo.Property property)
true
if the Property is derived from an attribute,
or returns false
otherwise
property
- to identify if the Property is derived from an attribute
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |