Package org.apache.xalan.xsltc.trax
Class DOM2SAX
java.lang.Object
org.apache.xalan.xsltc.trax.DOM2SAX
- Author:
- G. Todd Miller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
This class is only used internally so this method should never be called.This class is only used internally so this method should never be called.This class is only used internally so this method should never be called.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
This class is only used internally so this method should never be called.getProperty
(String name) This class is only used internally so this method should never be called.This class is only used internally so this method should never be called.This class is only used internally so this method should never be called.void
parse()
void
This class is only used internally so this method should never be called.void
parse
(InputSource unused) 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
-
-
Method Details
-
getContentHandler
- Specified by:
getContentHandler
in interfaceXMLReader
-
setContentHandler
- Specified by:
setContentHandler
in interfaceXMLReader
- Throws:
NullPointerException
-
parse
- Specified by:
parse
in interfaceXMLReader
- Throws:
IOException
SAXException
-
parse
- Throws:
IOException
SAXException
-
getDTDHandler
This class is only used internally so this method should never be called.- Specified by:
getDTDHandler
in interfaceXMLReader
-
getErrorHandler
This class is only used internally so this method should never be called.- Specified by:
getErrorHandler
in interfaceXMLReader
-
getFeature
This class is only used internally so this method should never be called.- Specified by:
getFeature
in interfaceXMLReader
- 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 interfaceXMLReader
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
-
parse
This class is only used internally so this method should never be called.- Specified by:
parse
in interfaceXMLReader
- Throws:
IOException
SAXException
-
setDTDHandler
This class is only used internally so this method should never be called.- Specified by:
setDTDHandler
in interfaceXMLReader
- Throws:
NullPointerException
-
setEntityResolver
This class is only used internally so this method should never be called.- Specified by:
setEntityResolver
in interfaceXMLReader
- Throws:
NullPointerException
-
getEntityResolver
This class is only used internally so this method should never be called.- Specified by:
getEntityResolver
in interfaceXMLReader
-
setErrorHandler
This class is only used internally so this method should never be called.- Specified by:
setErrorHandler
in interfaceXMLReader
- 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 interfaceXMLReader
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
-
getProperty
This class is only used internally so this method should never be called.- Specified by:
getProperty
in interfaceXMLReader
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
-
getColumnNumber
public int getColumnNumber()This class is only used internally so this method should never be called.- Specified by:
getColumnNumber
in interfaceLocator
-
getLineNumber
public int getLineNumber()This class is only used internally so this method should never be called.- Specified by:
getLineNumber
in interfaceLocator
-
getPublicId
This class is only used internally so this method should never be called.- Specified by:
getPublicId
in interfaceLocator
-
getSystemId
This class is only used internally so this method should never be called.- Specified by:
getSystemId
in interfaceLocator
-