Oracle Data-aware Controls Reference

oracle.dacf.style
Class StyleLayerXMLFile

java.lang.Object
  |
  +--oracle.dacf.style.StyleLayerImpl
        |
        +--oracle.dacf.style.StyleLayerXMLFile
All Implemented Interfaces:
StyleLayer

public class StyleLayerXMLFile
extends StyleLayerImpl

StyleLayerXMLFile is responsible for serializing the XML parse trees, from a file. It expects a XMLParser on the client to serialize the information from and to XML

Version:
INTERNAL

Fields inherited from class oracle.dacf.style.StyleLayerImpl
_clientDocument, _piggyback, _root, PIGGYBACK
 
Constructor Summary
StyleLayerXMLFile(java.io.File file)
          Constructor
StyleLayerXMLFile(java.lang.String name)
          Constructor
 
Method Summary
 void save()
          saves the latest document/piggyback definition.
 
Methods inherited from class oracle.dacf.style.StyleLayerImpl
getPiggyback, getRoot, setPiggyback, setRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleLayerXMLFile

public StyleLayerXMLFile(java.io.File file)
Constructor
Parameters:
file, - the file

StyleLayerXMLFile

public StyleLayerXMLFile(java.lang.String name)
Constructor
Parameters:
name, - the name of the file
Method Detail

save

public void save()
saves the latest document/piggyback definition.
Overrides:
save in class StyleLayerImpl

Oracle Data-aware Controls Reference