public interface

ElementPSVI

implements ItemPSVI
org.apache.xerces.xs.ElementPSVI
Known Indirect Subclasses

Class Overview

Represents a PSVI item for one element information item.

Summary

[Expand]
Inherited Constants
From interface org.apache.xerces.xs.ItemPSVI
Public Methods
abstract XSElementDeclaration getElementDeclaration()
[element declaration]: an item isomorphic to the element declaration used to validate this element.
abstract boolean getNil()
[nil]: true if clause 3.2 of Element Locally Valid (Element) (3.3.4) is satisfied, otherwise false.
abstract XSNotationDeclaration getNotation()
[notation]: the notation declaration.
abstract XSModel getSchemaInformation()
schema information: the schema information property if it is the validation root, null otherwise.
[Expand]
Inherited Methods
From interface org.apache.xerces.xs.ItemPSVI

Public Methods

public abstract XSElementDeclaration getElementDeclaration ()

[element declaration]: an item isomorphic to the element declaration used to validate this element.

public abstract boolean getNil ()

[nil]: true if clause 3.2 of Element Locally Valid (Element) (3.3.4) is satisfied, otherwise false.

public abstract XSNotationDeclaration getNotation ()

[notation]: the notation declaration.

public abstract XSModel getSchemaInformation ()

schema information: the schema information property if it is the validation root, null otherwise.