ch.qos.logback.core.joran.spi
Class XMLUtil

java.lang.Object
  extended by ch.qos.logback.core.joran.spi.XMLUtil

public class XMLUtil
extends Object


Field Summary
static int ILL_FORMED
           
static int UNRECOVERABLE_ERROR
           
 
Constructor Summary
XMLUtil()
           
 
Method Summary
static int checkIfWellFormed(URL url, StatusManager sm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ILL_FORMED

public static final int ILL_FORMED
See Also:
Constant Field Values

UNRECOVERABLE_ERROR

public static final int UNRECOVERABLE_ERROR
See Also:
Constant Field Values
Constructor Detail

XMLUtil

public XMLUtil()
Method Detail

checkIfWellFormed

public static int checkIfWellFormed(URL url,
                                    StatusManager sm)


Copyright © 2005-2013 QOS.ch. All Rights Reserved.