XmlDisassembler Interface

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

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.

Related Topics

XmlDisassemblerFactory.newInstance(XmlDisassemblerContext)

Method Summary

public View
toView()

Method Detail

toView() Method

public View toView()
throws XmlDisassemblerException

Exceptions

XmlDisassemblerException