Class ExtensionList
java.lang.Object
com.independentsoft.office.spreadsheet.extensions.ExtensionList
Represents a future-feature extension list (
extLst element) of a workbook,
worksheet, stylesheet or cell. Known extensions are parsed into typed models; unknown
extensions are preserved as raw XML.
This is the SpreadsheetML extension model. It is separate from
ExtensionList, which models the DrawingML
a:extLst / c:extLst lists.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new extension list.ExtensionList(InternalXMLStreamReader reader, ExtensionContentFactory factory)Instantiates a new extension list. -
Method Summary
-
Constructor Details
-
ExtensionList
public ExtensionList()Instantiates a new extension list. -
ExtensionList
public ExtensionList(InternalXMLStreamReader reader, ExtensionContentFactory factory) throws XMLStreamExceptionInstantiates a new extension list.Enters positioned ON the
extLststart element and leaves positioned ON its end element, so the caller's loop advances past it.- Parameters:
reader- the readerfactory- the content factory mapping extension child elements to typed models, or null to preserve every extension as raw XML- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details