org.apache.xerces.xni.psvi
Interface ElementPSVI
- All Superinterfaces:
- ItemPSVI
- public interface ElementPSVI
- extends ItemPSVI
Methods inherited from interface org.apache.xerces.xni.psvi.ItemPSVI |
getErrorCodes, getMemberTypeName, getMemberTypeNamespace, getTypeDefinitionType, getTypeName, getTypeNamespace, getValidationAttempted, getValidationContext, getValidity, isMemberTypeAnonymous, isTypeAnonymous, schemaDefault, schemaNormalizedValue, schemaSpecified |
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:
- ,
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:
- ,
Copyright © 1999-2001 Apache XML Project. All Rights Reserved.