android.databinding.tool.store
Class LayoutFileParser
java.lang.Object
android.databinding.tool.store.LayoutFileParser
public class LayoutFileParser
- extends java.lang.Object
Gets the list of XML files and creates a list of
ResourceBundle
that can be persistent or converted to
LayoutBinder.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutFileParser
public LayoutFileParser()
parseXml
public ResourceBundle.LayoutFileBundle parseXml(java.io.File inputFile,
java.io.File outputFile,
java.lang.String pkg,
LayoutXmlProcessor.OriginalFileLookup originalFileLookup)
throws javax.xml.parsers.ParserConfigurationException,
java.io.IOException,
org.xml.sax.SAXException,
javax.xml.xpath.XPathExpressionException
- Throws:
javax.xml.parsers.ParserConfigurationException
java.io.IOException
org.xml.sax.SAXException
javax.xml.xpath.XPathExpressionException