type, used to determine which ChildDef to use * @public */ var $content_model_type; /** * Does the element have a content model (#PCDATA | Inline)*? This * is important for chameleon ins and del processing. * @public */ var $descendants_are_inline; /** * Lookup table of tags excluded from all descendants of this tag. * @public */ var $excludes = array(); } ?>