Home
last modified time | relevance | path

Searched refs:is_xml_ (Results 1 – 1 of 1) sorted by relevance

/unit/src/java/nginx/unit/
H A DJspPropertyGroup.java18 private String is_xml_ = null; field in JspPropertyGroup
55 is_xml_ = node.getTextContent().trim(); in JspPropertyGroup()
124 return is_xml_; in getIsXml()