Package org.apache.xalan.xsltc.trax
Class DOM2TO
java.lang.Object
org.apache.xalan.xsltc.trax.DOM2TO
- Author:
- Santiago Pericas-Geertsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintThis 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.booleangetFeature(String name) This class is only used internally so this method should never be called.intThis 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.voidparse()voidThis class is only used internally so this method should never be called.voidparse(InputSource unused) voidsetContentHandler(ContentHandler handler) voidsetDTDHandler(DTDHandler handler) This class is only used internally so this method should never be called.voidsetEntityResolver(EntityResolver resolver) This class is only used internally so this method should never be called.voidsetErrorHandler(ErrorHandler handler) This class is only used internally so this method should never be called.voidsetFeature(String name, boolean value) This class is only used internally so this method should never be called.voidsetProperty(String name, Object value) This class is only used internally so this method should never be called.
-
Constructor Details
-
DOM2TO
-
-
Method Details
-
getContentHandler
- Specified by:
getContentHandlerin interfaceXMLReader
-
setContentHandler
- Specified by:
setContentHandlerin interfaceXMLReader
-
parse
- Specified by:
parsein interfaceXMLReader- Throws:
IOExceptionSAXException
-
parse
- Throws:
IOExceptionSAXException
-
getDTDHandler
This class is only used internally so this method should never be called.- Specified by:
getDTDHandlerin interfaceXMLReader
-
getErrorHandler
This class is only used internally so this method should never be called.- Specified by:
getErrorHandlerin interfaceXMLReader
-
getFeature
This class is only used internally so this method should never be called.- Specified by:
getFeaturein interfaceXMLReader- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
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:
setFeaturein interfaceXMLReader- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
parse
This class is only used internally so this method should never be called.- Specified by:
parsein interfaceXMLReader- Throws:
IOExceptionSAXException
-
setDTDHandler
This class is only used internally so this method should never be called.- Specified by:
setDTDHandlerin interfaceXMLReader- Throws:
NullPointerException
-
setEntityResolver
This class is only used internally so this method should never be called.- Specified by:
setEntityResolverin interfaceXMLReader- Throws:
NullPointerException
-
getEntityResolver
This class is only used internally so this method should never be called.- Specified by:
getEntityResolverin interfaceXMLReader
-
setErrorHandler
This class is only used internally so this method should never be called.- Specified by:
setErrorHandlerin 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:
setPropertyin interfaceXMLReader- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
getProperty
This class is only used internally so this method should never be called.- Specified by:
getPropertyin interfaceXMLReader- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
getColumnNumber
public int getColumnNumber()This class is only used internally so this method should never be called.- Specified by:
getColumnNumberin interfaceLocator
-
getLineNumber
public int getLineNumber()This class is only used internally so this method should never be called.- Specified by:
getLineNumberin interfaceLocator
-
getPublicId
This class is only used internally so this method should never be called.- Specified by:
getPublicIdin interfaceLocator
-
getSystemId
This class is only used internally so this method should never be called.- Specified by:
getSystemIdin interfaceLocator
-