Serialized Form


Package org.apache.batik.anim

Class org.apache.batik.anim.AnimationException extends RuntimeException implements Serializable

Serialized Fields

e

TimedElement e
The timed element on which the error occurred.


code

String code
The error code.


params

Object[] params
The parameters to use for the error message.


message

String message
The message.


Package org.apache.batik.apps.rasterizer

Class org.apache.batik.apps.rasterizer.SVGConverterException extends Exception implements Serializable

Serialized Fields

errorCode

String errorCode
Error code


errorInfo

Object[] errorInfo
Additional information about the error condition


isFatal

boolean isFatal
Defines whether or not this is a fatal error condition


Package org.apache.batik.apps.slideshow

Class org.apache.batik.apps.slideshow.Main extends JComponent implements Serializable

Serialized Fields

renderer

StaticRenderer renderer

userAgent

UserAgent userAgent

loader

DocumentLoader loader

ctx

BridgeContext ctx

image

BufferedImage image

display

BufferedImage display

files

File[] files

done

boolean done

transitionThread

Thread transitionThread

startLastTransition

long startLastTransition

paused

boolean paused

Package org.apache.batik.apps.svgbrowser

Class org.apache.batik.apps.svgbrowser.AboutDialog extends JWindow implements Serializable

Class org.apache.batik.apps.svgbrowser.DOMDocumentTree extends JTree implements Serializable

Serialized Fields

eventListeners

EventListenerList eventListeners
Listeners list.


autoscrollInsets

Insets autoscrollInsets
The insets where autoscrolling is active.


scrollUnits

Insets scrollUnits
How much to scroll.


controller

DOMDocumentTreeController controller
The controller for this tree.

Class org.apache.batik.apps.svgbrowser.DOMDocumentTree.DOMDocumentTreeEvent extends EventObject implements Serializable

Class org.apache.batik.apps.svgbrowser.DOMViewer extends JFrame implements Serializable

Serialized Fields

listeners

Map<K,V> listeners
The map that contains the listeners


buttonFactory

ButtonFactory buttonFactory
The button factory.


panel

DOMViewer.Panel panel
The panel.


showWhitespace

boolean showWhitespace
Whether to show text nodes that contain only whitespace in the tree.


isCapturingClickEnabled

boolean isCapturingClickEnabled
Whether "capturing click" tool is enabled. If enabled, the element being clicked on is found and selected in the DOMViewer's document tree


domViewerController

DOMViewerController domViewerController
The DOMViewer controller.


elementOverlayManager

ElementOverlayManager elementOverlayManager
Manages the element selection on the canvas.


isElementOverlayEnabled

boolean isElementOverlayEnabled
Whether painting the overlay on the canvas is enabled.


historyBrowserInterface

HistoryBrowserInterface historyBrowserInterface
The history browsing manager. Manages undo / redo.


canEdit

boolean canEdit
Whether the DOMViewer can be used for editing the document.


overlayButton

JToggleButton overlayButton
The button for enabling and disabling the overlay.

Class org.apache.batik.apps.svgbrowser.DOMViewer.CapturingClickButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.DOMViewer.CloseButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.DOMViewer.OverlayButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.DOMViewer.Panel extends JPanel implements Serializable

Serialized Fields

document

Document document
The DOM document.


nodeInsertion

EventListener nodeInsertion
"Node inserted" DOM Mutation Listener.


nodeRemoval

EventListener nodeRemoval
"Node removed" DOM Mutation Listener.


attrModification

EventListener attrModification
"Attribute modified" DOM Mutation Listener.


charDataModification

EventListener charDataModification
"Character data modified" DOM Mutation Listener.


capturingListener

EventListener capturingListener
Capturing "click" event type listener. Allows the "capturing click" option


viewCSS

ViewCSS viewCSS
The ViewCSS object associated with the document.


tree

DOMDocumentTree tree
The tree.


splitPane

JSplitPane splitPane
The split pane.


rightPanel

JPanel rightPanel
The right panel.


propertiesTable

JTable propertiesTable
The properties table.


attributePanel

NodePickerPanel attributePanel
The panel to show the nodes attributes.


attributePanelLayout

GridBagConstraints attributePanelLayout
The layout for the attribute panel.


