Lines Matching refs:property

775     PropertyNode * property = dynamic_cast< PropertyNode * >(  in handlePlainGroupProp()  local
777 if (property->getLayer() > valueParser_.getLayer()) { in handlePlainGroupProp()
783 property->getFinalized()); in handlePlainGroupProp()
784 property->setFinalized(finalizedLayer); in handlePlainGroupProp()
785 if (type != TYPE_ERROR && property->getStaticType() != TYPE_ANY && in handlePlainGroupProp()
786 type != property->getStaticType()) in handlePlainGroupProp()
795 valueParser_.type_ = type == TYPE_ERROR ? property->getStaticType() : type; in handlePlainGroupProp()
802 property, in handlePlainGroupProp()
808 if (!property->isExtension()) { in handlePlainGroupProp()
825 xmlreader::XmlReader const & reader, LocalizedPropertyNode * property, in handleLocalizedGroupProp() argument
828 if (property->getLayer() > valueParser_.getLayer()) { in handleLocalizedGroupProp()
834 property->getFinalized()); in handleLocalizedGroupProp()
835 property->setFinalized(finalizedLayer); in handleLocalizedGroupProp()
836 if (type != TYPE_ERROR && property->getStaticType() != TYPE_ANY && in handleLocalizedGroupProp()
837 type != property->getStaticType()) in handleLocalizedGroupProp()
846 valueParser_.type_ = type == TYPE_ERROR ? property->getStaticType() : type; in handleLocalizedGroupProp()
852 property, in handleLocalizedGroupProp()
860 valueParser_.getLayer(), property->getStaticType(), in handleLocalizedGroupProp()
861 property->isNillable())); in handleLocalizedGroupProp()
862 replacement->setFinalized(property->getFinalized()); in handleLocalizedGroupProp()