com.bea.netuix.application.transform.disassembler
Interface XmlDisassembler


public interface XmlDisassembler

Key interface for the disassembler. The purpose of a disassembler is to turn an XML document into a View object. In order to obtain a disassembler instance, create an XmlDisassemblerContext instance, which describes the document source, locale, and other pertinent information, and then invoke XmlDisassemblerFactory.

See Also
XmlDisassemblerFactory.newInstance(XmlDisassemblerContext)
This interface is intended to be implemented only by BEA Weblogic Portal. BEA Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal.

Method Summary
 View toView()
           
 

Method Detail

toView

View toView()
            throws XmlDisassemblerException
Throws
XmlDisassemblerException


Copyright © 2008 BEA Systems, Inc. All Rights Reserved