Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xalan.xsltc.trax.DOM2SAX
Method Summary | |
int |
|
ContentHandler | |
DTDHandler |
|
EntityResolver |
|
ErrorHandler |
|
boolean |
|
int |
|
Object |
|
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public int getColumnNumber()
This class is only used internally so this method should never be called.
- Specified by:
- getColumnNumber in interface Locator
public ContentHandler getContentHandler()
- Specified by:
- getContentHandler in interface XMLReader
public DTDHandler getDTDHandler()
This class is only used internally so this method should never be called.
- Specified by:
- getDTDHandler in interface XMLReader
public EntityResolver getEntityResolver()
This class is only used internally so this method should never be called.
- Specified by:
- getEntityResolver in interface XMLReader
public ErrorHandler getErrorHandler()
This class is only used internally so this method should never be called.
- Specified by:
- getErrorHandler in interface XMLReader
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
public int getLineNumber()
This class is only used internally so this method should never be called.
- Specified by:
- getLineNumber in interface Locator
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
public String getPublicId()
This class is only used internally so this method should never be called.
- Specified by:
- getPublicId in interface Locator
public String getSystemId()
This class is only used internally so this method should never be called.
- Specified by:
- getSystemId in interface Locator
public void parse(String sysId) throws IOException, SAXException
This class is only used internally so this method should never be called.
public void setContentHandler(ContentHandler handler) throws NullPointerException
- Specified by:
- setContentHandler in interface XMLReader
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
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
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
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
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