Exemplo n.º 1
0
		public void ExpandChildren(ElementItem element,
			ExpandStyle expandStyle)
		{

			element.ExpandAttrsOrChildren(element.m_attrsExpand, 
				expandStyle,
				true);
		}
Exemplo n.º 2
0
		public void ExpandAttrs(ElementItem element,
			ExpandStyle expandStyle)
		{
			element.ExpandAttrsOrChildren(expandStyle,
				element.m_childrenExpand, 
				true);
		}