Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib21 / SerializationContext / Java getProcessingInstructions - SerializationContext
In This Topic
    Java getProcessingInstructions - SerializationContext
    In This Topic
    java.util.ArrayList getProcessingInstructions()
      Property Description  
        Property Name ProcessingInstructions  
        Property Type ArrayList  
        Accessors Read Only  
        Description Allows processing instructions to be added to the XML document  
        Remarks In this sample the instruction “<?xml-stylesheet type="text/xsl" href="simple.xsl"?>” was added

    <?xml version="1.0"?>
    <?xml-stylesheet type="text/xsl" href="simple.xsl"?>
    <breakfast_menu/>