FileDocCategorySizeDatePackage
ElementPSVI.javaAPI DocJava SE 5 API3511Fri Aug 26 14:55:58 BST 2005com.sun.org.apache.xerces.internal.xs

ElementPSVI

public interface ElementPSVI implements ItemPSVI
Represents a PSVI item for one element information item.

Fields Summary
Constructors Summary
Methods Summary
public com.sun.org.apache.xerces.internal.xs.XSElementDeclarationgetElementDeclaration()
[element declaration]: an item isomorphic to the element declaration used to validate this element.

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

public com.sun.org.apache.xerces.internal.xs.XSNotationDeclarationgetNotation()
[notation]: the notation declaration.

public com.sun.org.apache.xerces.internal.xs.XSModelgetSchemaInformation()
schema information: the schema information property if it is the validation root, null otherwise.