class: ImportHandler

public class: ImportHandler
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision$ $LastChangedDate$; Complexity: 1
Dates: Created: 16.07.2009 15:16:26; Modified: 16.07.2009 15:16:26;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {BEF69029-88D1-4678-B0A6-216939367167}
TODO Description
 

Goto: Custom Properties, Fields, Methods

Appears in: edoc

Custom Properties
 
ImportHandler Attributes
Attribute Details
package String
  defaultNameSpace
Initial: null
package boolean
  inItem
Initial: false
private static const String
  ITEM_NAMESPACE
Initial: "http://www.escidoc.de/schemas/item/0.7"
package ArrayList
  items
Initial: new ArrayList()
package HashMap
  nameSpaces
Initial: new HashMap()
package StringWriter
  newXml
Initial: new StringWriter()
 
ImportHandler Methods
Operation Details
public
characters(
   char[] ch,
   int start,
   int length):void
Sequential
Tags: annotations=@Override
throws=SAXException
public
endElement(
   String uri,
   String localName,
   String name):void
Sequential
Tags: annotations=@Override
throws=SAXException
public
escape(
   String input):String
Sequential
public
getItems():List
Sequential
public
startElement(
   String uri,
   String localName,
   String name,
   Attributes attributes):void
Sequential
Tags: annotations=@Override
throws=SAXException
public
startPrefixMapping(
   String prefix,
   String uri):void
Sequential
Tags: annotations=@Override
throws=SAXException