Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib20 / SerializationContext / Java getAdditionalRootAttributes - SerializationContext
In This Topic
    Java getAdditionalRootAttributes - SerializationContext
    In This Topic
    AttributeCol getAdditionalRootAttributes()
      Property Description  
        Property Name AdditionalRootAttributes  
        Property Type AttributeCol  
        Accessors Read Only  
        Description Allows additional root elements to be specified.  
        Remarks In the sample a single element was added, allowing the schemaLocation attribute to be added.

    <?xml version="1.0"?>
    <purchaseReport xmlns="http://www.example.com/Report"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.example.com/Report
    http://www.example.com/Report.xsd">