Home | History | Annotate | Download | only in grxmlcompile

Lines Matching full:getattr

361 #define GETATTR(nAmE) ((attr=node.ToElement()->Attribute(nAmE))!=NULL) ? attr:""
362 m_XMLMode = GETATTR("mode");
363 m_XMLLanguage = GETATTR("xml:lang");
364 m_RootRule = GETATTR("root"); // The root rule name
368 m_XMLTagFormat = GETATTR("tag-format");
369 m_XMLVersion = GETATTR("version");
370 m_XMLBase = GETATTR("xml:base");
377 std::string meta_name = GETATTR("name");
378 std::string meta_value = GETATTR("content");
413 std::string ruleName = GETATTR("id" );
414 std::string s_tag = GETATTR("tag" );
447 std::string ruleScope = GETATTR("scope" );
560 std::string s = GETATTR("repeat" );
562 std::string s_tag = GETATTR("tag" );
605 std::string s_tag = GETATTR("tag" );
609 std::string s = GETATTR("uri" );
707 std::string s = GETATTR("number");
708 std::string s_tag = GETATTR("tag" );
982 std::string s = GETATTR("uri" );