System::Xml::XmlReader::IsNameToken メソッド
XmlReader::IsNameToken method
文字列引数が有効な XML 名トークンかどうかを示す値を返します。
static bool System::Xml::XmlReader::IsNameToken(const String &str)
| パラメーター | 型 | 説明 |
|---|---|---|
| str | const String& | 検証対象の名前トークンです。 |
ReturnValue
true if it is a valid name token; otherwise false.
参照
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++