BEA Systems, Inc.

weblogic.apache.xerces.xni.psvi
Interface ElementPSVI

All Superinterfaces:
ItemPSVI
All Known Implementing Classes:
ElementPSVImpl, PSVIElementNSImpl

Deprecated. please use JDK supplied XML parsers and transformers

public interface ElementPSVI
extends ItemPSVI

Represent a PSVI item for one element information item.


Field Summary
 
Fields inherited from interface weblogic.apache.xerces.xni.psvi.ItemPSVI
VALIDATION_FULL, VALIDATION_NONE, VALIDATION_PARTIAL, VALIDITY_INVALID, VALIDITY_UNKNOWN, VALIDITY_VALID
 
Method Summary
 weblogic.apache.xerces.impl.xs.psvi.XSElementDeclaration getElementDeclaration()
          Deprecated. An item isomorphic to the element declaration used to validate this element.
 weblogic.apache.xerces.impl.xs.psvi.XSNotationDeclaration getNotation()
          Deprecated. [notation]
 weblogic.apache.xerces.impl.xs.psvi.XSModel getSchemaInformation()
          Deprecated. [schema information]
 
Methods inherited from interface weblogic.apache.xerces.xni.psvi.ItemPSVI
getActualValue, getErrorCodes, getIsSchemaSpecified, getMemberTypeDefinition, getMemberTypes, getSchemaDefault, getSchemaNormalizedValue, getTypeDefinition, getValidationAttempted, getValidationContext, getValidity
 

Method Detail

getElementDeclaration

weblogic.apache.xerces.impl.xs.psvi.XSElementDeclaration getElementDeclaration()
Deprecated. 
An item isomorphic to the element declaration used to validate this element.

Returns:
an element declaration

getNotation

weblogic.apache.xerces.impl.xs.psvi.XSNotationDeclaration getNotation()
Deprecated. 
[notation]

Returns:
The notation declaration.
See Also:
XML Schema Part 1: Structures [notation]

getSchemaInformation

weblogic.apache.xerces.impl.xs.psvi.XSModel getSchemaInformation()
Deprecated. 
[schema information]

Returns:
The schema information property if it's the validation root, null otherwise.
See Also:
XML Schema Part 1: Structures [schema information]

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.