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:
@@ -246,9 +246,9 @@ NS_IMETHODIMP nsSchemaValidator::Validate(nsIDOMNode* aElement, PRBool *aResult)
|
||||
/*
|
||||
Returns the nsISchemaType for a given value/type/namespace pair.
|
||||
*/
|
||||
nsresult nsSchemaValidator::GetType(const nsAString & aType,
|
||||
const nsAString & aNamespace,
|
||||
nsISchemaType ** aSchemaType)
|
||||
NS_IMETHODIMP nsSchemaValidator::GetType(const nsAString & aType,
|
||||
const nsAString & aNamespace,
|
||||
nsISchemaType ** aSchemaType)
|
||||
{
|
||||
nsresult rv;
|
||||
|
||||
|
||||
@@ -118,10 +118,6 @@ public:
|
||||
private:
|
||||
~nsSchemaValidator();
|
||||
|
||||
nsresult GetType(const nsAString & aType,
|
||||
const nsAString & aNamespace,
|
||||
nsISchemaType **aSchemaType);
|
||||
|
||||
// methods dealing with simpletypes
|
||||
nsresult ValidateSimpletype(const nsAString & aNodeValue, nsISchemaSimpleType *aSchemaSimpleType, PRBool *aResult);
|
||||
nsresult ValidateRestrictionSimpletype(const nsAString & aNodeValue, nsISchemaSimpleType *aSchemaSimpleType, PRBool *aResult);
|
||||
|
||||
Reference in New Issue
Block a user