protected class DefaultXBLManager.DefinitionRecord extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
XBLOMDefinitionElement |
definition
The definition element.
|
Element |
importElement
The import element that imported this definition.
|
String |
localName
The local name.
|
String |
namespaceURI
The namespace URI.
|
XBLOMTemplateElement |
template
The template element for this definition.
|
Constructor and Description |
---|
DefinitionRecord(String ns,
String ln,
XBLOMDefinitionElement def,
XBLOMTemplateElement t,
Element imp)
Creates a new DefinitionRecord.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object other)
Compares two definition records.
|
boolean |
equals(Object other)
Returns whether two definition records are the same.
|
public String namespaceURI
public String localName
public XBLOMDefinitionElement definition
public XBLOMTemplateElement template
public Element importElement
public DefinitionRecord(String ns, String ln, XBLOMDefinitionElement def, XBLOMTemplateElement t, Element imp)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.