Searched defs:XML (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/solr/client/ruby/solr-ruby/lib/solr/
H A Dxml.rb13 module Solr::XML
22 # then make a few modifications to XML::Node so it can stand in for REXML::Element
23 class XML::Node class
38 # And use XML::Node for our XML generation
39 Solr::XML::Element = XML::Node
45 Solr::XML::Element = REXML::Element
/lucene-3.6.0/solr/core/src/java/org/apache/solr/util/
H A DXML.java23 * @deprecated Use org.apache.solr.common.util.XML.
26 public class XML extends org.apache.solr.common.util.XML { class in inherits:org.apache.solr.common.util.XML
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/common/util/
H A DXML.java25 * @version $Id: XML.java 724662 2008-12-09 11:18:48Z shalin $
27 public class XML { class
33 // many chars less than 0x20 are *not* valid XML, even when escaped!
34 // for example, <foo>&#0;<foo> is invalid XML.
54 #NOTE: invalid XML chars are "escaped" as #nn; *not* &#nn; because
55 #a real XML escape would cause many strict XML parsers to choke.
107 /** does NOT escape character data in val, must already be valid XML */

Completed in 19 milliseconds