diff Lib/IMPL/DOM/Schema/Node.pm @ 103:c289ed9662ca

Schema beta 2 More strict validation, support for inflating a simple nodes and properties
author wizard
date Fri, 07 May 2010 18:17:40 +0400
parents df6b4f054957
children 196bf443b5e1
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/Node.pm	Fri May 07 08:05:23 2010 +0400
+++ b/Lib/IMPL/DOM/Schema/Node.pm	Fri May 07 18:17:40 2010 +0400
@@ -43,6 +43,8 @@
     }
 }
 
+sub inflator { undef; }
+
 sub qname {
     $_[0]->nodeName.'[name='.$_[0]->{$name}.']';
 }