System::Xml::Schema::XmlSchemaValidator::ValidateWhitespace 메서드

XmlSchemaValidator::ValidateWhitespace(const String&) method

지정된 string 내의 공백이 현재 요소 컨텍스트에서 허용되는지 검증하고, 현재 요소가 단순 내용을 가지고 있는 경우 검증을 위해 공백을 누적합니다.

void System::Xml::Schema::XmlSchemaValidator::ValidateWhitespace(const String &elementValue)
매개변수형식설명
elementValueconst String&현재 요소 컨텍스트에서 검증할 공백 string.

또 보기

XmlSchemaValidator::ValidateWhitespace(XmlValueGetter) method

지정된 XmlValueGetter 객체가 반환하는 공백이 현재 요소 컨텍스트에서 허용되는지 검증하고, 현재 요소가 단순 콘텐츠를 갖는 경우 검증을 위해 공백을 누적합니다.

void System::Xml::Schema::XmlSchemaValidator::ValidateWhitespace(XmlValueGetter elementValue)
매개변수형식설명
elementValueXmlValueGetter속성의 XML Schema 정의 언어 (XSD) 타입과 호환되는 유형으로 공백 값을 전달하기 위해 사용되는 XmlValueGetter 콜백입니다.

또 보기