android.databinding.tool.store
Class LayoutFileParser

java.lang.Object
  extended by 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.


Constructor Summary
LayoutFileParser()
           
 
Method Summary
 ResourceBundle.LayoutFileBundle parseXml(java.io.File inputFile, java.io.File outputFile, java.lang.String pkg, LayoutXmlProcessor.OriginalFileLookup originalFileLookup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutFileParser

public LayoutFileParser()
Method Detail

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