org.apache.solr.util
Class XML

java.lang.Object
  extended by org.apache.solr.common.util.XML
      extended by org.apache.solr.util.XML

Deprecated. Use org.apache.solr.common.util.XML.

@Deprecated
public class XML
extends org.apache.solr.common.util.XML

This class is scheduled for deletion. Please update your code to the moved package.


Constructor Summary
XML()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.solr.common.util.XML
escapeAttributeValue, escapeAttributeValue, escapeCharData, writeUnescapedXML, writeXML, writeXML, writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XML

public XML()
Deprecated.