Package org.apache.xalan.xsltc.trax
Class DOM2TO
- java.lang.Object
-
- org.apache.xalan.xsltc.trax.DOM2TO
-
- All Implemented Interfaces:
org.xml.sax.Locator,org.xml.sax.XMLReader
public class DOM2TO extends java.lang.Object implements org.xml.sax.XMLReader, org.xml.sax.Locator- Author:
- Santiago Pericas-Geertsen
-
-
Constructor Summary
Constructors Constructor Description DOM2TO(org.w3c.dom.Node root, SerializationHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnNumber()This class is only used internally so this method should never be called.org.xml.sax.ContentHandlergetContentHandler()org.xml.sax.DTDHandlergetDTDHandler()This class is only used internally so this method should never be called.org.xml.sax.EntityResolvergetEntityResolver()This class is only used internally so this method should never be called.org.xml.sax.ErrorHandlergetErrorHandler()This class is only used internally so this method should never be called.booleangetFeature(java.lang.String name)This class is only used internally so this method should never be called.intgetLineNumber()This class is only used internally so this method should never be called.java.lang.ObjectgetProperty(java.lang.String name)This class is only used internally so this method should never be called.java.lang.StringgetPublicId()This class is only used internally so this method should never be called.java.lang.StringgetSystemId()This class is only used internally so this method should never be called.voidparse()voidparse(java.lang.String sysId)This class is only used internally so this method should never be called.voidparse(org.xml.sax.InputSource unused)voidsetContentHandler(org.xml.sax.ContentHandler handler)voidsetDTDHandler(org.xml.sax.DTDHandler handler)This class is only used internally so this method should never be called.voidsetEntityResolver(org.xml.sax.EntityResolver resolver)This class is only used internally so this method should never be called.voidsetErrorHandler(org.xml.sax.ErrorHandler handler)This class is only used internally so this method should never be called.voidsetFeature(java.lang.String name, boolean value)This class is only used internally so this method should never be called.voidsetProperty(java.lang.String name, java.lang.Object value)This class is only used internally so this method should never be called.
-
-
-
Constructor Detail
-
DOM2TO
public DOM2TO(org.w3c.dom.Node root, SerializationHandler handler)
-
-
Method Detail
-
getContentHandler
public org.xml.sax.ContentHandler getContentHandler()
- Specified by:
getContentHandlerin interfaceorg.xml.sax.XMLReader
-
setContentHandler
public void setContentHandler(org.xml.sax.ContentHandler handler)
- Specified by:
setContentHandlerin interfaceorg.xml.sax.XMLReader
-
parse
public void parse(org.xml.sax.InputSource unused) throws java.io.IOException, org.xml.sax.SAXException- Specified by:
parsein interfaceorg.xml.sax.XMLReader- Throws:
java.io.IOExceptionorg.xml.sax.SAXException
-
parse
public void parse() throws java.io.IOException, org.xml.sax.SAXException- Throws:
java.io.IOExceptionorg.xml.sax.SAXException
-
getDTDHandler
public org.xml.sax.DTDHandler getDTDHandler()
This class is only used internally so this method should never be called.- Specified by:
getDTDHandlerin interfaceorg.xml.sax.XMLReader
-
getErrorHandler
public org.xml.sax.ErrorHandler getErrorHandler()
This class is only used internally so this method should never be called.- Specified by:
getErrorHandlerin interfaceorg.xml.sax.XMLReader
-
getFeature
public boolean getFeature(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedExceptionThis class is only used internally so this method should never be called.- Specified by:
getFeaturein interfaceorg.xml.sax.XMLReader- Throws:
org.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedException
-
setFeature
public void setFeature(java.lang.String name, boolean value) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedExceptionThis class is only used internally so this method should never be called.- Specified by:
setFeaturein interfaceorg.xml.sax.XMLReader- Throws:
org.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedException
-
parse
public void parse(java.lang.String sysId) throws java.io.IOException, org.xml.sax.SAXExceptionThis class is only used internally so this method should never be called.- Specified by:
parsein interfaceorg.xml.sax.XMLReader- Throws:
java.io.IOExceptionorg.xml.sax.SAXException
-
setDTDHandler
public void setDTDHandler(org.xml.sax.DTDHandler handler) throws java.lang.NullPointerExceptionThis class is only used internally so this method should never be called.- Specified by:
setDTDHandlerin interfaceorg.xml.sax.XMLReader- Throws:
java.lang.NullPointerException
-
setEntityResolver
public void setEntityResolver(org.xml.sax.EntityResolver resolver) throws java.lang.NullPointerExceptionThis class is only used internally so this method should never be called.- Specified by:
setEntityResolverin interfaceorg.xml.sax.XMLReader- Throws:
java.lang.NullPointerException
-
getEntityResolver
public org.xml.sax.EntityResolver getEntityResolver()
This class is only used internally so this method should never be called.- Specified by:
getEntityResolverin interfaceorg.xml.sax.XMLReader
-
setErrorHandler
public void setErrorHandler(org.xml.sax.ErrorHandler handler) throws java.lang.NullPointerExceptionThis class is only used internally so this method should never be called.- Specified by:
setErrorHandlerin interfaceorg.xml.sax.XMLReader- Throws:
java.lang.NullPointerException
-
setProperty
public void setProperty(java.lang.String name, java.lang.Object value) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedExceptionThis class is only used internally so this method should never be called.- Specified by:
setPropertyin interfaceorg.xml.sax.XMLReader- Throws:
org.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedException
-
getProperty
public java.lang.Object getProperty(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedExceptionThis class is only used internally so this method should never be called.- Specified by:
getPropertyin interfaceorg.xml.sax.XMLReader- Throws:
org.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedException
-
getColumnNumber
public int getColumnNumber()
This class is only used internally so this method should never be called.- Specified by:
getColumnNumberin interfaceorg.xml.sax.Locator
-
getLineNumber
public int getLineNumber()
This class is only used internally so this method should never be called.- Specified by:
getLineNumberin interfaceorg.xml.sax.Locator
-
getPublicId
public java.lang.String getPublicId()
This class is only used internally so this method should never be called.- Specified by:
getPublicIdin interfaceorg.xml.sax.Locator
-
getSystemId
public java.lang.String getSystemId()
This class is only used internally so this method should never be called.- Specified by:
getSystemIdin interfaceorg.xml.sax.Locator
-
-