org.apache.xerces.xni.psvi
Interface ElementPSVI
- All Superinterfaces:
- ItemPSVI
- public interface ElementPSVI
- extends ItemPSVI
Represent a PSVI item for one element information item.
The interface may be updated or replaced.
- Version:
- $Id: ElementPSVI.java,v 1.7 2003/02/20 23:10:44 elena Exp $
- Author:
- Elena Litani, IBM
Method Summary |
org.apache.xerces.impl.xs.psvi.XSElementDeclaration |
getElementDeclaration()
An item isomorphic to the element declaration used to validate
this element. |
org.apache.xerces.impl.xs.psvi.XSNotationDeclaration |
getNotation()
[notation] |
org.apache.xerces.impl.xs.psvi.XSModel |
getSchemaInformation()
[schema information] |
getElementDeclaration
public org.apache.xerces.impl.xs.psvi.XSElementDeclaration getElementDeclaration()
- An item isomorphic to the element declaration used to validate
this element.
- Returns:
- an element declaration
getNotation
public org.apache.xerces.impl.xs.psvi.XSNotationDeclaration getNotation()
- [notation]
- Returns:
- The notation declaration.
- See Also:
- XML Schema Part 1: Structures [notation]
getSchemaInformation
public org.apache.xerces.impl.xs.psvi.XSModel getSchemaInformation()
- [schema information]
- Returns:
- The schema information property if it's the validation root,
null otherwise.
- See Also:
- XML Schema Part 1: Structures [schema information]
Copyright © 1999-2003 Apache XML Project. All Rights Reserved.