org.apache.xalan.xsltc.trax
Class DOM2TO

java.lang.Object
  extended by org.apache.xalan.xsltc.trax.DOM2TO
All Implemented Interfaces:
Locator, XMLReader

public class DOM2TO
extends Object
implements XMLReader, Locator

Author:
Santiago Pericas-Geertsen

Constructor Summary
DOM2TO(Node root, SerializationHandler handler)
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOM2TO

public DOM2TO(Node root,
              SerializationHandler handler)
Method Detail

getContentHandler

public ContentHandler getContentHandler()
Specified by:
getContentHandler in interface XMLReader

setContentHandler

public void setContentHandler(ContentHandler handler)
Specified by:
setContentHandler in interface XMLReader

parse

public void parse(InputSource unused)
           throws IOException,
                  SAXException
Specified by:
parse in interface XMLReader
Throws:
IOException
SAXException

parse

public void parse()
           throws IOException,
                  SAXException
Throws:
IOException
SAXException

getDTDHandler

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

Specified by:
getDTDHandler in interface XMLReader

getErrorHandler

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

Specified by:
getErrorHandler in interface XMLReader

getFeature

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

Specified by:
getFeature in interface XMLReader
Throws:
SAXNotRecognizedException
SAXNotSupportedException

setFeature

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

Specified by:
setFeature in interface XMLReader
Throws:
SAXNotRecognizedException
SAXNotSupportedException

parse

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

Specified by:
parse in interface XMLReader
Throws:
IOException
SAXException

setDTDHandler

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

Specified by:
setDTDHandler in interface XMLReader
Throws:
NullPointerException

setEntityResolver

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

Specified by:
setEntityResolver in interface XMLReader
Throws:
NullPointerException

getEntityResolver

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

Specified by:
getEntityResolver in interface XMLReader

setErrorHandler

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

Specified by:
setErrorHandler in interface XMLReader
Throws:
NullPointerException

setProperty

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

Specified by:
setProperty in interface XMLReader
Throws:
SAXNotRecognizedException
SAXNotSupportedException

getProperty

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

Specified by:
getProperty in interface XMLReader
Throws:
SAXNotRecognizedException
SAXNotSupportedException

getColumnNumber

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

Specified by:
getColumnNumber in interface Locator

getLineNumber

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

Specified by:
getLineNumber in interface Locator

getPublicId

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

Specified by:
getPublicId in interface Locator

getSystemId

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

Specified by:
getSystemId in interface Locator


Copyright ? 2006 Apache XML Project. All Rights Reserved.