System::Xml::XmlAttribute::get_BaseURI メソッド
XmlAttribute::get_BaseURI method
ノードの基本 Uniform Resource Identifier(URI)を返します。
String System::Xml::XmlAttribute::get_BaseURI() override
ReturnValue
ノードが読み込まれた場所、またはノードに基本 URI がない場合は String::Empty が返されます。 Attribute ノードは所有要素と同じ基本 URI を持ちます。属性ノードに所有要素がない場合、get_BaseURI は String::Empty を返します。
参照
- Class String
- Class XmlAttribute
- Namespace System::Xml
- Library Aspose.Page for C++