org.apache.xerces.xni.psvi
Interface ElementPSVI

All Superinterfaces:
ItemPSVI

public interface ElementPSVI
extends ItemPSVI


Fields inherited from interface org.apache.xerces.xni.psvi.ItemPSVI
FULL_VALIDATION, INVALID_VALIDITY, NO_VALIDATION, PARTIAL_VALIDATION, UNKNOWN_VALIDITY, VALID_VALIDITY
 
Method Summary
 java.lang.String getNotationPublicId()
          [notation public]
 java.lang.String getNotationSystemId()
          [notation system]
 java.lang.String getSchemaNamespace()
          [schema namespace]
 boolean isNil()
          [nil]
 
Methods inherited from interface org.apache.xerces.xni.psvi.ItemPSVI
getErrorCodes, getMemberTypeName, getMemberTypeNamespace, getSchemaDefault, getSchemaNormalizedValue, getTypeDefinitionType, getTypeName, getTypeNamespace, getValidationAttempted, getValidationContext, getValidity, isMemberTypeAnonymous, isSpecified, isTypeAnonymous
 

Method Detail

isNil

public boolean isNil()
[nil]
Returns:
true if clause 3.2 of Element Locally Valid (Element) (3.3.4) above is satisfied, otherwise false
See Also:

getNotationPublicId

public java.lang.String getNotationPublicId()
[notation public]
Returns:
The value of the {public identifier} of that notation declaration.
See Also:
XML Schema Part 1: Structures [notation]

getNotationSystemId

public java.lang.String getNotationSystemId()
[notation system]
Returns:
The value of the {system identifier} of that notation declaration.
See Also:

getSchemaNamespace

public java.lang.String getSchemaNamespace()
[schema namespace]
Returns:
A namespace name or absent.
See Also:
XML Schema Part 1: Structures [schema information]


Copyright © 1999-2002 Apache XML Project. All Rights Reserved.