| 595 | | // It also does a validity check, and returns false if the qualified name is invalid |
| 596 | | // (empty string or invalid characters). |
| 597 | | static bool parseQualifiedName(const String& qualifiedName, String& prefix, String& localName); |
| | 595 | // It also does a validity check, and returns false if the qualified name |
| | 596 | // is invalid. It also sets ExceptionCode when name is invalid. |
| | 597 | static bool parseQualifiedName(const String& qualifiedName, String& prefix, String& localName, ExceptionCode&); |
| | 598 | |
| | 599 | // Checks to make sure prefix and namespace do not conflict (per DOM Core 3) |
| | 600 | static bool hasPrefixNamespaceMismatch(const QualifiedName&); |