XForms bug 273428. Patch by aaronr, r=me,beaufour.
git-svn-id: svn://10.0.0.236/trunk@169616 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -77,3 +77,11 @@ PRBool nsXFormsSchemaValidator::Validate(nsIDOMNode* aElement)
|
||||
return isValid;
|
||||
}
|
||||
|
||||
PRBool nsXFormsSchemaValidator::GetType(const nsAString & aType,
|
||||
const nsAString & aNamespace, nsISchemaType **aSchemaType)
|
||||
{
|
||||
NS_ENSURE_TRUE(mSchemaValidator, PR_FALSE);
|
||||
nsresult rv = mSchemaValidator->GetType(aType, aNamespace, aSchemaType);
|
||||
|
||||
return( NS_SUCCEEDED(rv) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user