propertiesTableLayout

GridBagConstraints propertiesTableLayout
The layout for the properties table.


elementPanel

JPanel elementPanel
The element panel.


characterDataPanel

DOMViewer.Panel.CharacterPanel characterDataPanel
The CharacterData node panel.


documentInfo

JTextArea documentInfo
The documentInfo panel text area.


documentInfoPanel

JPanel documentInfoPanel
The documentInfo node panel.

Class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.CharacterPanel extends JPanel implements Serializable

Serialized Fields

node

Node node
Associated node.


textArea

JTextArea textArea
The text area.

Class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.NodeCSSValuesModel extends AbstractTableModel implements Serializable

Serialized Fields

node

Node node
The node.


style

CSSStyleDeclaration style
The computed style.


propertyNames

List<E> propertyNames
The property names.

Class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.NodeRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

elementIcon

ImageIcon elementIcon
The icon used to represent elements.


commentIcon

ImageIcon commentIcon
The icon used to represent comments.


piIcon

ImageIcon piIcon
The icon used to represent processing instructions.


textIcon

ImageIcon textIcon
The icon used to represent text.

Class org.apache.batik.apps.svgbrowser.DOMViewer.RedoButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.DOMViewer.UndoButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.FindDialog extends JDialog implements Serializable

Serialized Fields

buttonFactory

ButtonFactory buttonFactory
The button factory


gvtRoot

GraphicsNode gvtRoot
The GVT root into which text is searched.


walker

GVTTreeWalker walker
The GVTTreeWalker used to scan the GVT Tree.


currentIndex

int currentIndex
The current index in the TextNode's string.


search

JTextField search
The TextField that owns the text to search.


findButton

JButton findButton
The next button.


clearButton

JButton clearButton
The next button.


closeButton

JButton closeButton
The cancel button.


caseSensitive

JCheckBox caseSensitive
The case sensitive button.


svgCanvas

JSVGCanvas svgCanvas
The canvas.


highlightButton

JRadioButton highlightButton
The highlight button.


highlightCenterButton

JRadioButton highlightCenterButton
The highlight and center button.


highlightCenterZoomButton

JRadioButton highlightCenterZoomButton
The highlight center and zoom button.


listeners

Map<K,V> listeners
The map that contains the listeners

Class org.apache.batik.apps.svgbrowser.FindDialog.ClearButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.FindDialog.CloseButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.FindDialog.FindButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.HistoryBrowser.HistoryBrowserEvent extends EventObject implements Serializable

Class org.apache.batik.apps.svgbrowser.JPEGOptionPanel extends OptionPanel implements Serializable

Serialized Fields

quality

JSlider quality
The jpeg encoding quality.

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame extends JFrame implements Serializable

Serialized Fields

application

Application application
The current application.


svgCanvas

JSVGViewerFrame.Canvas svgCanvas
The JSVGCanvas.


svgCanvasPanel

JPanel svgCanvasPanel
The panel where the svgCanvas is displayed


window

JWindow window
A window used for full screen display


currentPath

File currentPath
The current path.


currentSavePath

File currentSavePath
The current export path.


backAction

JSVGViewerFrame.BackAction backAction
The back action


forwardAction

JSVGViewerFrame.ForwardAction forwardAction
The forward action


playAction

JSVGViewerFrame.PlayAction playAction
The play action


pauseAction

JSVGViewerFrame.PauseAction pauseAction
The pause action


stopAction

JSVGViewerFrame.StopAction stopAction
The stop action


previousTransformAction

JSVGViewerFrame.PreviousTransformAction previousTransformAction
The previous transform action


nextTransformAction

JSVGViewerFrame.NextTransformAction nextTransformAction
The next transform action


useStylesheetAction

JSVGViewerFrame.UseStylesheetAction useStylesheetAction
The use (author) stylesheet action


debug

boolean debug
The debug flag.


autoAdjust

boolean autoAdjust
The auto adjust flag.


managerStopped

boolean managerStopped
Whether the update manager was stopped.


userAgent

SVGUserAgent userAgent
The SVG user agent.


svgDocument

org.w3c.dom.svg.SVGDocument svgDocument
The current document.


uriChooser

