Main Page | Packages | Class Hierarchy | Class List | Class Members

org.byteml.serialize.ByteMLBeautyHandler Class Reference

List of all members.

Public Member Functions

 ByteMLBeautyHandler ()
void startElement (String uri, String localName, String qName, Attributes attrs)
void endElement (String uri, String localName, String qName)
void characters (char[] ch, int start, int length) throws SAXException
String getXml ()

Detailed Description

Custom SAX Handler to format the XML file better. Linited scope only.
Author:
Karthik A Kumar


Constructor & Destructor Documentation

org.byteml.serialize.ByteMLBeautyHandler.ByteMLBeautyHandler  ) 
 

No-arg constructor *


Member Function Documentation

void org.byteml.serialize.ByteMLBeautyHandler.characters char[]  ch,
int  start,
int  length
throws SAXException
 

Parameters:
ch Target
start Start
length Length
Exceptions:
SAXException Thrown in case of error.

void org.byteml.serialize.ByteMLBeautyHandler.endElement String  uri,
String  localName,
String  qName
 

Parameters:
uri URI of the element.
localName LocalName of the element
qName QName of the element.

String org.byteml.serialize.ByteMLBeautyHandler.getXml  ) 
 

Returns:
Returns the outputStream *

void org.byteml.serialize.ByteMLBeautyHandler.startElement String  uri,
String  localName,
String  qName,
Attributes  attrs
 

Parameters:
uri URI of the element.
localName LocalName of the element
qName QName of the element.
attrs List of Attributes


The documentation for this class was generated from the following file:
Generated on Thu Jan 20 20:26:35 2005 for ByteML-BytecodeMarkupLanguage by doxygen 1.3.7