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:
doronr%us.ibm.com
2005-02-22 22:11:51 +00:00
parent b6fcc19b80
commit 979f28eec3
9 changed files with 98 additions and 28 deletions

View File

@@ -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;

View File

@@ -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);