Oracle Data-aware Controls Reference

oracle.dacf.style
Class StyleLayerXMLFile

java.lang.Object
  extended byoracle.dacf.style.StyleLayerImpl
      extended byoracle.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

Field Summary
 
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


StyleLayerXMLFile

public StyleLayerXMLFile(java.lang.String name)
Constructor

Method Detail

save

public void save()
saves the latest document/piggyback definition.

Specified by:
save in interface StyleLayer
Overrides:
save in class StyleLayerImpl

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.