Class PredefinedPrefixInNamespaceDeclarationException

All Implemented Interfaces:
Serializable

public class PredefinedPrefixInNamespaceDeclarationException extends RumbleException
Exception for XQST0070: It is a static error if a namespace declaration attribute attempts to do any of the following: - Bind the prefix xml to some namespace URI other than http://www.w3.org/XML/1998/namespace - Bind the prefix xmlns to any namespace URI - Bind a prefix to the namespace URI http://www.w3.org/2000/xmlns/
See Also:
  • Constructor Details

    • PredefinedPrefixInNamespaceDeclarationException

      public PredefinedPrefixInNamespaceDeclarationException(String message, ExceptionMetadata metadata)
    • PredefinedPrefixInNamespaceDeclarationException

      public PredefinedPrefixInNamespaceDeclarationException(String message)