class: IdentityHandler

public class: IdentityHandler
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1982 $ $LastChangedDate: 2009-05-13 17:; Complexity: 1
Dates: Created: 16.07.2009 15:21:14; Modified: 16.07.2009 15:21:14;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {DB770DB8-8F76-4e54-9A43-3ADE16997646}
TODO Description
 

Goto: Custom Properties, Fields, Methods

Extends: ShortContentHandler

See also: ShortContentHandler, ConeContentHandler

Appears in: util

Connections
 
Custom Properties
 
IdentityHandler Attributes
Attribute Details
package String
  defaultNameSpace
Initial: null
package int
  length
Initial: 0
package HashMap
  nameSpaces
Initial: new HashMap()
private StringWriter
  result
Initial: new StringWriter()
 
IdentityHandler Methods
Operation Details
public
append(
   String str):void
Sequential
public
content(
   String uri,
   String localName,
   String name,
   String content):void
Sequential
Tags: annotations=@Override
Notes: (non-Javadoc)
@see de.mpg.escidoc.services.util.ShortContentHandler#content(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public
endElement(
   String uri,
   String localName,
   String name):void
Sequential
Tags: annotations=@Override
throws=SAXException
public
escape(
   String input):String
Sequential
public
getResult():String
Sequential
public
getResultLength():int
Sequential
public
processingInstruction(
   String name,
   String params):void
Sequential
Tags: annotations=@Override
throws=SAXException
Notes: (non-Javadoc)
@see org.xml.sax.helpers.DefaultHandler#processingInstruction(java.lang.String, java.lang.String)
public
startElement(
   String uri,
   String localName,
   String name,
   Attributes attributes):void
Sequential
Tags: annotations=@Override
throws=SAXException