URIChooser uriChooser
The URI chooser.


domViewer

DOMViewer domViewer
The DOM viewer.


findDialog

FindDialog findDialog
The Find dialog.


thumbnailDialog

ThumbnailDialog thumbnailDialog
The Find dialog.


transformDialog

JAffineTransformChooser.Dialog transformDialog
The transform dialog


locationBar

LocationBar locationBar
The location bar.


statusBar

StatusBar statusBar
The status bar.


title

String title
The initial frame title.


localHistory

LocalHistory localHistory
The local history.


transformHistory

TransformHistory transformHistory
The transform history.


alternateStyleSheet

String alternateStyleSheet
The alternate style-sheet title.


debugger

JSVGViewerFrame.Debugger debugger
The debugger object.


listeners

Map<K,V> listeners
The map that contains the action listeners


time

long time

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.AboutAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.BackAction extends AbstractAction implements Serializable

Serialized Fields

components

List<E> components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.Canvas extends JSVGCanvas implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.CloseAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.DOMViewerAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsJPGAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsPNGAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsTIFFAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FindDialogAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FlushAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ForwardAction extends AbstractAction implements Serializable

Serialized Fields

components

List<E> components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FullScreenAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.MonitorAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NewWindowAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NextTransformAction extends AbstractAction implements Serializable

Serialized Fields

components

List<E> components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.OpenAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.OpenLocationAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PauseAction extends AbstractAction implements Serializable

Serialized Fields

components

List<E> components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PlayAction extends AbstractAction implements Serializable

Serialized Fields

components

List<E> components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreferencesAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreviousTransformAction extends AbstractAction implements Serializable

Serialized Fields

components

List<E> components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PrintAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ReloadAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.SaveAsAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.SetTransformAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.StopAction extends AbstractAction implements Serializable

Serialized Fields

components

List<E> components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ThumbnailDialogAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ToggleDebuggerAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UseStylesheetAction extends AbstractAction implements Serializable

Serialized Fields

components

List<E> components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ViewSourceAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel extends JPanel implements Serializable

Serialized Fields

attributesTable

JTable attributesTable
The attributes table - the table that consists of attribute name and attribute value columns. Shows the element's attributes.


tableModelListener

TableModelListener tableModelListener
The Attribute table model listener.


attributePane

JScrollPane attributePane
The Attributes table ScrollPane.


attributesPanel

JPanel attributesPanel
The Attributes table and buttons Panel.


buttonFactory

ButtonFactory buttonFactory
The Button factory.


addButton

JButton addButton
The Add button.


removeButton

JButton removeButton
The Remove button.


attributesLabel

JLabel attributesLabel
The Attributes table label.


applyButton

JButton applyButton
The Apply button.


resetButton

JButton resetButton
The Reset button.


choosePanel

JPanel choosePanel
The OK and Cancel button Panel.


svgInputPanel

NodePickerPanel.SVGInputPanel svgInputPanel
The svg input panel.


isWellFormedLabel

JLabel isWellFormedLabel
The isWellFormed label.


svgInputPanelNameLabel

JLabel svgInputPanelNameLabel
The svgInputPanel name label.


shouldProcessUpdate

boolean shouldProcessUpdate
If the attribute table listener should process the update event and update node picker after an update on the table had triggered. Used instead of removing and adding the table listener.


previewElement

Element previewElement
The element that is being previewed or edited it's content (xml representation).


clonedElement

Element clonedElement
The copy of the original (preview) element. Used to synchronize svginput area and the attributes table, since the original elements attributes shouldn't be changed while previewing or editing it.


parentElement

Node parentElement
The parent Element for the element to be added. It is used when adding the new element, to get the information on where to be appended.


mode

int mode
The panel mode.


isDirty

boolean isDirty
If the element being edited is actually changed.


eventListeners

EventListenerList eventListeners
Listeners list.


controller

NodePickerController controller
The controller for this panel.


listeners

Map<K,V> listeners
The map that contains the listeners

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.AddButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.ApplyButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.AttributesTableModel extends DefaultTableModel implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog extends JDialog implements Serializable

Serialized Fields

returnCode

int returnCode
The Dialog results.


mainPanel

JPanel mainPanel
The Dialog main panel.


buttonFactory

ButtonFactory buttonFactory
The Button factory.


nodeNameLabel

JLabel nodeNameLabel
The node name label.


nodeNameField

JTextField nodeNameField
The node name field.


okButton

JButton okButton
The OK button.


cancelButton

JButton cancelButton
The Cancel button.


listeners

Map<K,V> listeners
The map that contains the listeners

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog.CancelButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog.OKButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.NodePickerEvent extends EventObject implements Serializable

Serialized Fields

type

int type
The type of this event.


result

String result
The string that is to be parsed.


contextNode

Node contextNode
The context node associated with this event.

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.RemoveButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.ResetButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.SVGInputPanel extends JPanel implements Serializable

Serialized Fields

nodeXmlArea

XMLTextEditor nodeXmlArea
The text area.

Class org.apache.batik.apps.svgbrowser.OptionPanel extends JPanel implements Serializable

Class org.apache.batik.apps.svgbrowser.OptionPanel.Dialog extends JDialog implements Serializable

Serialized Fields

ok

JButton ok
The 'ok' button.


panel

JPanel panel
The 'ok' button.

Class org.apache.batik.apps.svgbrowser.OptionPanel.Dialog.OKButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.PNGOptionPanel extends OptionPanel implements Serializable

Serialized Fields

check

JCheckBox check
The check box for outputing an indexed PNG.

Class org.apache.batik.apps.svgbrowser.PreferenceDialog extends JDialog implements Serializable

Serialized Fields

model

PreferenceManager model
PreferenceManager used to store and retrieve preferences


configurationPanel

PreferenceDialog.JConfigurationPanel configurationPanel
The configuration panel that holds each of the configuration pages.


userStylesheetEnabled

JCheckBox userStylesheetEnabled

userStylesheetLabel

JLabel userStylesheetLabel

userStylesheet

JTextField userStylesheet

userStylesheetBrowse

JButton userStylesheetBrowse

showRendering

JCheckBox showRendering

autoAdjustWindow

JCheckBox autoAdjustWindow

enableDoubleBuffering

JCheckBox enableDoubleBuffering

showDebugTrace

JCheckBox showDebugTrace

selectionXorMode

JCheckBox selectionXorMode

isXMLParserValidating

JCheckBox isXMLParserValidating

animationLimitUnlimited

JRadioButton animationLimitUnlimited

animationLimitCPU

JRadioButton animationLimitCPU

animationLimitFPS

JRadioButton animationLimitFPS

animationLimitCPULabel

JLabel animationLimitCPULabel

animationLimitFPSLabel

JLabel animationLimitFPSLabel

animationLimitCPUAmount

JTextField animationLimitCPUAmount

animationLimitFPSAmount

JTextField animationLimitFPSAmount

enforceSecureScripting

JCheckBox enforceSecureScripting

grantScriptFileAccess

JCheckBox grantScriptFileAccess

grantScriptNetworkAccess

JCheckBox grantScriptNetworkAccess

loadJava

JCheckBox loadJava

loadEcmascript

JCheckBox loadEcmascript

allowedScriptOrigin

JComboBox allowedScriptOrigin

allowedResourceOrigin

JComboBox allowedResourceOrigin

mediaList

JList mediaList

mediaListRemoveButton

JButton mediaListRemoveButton

mediaListClearButton

JButton mediaListClearButton

host

JTextField host

port

JTextField port

languagePanel

LanguageDialog.Panel languagePanel

mediaListModel

DefaultListModel mediaListModel

returnCode

int returnCode
Code indicating whether the dialog was okayed or cancelled.

Class org.apache.batik.apps.svgbrowser.PreferenceDialog.JConfigurationPanel extends JPanel implements Serializable

Serialized Fields

toolbar

JToolBar toolbar
The toolbar that allows selection between the pages.


panel

JPanel panel
The panel that holds the configuration pages.


layout

CardLayout layout
The layout manager for the configuration pages.


group

ButtonGroup group
The button group for the configuration page buttons.


page

int page
The currently selected page.

Class org.apache.batik.apps.svgbrowser.PreferenceDialog.JConfigurationPanel.ResizingCardLayout extends CardLayout implements Serializable

Class org.apache.batik.apps.svgbrowser.StatusBar extends JPanel implements Serializable

Serialized Fields

xPosition

JLabel xPosition
The x position/width label.


yPosition

JLabel yPosition
The y position/height label.


zoom

JLabel zoom
The zoom label.


message

JLabel message
The message label


mainMessage

String mainMessage
The main message


temporaryMessage

String temporaryMessage
The temporary message


displayThread

StatusBar.DisplayThread displayThread
The current display thread.

Class org.apache.batik.apps.svgbrowser.SVGOptionPanel extends OptionPanel implements Serializable

Serialized Fields

xmlbaseCB

JCheckBox xmlbaseCB
The svg encoding options.


prettyPrintCB

JCheckBox prettyPrintCB

Class org.apache.batik.apps.svgbrowser.ThumbnailDialog extends JDialog implements Serializable

Serialized Fields

svgCanvas

JSVGCanvas svgCanvas
The canvas that owns the SVG document to display.


svgThumbnailCanvas

JGVTComponent svgThumbnailCanvas
The canvas that displays the thumbnail.


documentChanged

boolean documentChanged
A flag bit that indicates a document has been loaded.


overlay

ThumbnailDialog.AreaOfInterestOverlay overlay
The overlay used to display the area of interest.


aoiListener

ThumbnailDialog.AreaOfInterestListener aoiListener
The overlay used to display the area of interest.


interactionEnabled

boolean interactionEnabled

Class org.apache.batik.apps.svgbrowser.XMLPreferenceManager.XMLProperties extends Properties implements Serializable


Package org.apache.batik.bridge

Class org.apache.batik.bridge.BridgeException extends RuntimeException implements Serializable

Serialized Fields

e

Element e
The element on which the error occured.


code

String code
The error code.


message

String message
The message.


params

Object[] params
The paramters to use for the error message.


line

int line
The line number on which the error occured.


node

GraphicsNode node
The graphics node that represents the current state of the GVT tree.

Class org.apache.batik.bridge.InterruptedBridgeException extends RuntimeException implements Serializable

Class org.apache.batik.bridge.UpdateManagerEvent extends EventObject implements Serializable

Serialized Fields

image

BufferedImage image
The buffered image.


dirtyAreas

List<E> dirtyAreas
The dirty areas, as a List of Rectangles.


clearPaintingTransform

boolean clearPaintingTransform
True if before painting this update the canvas's painting transform needs to be cleared.


Package org.apache.batik.bridge.svg12

Class org.apache.batik.bridge.svg12.ContentSelectionChangedEvent extends EventObject implements Serializable


Package org.apache.batik.css.engine

Class org.apache.batik.css.engine.CSSEngineEvent extends EventObject implements Serializable

Serialized Fields

element

Element element
The event target.


properties

int[] properties
The changed properties indexes.


Package org.apache.batik.css.parser

Class org.apache.batik.css.parser.ParseException extends RuntimeException implements Serializable

Serialized Fields

exception

Exception exception
The embedded exception if tunnelling, or null.

lineNumber

int lineNumber
The line number.

columnNumber

int columnNumber
The column number.

Package org.apache.batik.dom

Class org.apache.batik.dom.AbstractAttr extends AbstractParentNode implements Serializable

Serialized Fields

nodeName

String nodeName
The name of this node.


unspecified

boolean unspecified
Whether this attribute was not specified in the original document.


isIdAttr

boolean isIdAttr
Whether this attribute is an ID attribute


ownerElement

AbstractElement ownerElement
The owner element.


typeInfo

TypeInfo typeInfo
The attribute type information.

Class org.apache.batik.dom.AbstractAttrNS extends AbstractAttr implements Serializable

Serialized Fields

namespaceURI

String namespaceURI
The namespace URI

Class org.apache.batik.dom.AbstractCharacterData extends AbstractChildNode implements Serializable

Serialized Fields

nodeValue

String nodeValue
The value of this node.

Class org.apache.batik.dom.AbstractChildNode extends AbstractNode implements Serializable

Serialized Fields

parentNode

Node parentNode
The parent node of this node.


previousSibling

Node previousSibling
The previous sibling.


nextSibling

Node nextSibling
Returns the next sibling.

Class