liquibase.parser.core.xml
Class XMLChangeLogSAXParser
java.lang.Object
liquibase.parser.core.xml.AbstractChangeLogParser
liquibase.parser.core.xml.XMLChangeLogSAXParser
- All Implemented Interfaces:
- ChangeLogParser, LiquibaseParser, PrioritizedService
public class XMLChangeLogSAXParser
- extends AbstractChangeLogParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLChangeLogSAXParser
public XMLChangeLogSAXParser()
getPriority
public int getPriority()
getSchemaVersion
public static String getSchemaVersion()
supports
public boolean supports(String changeLogFile,
ResourceAccessor resourceAccessor)
getSaxParserFactory
protected SAXParserFactory getSaxParserFactory()
parseToNode
protected ParsedNode parseToNode(String physicalChangeLogLocation,
ChangeLogParameters changeLogParameters,
ResourceAccessor resourceAccessor)
throws ChangeLogParseException
- Specified by:
parseToNode
in class AbstractChangeLogParser
- Throws:
ChangeLogParseException
Copyright © 2016 Liquibase.org. All rights reserved.