class: EdocHandler
public class: EdocHandler
Author:
franke (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: $Revision$ $LastChangedDate$; Complexity: 1
Dates:
Created: 16.07.2009 15:32:40; Modified: 16.07.2009 15:32:40;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{439B7EFA-6B60-402d-BC12-E3E0283D9A44}
SAX parser to extract the items out of the XML.
Goto:
Custom Properties
,
Fields
,
Methods
Appears in:
processor
Custom Properties
EdocHandler
Attributes
Attribute
Details
private StringBuilder
builder
private boolean
inItem
Initial:
false
EdocHandler
Methods
Operation
Details
public
content
(
String uri,
String localName,
String name,
String content):void
Sequential
Tags:
annotations=@Override
throws=SAXException
Notes:
{@inheritDoc}
public
endElement
(
String uri,
String localName,
String name):void
Sequential
Tags:
annotations=@Override
throws=SAXException
Notes:
{@inheritDoc}
public
startElement
(
String uri,
String localName,
String name,
Attributes attributes):void
Sequential
Tags:
annotations=@Override
throws=SAXException
Notes:
{@inheritDoc}
class: EdocHandler