Skip navigation links 
 
oracle.dss.dataView
Class BaseComponentXML
java.lang.Object
  
oracle.dss.dataView.BaseComponentXML
- Direct Known Subclasses:
 
- BaseGraphComponent, ExceptionalRiser, GraphFont, SFX, SFX, ThreeDViewMatrix
 
- 
public abstract class BaseComponentXML
 
- extends java.lang.Object
 
- For internal use only. Application developers should not use this
 
- The abstract base class for BaseGraphComponent, GraphFont, SFX, ExceptionalRiser and ThreeDViewMatrix.
 
 
  
 
  
 
| Method Summary | 
protected  java.lang.String | 
getComponentName() 
            | 
 boolean | 
getNonstyleXML(boolean allProperties, oracle.dss.util.xml.ObjectNode node) 
          Retrieves Non style properties of this component to XML returns whether if the node exists | 
 oracle.dss.util.xml.ObjectNode | 
getStyleXML(boolean allProperties) 
            | 
 boolean | 
getStyleXML(boolean allProperties, oracle.dss.util.xml.ObjectNode node) 
            | 
 oracle.dss.util.xml.ObjectNode | 
getXML(boolean allProperties) 
          Retrieves XML from this component returns null if no property is overridden | 
 void | 
setNonstyleXML(oracle.dss.util.xml.ObjectNode node) 
            | 
 void | 
setNonstyleXML(oracle.dss.util.xml.ObjectNode node, java.lang.String version, int reset) 
            | 
 void | 
setStyleXML(oracle.dss.util.xml.ObjectNode node) 
            | 
 void | 
setXML(oracle.dss.util.xml.ObjectNode node) 
            | 
 void | 
setXML(oracle.dss.util.xml.ObjectNode node, java.util.HashMap map) 
            | 
 void | 
setXML(oracle.dss.util.xml.ObjectNode node, java.lang.String version, int reset) 
            | 
 void | 
setXML(oracle.dss.util.xml.ObjectNode node, java.lang.String version, int reset, java.util.HashMap map) 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
m_jsfHashMap
protected java.util.HashMap m_jsfHashMap
BaseComponentXML
public BaseComponentXML()
- 
- For internal use only. Application developers should not use this
 
 
getComponentName
protected java.lang.String getComponentName()
- 
- For internal use only. Application developers should not use this
 
- Retrieves the name of the component
 
 
getXML
public oracle.dss.util.xml.ObjectNode getXML(boolean allProperties)
- Retrieves XML from this component returns null if no property is overridden
 
getNonstyleXML
public boolean getNonstyleXML(boolean allProperties,
                              oracle.dss.util.xml.ObjectNode node)
- Retrieves Non style properties of this component to XML returns whether if the node exists
 
getStyleXML
public oracle.dss.util.xml.ObjectNode getStyleXML(boolean allProperties)
- 
- For internal use only. Application developers should not use this
 
- Retrieves style properties of this component to XML returns ObjectNode if style is overridden
 
 
getStyleXML
public boolean getStyleXML(boolean allProperties,
                           oracle.dss.util.xml.ObjectNode node)
- 
- For internal use only. Application developers should not use this
 
- Retrieves style properties of this component to XML returns whether style is overridden
 
 
setXML
public void setXML(oracle.dss.util.xml.ObjectNode node,
                   java.util.HashMap map)
- 
- For internal use only. Application developers should not use this
 
- Sets XML on this component
 
 
setXML
public void setXML(oracle.dss.util.xml.ObjectNode node)
- 
- For internal use only. Application developers should not use this
 
- Sets XML on this component
 
 
setXML
public void setXML(oracle.dss.util.xml.ObjectNode node,
                   java.lang.String version,
                   int reset,
                   java.util.HashMap map)
- 
- For internal use only. Application developers should not use this
 
- Sets XML on this component
 
 
setXML
public void setXML(oracle.dss.util.xml.ObjectNode node,
                   java.lang.String version,
                   int reset)
- 
- For internal use only. Application developers should not use this
 
- Sets XML on this component
 
 
setStyleXML
public void setStyleXML(oracle.dss.util.xml.ObjectNode node)
- 
- For internal use only. Application developers should not use this
 
- Sets Style properties of this component from XML
 
 
setNonstyleXML
public void setNonstyleXML(oracle.dss.util.xml.ObjectNode node)
- 
- For internal use only. Application developers should not use this
 
- Sets Nonstyle properties of this component from XML
 
 
setNonstyleXML
public void setNonstyleXML(oracle.dss.util.xml.ObjectNode node,
                           java.lang.String version,
                           int reset)
- 
- For internal use only. Application developers should not use this
 
- Sets Nonstyle properties of this component from XML
 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.