org.apache.xalan.xsltc.trax

Class DOM2SAX

Implemented Interfaces:
Locator, XMLReader

public class DOM2SAX
extends Object
implements XMLReader, Locator

Author:
G. Todd Miller

Constructor Summary

DOM2SAX(Node root)

Method Summary

int
getColumnNumber()
This class is only used internally so this method should never be called.
ContentHandler
getContentHandler()
DTDHandler
getDTDHandler()
This class is only used internally so this method should never be called.
EntityResolver
getEntityResolver()
This class is only used internally so this method should never be called.
ErrorHandler
getErrorHandler()
This class is only used internally so this method should never be called.
boolean
getFeature(String name)
This class is only used internally so this method should never be called.
int
getLineNumber()
This class is only used internally so this method should never be called.
Object
getProperty(String name)
This class is only used internally so this method should never be called.
String
getPublicId()
This class is only used internally so this method should never be called.
String
getSystemId()
This class is only used internally so this method should never be called.
void
parse()
void
parse(InputSource unused)
void
parse(String sysId)
This class is only used internally so this method should never be called.
void
setContentHandler(ContentHandler handler)
void
setDTDHandler(DTDHandler handler)
This class is only used internally so this method should never be called.
void
setEntityResolver(EntityResolver resolver)
This class is only used internally so this method should never be called.
void
setErrorHandler(ErrorHandler handler)
This class is only used internally so this method should never be called.
void
setFeature(String name, boolean value)
This class is only used internally so this method should never be called.
void
setProperty(String name, Object value)
This class is only used internally so this method should never be called.

Constructor Details

DOM2SAX

public DOM2SAX(Node root)

Method Details

getColumnNumber

public int getColumnNumber()
This class is only used internally so this method should never be called.

getContentHandler

public ContentHandler getContentHandler()

getDTDHandler

public DTDHandler getDTDHandler()
This class is only used internally so this method should never be called.

getEntityResolver

public EntityResolver getEntityResolver()
This class is only used internally so this method should never be called.

getErrorHandler

public ErrorHandler getErrorHandler()
This class is only used internally so this method should never be called.

getFeature

public boolean getFeature(String name)
            throws SAXNotRecognizedException,
                   SAXNotSupportedException
This class is only used internally so this method should never be called.

getLineNumber

public int getLineNumber()
This class is only used internally so this method should never be called.

getProperty

public Object getProperty(String name)
            throws SAXNotRecognizedException,
                   SAXNotSupportedException
This class is only used internally so this method should never be called.

getPublicId

public String getPublicId()
This class is only used internally so this method should never be called.

getSystemId

public String getSystemId()
This class is only used internally so this method should never be called.

parse

public void parse()
            throws IOException,
                   SAXException

parse

public void parse(InputSource unused)
            throws IOException,
                   SAXException

parse

public void parse(String sysId)
            throws IOException,
                   SAXException
This class is only used internally so this method should never be called.

setContentHandler

public void setContentHandler(ContentHandler handler)
            throws NullPointerException

setDTDHandler

public void setDTDHandler(DTDHandler handler)
            throws NullPointerException
This class is only used internally so this method should never be called.

setEntityResolver

public void setEntityResolver(EntityResolver resolver)
            throws NullPointerException
This class is only used internally so this method should never be called.

setErrorHandler

public void setErrorHandler(ErrorHandler handler)
            throws NullPointerException
This class is only used internally so this method should never be called.

setFeature

public void setFeature(String name,
                       boolean value)
            throws SAXNotRecognizedException,
                   SAXNotSupportedException
This class is only used internally so this method should never be called.

setProperty

public void setProperty(String name,
                        Object value)
            throws SAXNotRecognizedException,
                   SAXNotSupportedException
This class is only used internally so this method should never be called.

Copyright B) 2004 Apache XML Project. All Rights Reserved.