Searched refs:_xml (Results 1 – 5 of 5) sorted by relevance
28 protected Resource _xml; field in Descriptor35 _xml = xml; in Descriptor()65 _root = _parser.parse(_xml.getInputStream()); in parse()69 _xml.release(); in parse()76 return _xml; in getResource()86 return this.getClass().getSimpleName()+"("+_xml+")"; in toString()
114 … throw new IllegalStateException("Duplicate <other> clause detected in "+_xml.getURI()); in processBefores()140 … throw new IllegalStateException("Duplicate <other> clause detected in "+_xml.getURI()); in processAfters()
414 _root = _parser.parse(_xml.getInputStream()); in parse()418 _root = _parser.parse(_xml.getURL().toString()); in parse()423 LOG.warn("No TLD root in {}",_xml); in parse()
207 …LOG.debug(_xml.toString()+": Calculated metadatacomplete = " + _metaDataComplete + " with version=… in processVersion()
7 if [ ${b%_xml} != $b ]; then