org.jboss.seam.xml.bootstrap
Interface XmlDocument


public interface XmlDocument


Method Summary
 String getFileUrl()
          This serves two purposes, one it is used to display to the user the location of the file that contains an error, and the reversed file URL is also used to sort the bean results so the beans are always installed in the same order.
 InputSource getInputSource()
           
 

Method Detail

getInputSource

InputSource getInputSource()

getFileUrl

String getFileUrl()
This serves two purposes, one it is used to display to the user the location of the file that contains an error, and the reversed file URL is also used to sort the bean results so the beans are always installed in the same order.



Copyright © 2010 Seam Framework. All Rights Reserved.