System::Xml::Xsl::XsltContext::PreserveWhitespace method

XsltContext::PreserveWhitespace method

عند تجاوزها في فئة مشتقة، تقيم ما إذا كان يجب الحفاظ على عقد المسافات البيضاء أو إزالتها للسياق المعطى.

virtual bool System::Xml::Xsl::XsltContext::PreserveWhitespace(SharedPtr<System::Xml::XPath::XPathNavigator> node)=0
معاملنوعالوصف
العقدةSharedPtr<System::Xml::XPath::XPathNavigator>عقدة المسافة البيضاء التي يجب الحفاظ عليها أو إزالتها في السياق الحالي.

ReturnValue

true if the white space is to be preserved; false if the white space is to be stripped.

انظر أيضًا