Skip to content
Snippets Groups Projects
Commit f8a1f270 authored by PeiYong Zhang's avatar PeiYong Zhang
Browse files

getDatatypeValidator()

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176038 13f79535-47bb-0310-9956-ffa450edef68
parent 83a7cf28
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@
/*
* $Log$
* Revision 1.12 2004/09/13 21:23:00 peiyongz
* getDatatypeValidator()
*
* Revision 1.11 2004/09/08 13:56:09 peiyongz
* Apache License Version 2.0
*
......@@ -365,6 +368,11 @@ public:
*/
bool derivedFromType(const XSTypeDefinition* const ancestorType);
/**
*
*/
inline DatatypeValidator* getDatatypeValidator() const;
//@}
//----------------------------------
......@@ -477,6 +485,12 @@ XSSimpleTypeDefinition::setPrimitiveType(XSSimpleTypeDefinition* const toSet)
fPrimitiveOrItemType = toSet;
}
inline DatatypeValidator*
XSSimpleTypeDefinition::getDatatypeValidator() const
{
return fDatatypeValidator;
}
XERCES_CPP_NAMESPACE_END
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment