org.apache.batik.bridge.svg12

Class DefaultXBLManager.DefinitionRecord

protected class DefaultXBLManager.DefinitionRecord extends Object implements Comparable

Record class for storing information about an XBL definition.
Field Summary
XBLOMDefinitionElementdefinition
The definition element.
ElementimportElement
The import element that imported this definition.
StringlocalName
The local name.
StringnamespaceURI
The namespace URI.
XBLOMTemplateElementtemplate
The template element for this definition.
Constructor Summary
DefinitionRecord(String ns, String ln, XBLOMDefinitionElement def, XBLOMTemplateElement t, Element imp)
Creates a new DefinitionRecord.
Method Summary
intcompareTo(Object other)
Compares two definition records.
booleanequals(Object other)
Returns whether two definition records are the same.

Field Detail

definition

public XBLOMDefinitionElement definition
The definition element.

importElement

public Element importElement
The import element that imported this definition.

localName

public String localName
The local name.

namespaceURI

public String namespaceURI
The namespace URI.

template

public XBLOMTemplateElement template
The template element for this definition.

Constructor Detail

DefinitionRecord

public DefinitionRecord(String ns, String ln, XBLOMDefinitionElement def, XBLOMTemplateElement t, Element imp)
Creates a new DefinitionRecord.

Method Detail

compareTo

public int compareTo(Object other)
Compares two definition records.

equals

public boolean equals(Object other)
Returns whether two definition records are the same.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.