示例#1
0
 public Element getFiltersNode() {
   return XmlUtils.getFirstNodeByTagName(xmlFile.getDocument(), "filters");
 }
示例#2
0
 public Element getAjaxIncludesNode() {
   return XmlUtils.getFirstNodeByTagName(xmlFile.getDocument(), "ajax-includes");
 }
示例#3
0
 public Element getMappingsNode() {
   return XmlUtils.getFirstNodeByTagName(xmlFile.getDocument(), "mappings");
 }