class: XmlNode

private class: XmlNode
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:15:04; Modified: 16.07.2009 15:15:05;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F0FDBEAB-1D9B-4352-84F7-89A0A987B2C2}
 

Goto: Custom Properties, Fields, Methods

Implements: Node

See also: Node

Appears in: test

Connections
  • Realisation <<realize>> link to interface [test].Node    
 
Custom Properties
 
XmlNode Attributes
Attribute Details
private Map
  attributes
private String
  name
private String
  namespace
 
XmlNode Methods
Operation Details
public
equals(
   Object other):boolean
Sequential
Tags: annotations=@Override
public
XmlNode(
   Map attributes,
   String name,
   String namespace):
Sequential