Top Description Fields Methods
com.sun.org.apache.xerces.internal.xs

public Interface ElementPSVI

extends ItemPSVI
Known Direct Implementers
com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl, com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl

Represents a PSVI item for one element information item.

Field Summary

Inherited from com.sun.org.apache.xerces.internal.xs.ItemPSVI:
VALIDATION_FULLVALIDATION_NONEVALIDATION_PARTIALVALIDITY_INVALIDVALIDITY_NOTKNOWNVALIDITY_VALID

Method Summary

Modifier and TypeMethod and Description
public XSElementDeclaration
getElementDeclaration()

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

public boolean
getNil()

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

public XSNotationDeclaration
getNotation()

[notation]: the notation declaration.

public XSModel
getSchemaInformation()

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

Inherited from com.sun.org.apache.xerces.internal.xs.ItemPSVI:
constantgetActualNormalizedValuegetActualNormalizedValueTypegetErrorCodesgetErrorMessagesgetIsSchemaSpecifiedgetItemValueTypesgetMemberTypeDefinitiongetSchemaDefaultgetSchemaNormalizedValuegetSchemaValuegetTypeDefinitiongetValidationAttemptedgetValidationContextgetValidityisConstant

Method Detail

getElementDeclarationback to summary
public XSElementDeclaration getElementDeclaration()

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

getNilback to summary
public boolean getNil()

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

getNotationback to summary
public XSNotationDeclaration getNotation()

[notation]: the notation declaration.

getSchemaInformationback to summary
public XSModel getSchemaInformation()

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