XmlHelperIsNameValid Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Validate the passed name.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static bool IsNameValid(
string name
)
Parameters
- name
- Type: SystemString
The XML name to validate.
Return Value
Type:
Booleantrue if the name is valid,
false otherwise.
Remarks
Currently, this does not allow the "CombiningChar" or "Extender"
characters that are allowed by the XML specification 1.0 2ed
section 2.3 [4].
See Also