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 int
getColumnNumber()
This class is only used internally so this method should never be called.org.xml.sax.ContentHandler
getContentHandler()
org.xml.sax.DTDHandler
getDTDHandler()
This class is only used internally so this method should never be called.org.xml.sax.EntityResolver
getEntityResolver()
This class is only used internally so this method should never be called.org.xml.sax.ErrorHandler
getErrorHandler()
This class is only used internally so this method should never be called.boolean
getFeature(java.lang.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.java.lang.Object
getProperty(java.lang.String name)
This class is only used internally so this method should never be called.java.lang.String
getPublicId()
This class is only used internally so this method should never be called.java.lang.String
getSystemId()
This class is only used internally so this method should never be called.void
parse()
void
parse(java.lang.String sysId)
This class is only used internally so this method should never be called.void
parse(org.xml.sax.InputSource unused)
void
setContentHandler(org.xml.sax.ContentHandler handler)
void
setDTDHandler(org.xml.sax.DTDHandler handler)
This class is only used internally so this method should never be called.void
setEntityResolver(org.xml.sax.EntityResolver resolver)
This class is only used internally so this method should never be called.void
setErrorHandler(org.xml.sax.ErrorHandler handler)
This class is only used internally so this method should never be called.void
setFeature(java.lang.String name, boolean value)
This class is only used internally so this method should never be called.void
setProperty(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:
getContentHandler
in interfaceorg.xml.sax.XMLReader
-
setContentHandler
public void setContentHandler(org.xml.sax.ContentHandler handler)
- Specified by:
setContentHandler
in interfaceorg.xml.sax.XMLReader
-
parse
public void parse(org.xml.sax.InputSource unused) throws java.io.IOException, org.xml.sax.SAXException
- Specified by:
parse
in interfaceorg.xml.sax.XMLReader
- Throws:
java.io.IOException
org.xml.sax.SAXException
-
parse
public void parse() throws java.io.IOException, org.xml.sax.SAXException
- Throws:
java.io.IOException
org.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:
getDTDHandler
in 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:
getErrorHandler
in interfaceorg.xml.sax.XMLReader
-
getFeature
public boolean getFeature(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
This class is only used internally so this method should never be called.- Specified by:
getFeature
in interfaceorg.xml.sax.XMLReader
- Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
-
setFeature
public void setFeature(java.lang.String name, boolean value) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
This class is only used internally so this method should never be called.- Specified by:
setFeature
in interfaceorg.xml.sax.XMLReader
- Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
-
parse
public void parse(java.lang.String sysId) throws java.io.IOException, org.xml.sax.SAXException
This class is only used internally so this method should never be called.- Specified by:
parse
in interfaceorg.xml.sax.XMLReader
- Throws:
java.io.IOException
org.xml.sax.SAXException
-
setDTDHandler
public void setDTDHandler(org.xml.sax.DTDHandler handler) throws java.lang.NullPointerException
This class is only used internally so this method should never be called.- Specified by:
setDTDHandler
in interfaceorg.xml.sax.XMLReader
- Throws:
java.lang.NullPointerException
-
setEntityResolver
public void setEntityResolver(org.xml.sax.EntityResolver resolver) throws java.lang.NullPointerException
This class is only used internally so this method should never be called.- Specified by:
setEntityResolver
in 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:
getEntityResolver
in interfaceorg.xml.sax.XMLReader
-
setErrorHandler
public void setErrorHandler(org.xml.sax.ErrorHandler handler) throws java.lang.NullPointerException
This class is only used internally so this method should never be called.- Specified by:
setErrorHandler
in 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.SAXNotSupportedException
This class is only used internally so this method should never be called.- Specified by:
setProperty
in interfaceorg.xml.sax.XMLReader
- Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
-
getProperty
public java.lang.Object getProperty(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
This class is only used internally so this method should never be called.- Specified by:
getProperty
in interfaceorg.xml.sax.XMLReader
- Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
-
getColumnNumber
public int getColumnNumber()
This class is only used internally so this method should never be called.- Specified by:
getColumnNumber
in interfaceorg.xml.sax.Locator
-
getLineNumber
public int getLineNumber()
This class is only used internally so this method should never be called.- Specified by:
getLineNumber
in 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:
getPublicId
in 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:
getSystemId
in interfaceorg.xml.sax.Locator
-
-