|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xalan.xsltc.trax.DOM2SAX
public class DOM2SAX
| Constructor Summary | |
|---|---|
DOM2SAX(Node root)
|
|
| Method Summary | |
|---|---|
int |
getColumnNumber()
This class is only used internally so this method should never be called. |
ContentHandler |
getContentHandler()
|
DTDHandler |
getDTDHandler()
This class is only used internally so this method should never be called. |
EntityResolver |
getEntityResolver()
This class is only used internally so this method should never be called. |
ErrorHandler |
getErrorHandler()
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 |
getLineNumber()
This class is only used internally so this method should never be called. |
Object |
getProperty(String name)
This class is only used internally so this method should never be called. |
String |
getPublicId()
This class is only used internally so this method should never be called. |
String |
getSystemId()
This class is only used internally so this method should never be called. |
void |
parse()
|
void |
parse(InputSource unused)
|
void |
parse(String sysId)
This class is only used internally so this method should never be called. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DOM2SAX(Node root)
| Method Detail |
|---|
public ContentHandler getContentHandler()
getContentHandler in interface XMLReader
public void setContentHandler(ContentHandler handler)
throws NullPointerException
setContentHandler in interface XMLReaderNullPointerException
public void parse(InputSource unused)
throws IOException,
SAXException
parse in interface XMLReaderIOException
SAXException
public void parse()
throws IOException,
SAXException
IOException
SAXExceptionpublic DTDHandler getDTDHandler()
getDTDHandler in interface XMLReaderpublic ErrorHandler getErrorHandler()
getErrorHandler in interface XMLReader
public boolean getFeature(String name)
throws SAXNotRecognizedException,
SAXNotSupportedException
getFeature in interface XMLReaderSAXNotRecognizedException
SAXNotSupportedException
public void setFeature(String name,
boolean value)
throws SAXNotRecognizedException,
SAXNotSupportedException
setFeature in interface XMLReaderSAXNotRecognizedException
SAXNotSupportedException
public void parse(String sysId)
throws IOException,
SAXException
parse in interface XMLReaderIOException
SAXException
public void setDTDHandler(DTDHandler handler)
throws NullPointerException
setDTDHandler in interface XMLReaderNullPointerException
public void setEntityResolver(EntityResolver resolver)
throws NullPointerException
setEntityResolver in interface XMLReaderNullPointerExceptionpublic EntityResolver getEntityResolver()
getEntityResolver in interface XMLReader
public void setErrorHandler(ErrorHandler handler)
throws NullPointerException
setErrorHandler in interface XMLReaderNullPointerException
public void setProperty(String name,
Object value)
throws SAXNotRecognizedException,
SAXNotSupportedException
setProperty in interface XMLReaderSAXNotRecognizedException
SAXNotSupportedException
public Object getProperty(String name)
throws SAXNotRecognizedException,
SAXNotSupportedException
getProperty in interface XMLReaderSAXNotRecognizedException
SAXNotSupportedExceptionpublic int getColumnNumber()
getColumnNumber in interface Locatorpublic int getLineNumber()
getLineNumber in interface Locatorpublic String getPublicId()
getPublicId in interface Locatorpublic String getSystemId()
getSystemId in interface Locator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||