public class DOMConfigurator extends Object
LogDistiller
Constructor and Description |
---|
DOMConfigurator() |
DOMConfigurator(Map<String,String> overriddenProperties) |
public DOMConfigurator()
public DOMConfigurator(Map<String,String> overriddenProperties)
public LogDistiller read(File f) throws ParserConfigurationException, IOException, SAXException
public LogDistiller read(File f, ErrorHandler errorHandler) throws ParserConfigurationException, IOException, SAXException
public LogDistiller read(InputStream in) throws ParserConfigurationException, IOException, SAXException
public LogDistiller read(InputStream in, ErrorHandler errorHandler) throws ParserConfigurationException, IOException, SAXException
public LogDistiller read(InputSource inputSource) throws ParserConfigurationException, IOException, SAXException
protected boolean begin()
protected void end(boolean really)
protected void addWarning(String warning)
public LogDistiller read(InputSource inputSource, ErrorHandler errorHandler) throws ParserConfigurationException, IOException, SAXException
public LogDistiller parse(Element element)
protected LogDistiller.LogType parseLogType(Element element)
protected Attributes parseAttributes(String paramAttributes, Element element)
protected Attributes.Extension[] parseExtensions(Iterator<Element> iter)
protected Attributes.Extension parseExtension(Element element)
protected LogDistiller.Output parseOutput(Element element)
protected LogDistiller.Report[] parseReports(Iterator<Element> iter, String context)
protected LogDistiller.Report parseReport(Element element, String context)
protected LogDistiller.Report[] buildCompatibilityReports(Map<String,String> params)
protected LogDistiller.Category[] parseCategories(Iterator<Element> iter)
protected LogDistiller.Group[] parseGroups(Iterator<Element> iter, LogDistiller.Category[] categories)
protected LogDistiller.Group parseGroup(Element element, Map<String,LogDistiller.Category> categories)
protected Condition[] parseConditions(Iterator<Element> iter)
protected Condition parseCondition(Element element)
protected Match[] parseMatchs(Iterator<Element> iter)
protected Match parseMatch(Element element)
protected LogDistiller.Plugin[] parsePlugins(Iterator<Element> iter, String context)
protected LogDistiller.Plugin parsePlugin(Element element, String context)
Copyright © 2004–2014. All rights reserved.