class: FirstXmlHandler

private class: FirstXmlHandler
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:06;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {22B8AD1B-5C1A-4454-B579-0DC40003F1F7}
 

Goto: Custom Properties, Fields, Methods

Extends: ShortContentHandler

See also: SecondXmlHandler, ShortContentHandler

Appears in: test

Connections
 
Custom Properties
 
FirstXmlHandler Attributes
Attribute Details
private LinkedList
  nodeList
Initial: new LinkedList()
 
FirstXmlHandler Methods
Operation Details
public
content(
   String uri,
   String localName,
   String name,
   String content):void
Sequential
Tags: annotations=@Override
public
getNodeList():List
Sequential
public
startElement(
   String uri,
   String localName,
   String name,
   Attributes attributes):void
Sequential
Tags: annotations=@Override
throws=SAXException