|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.xsltc.trax.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(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(InputSource unused)
|
void |
parse(java.lang.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(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. |
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()
public void setContentHandler(ContentHandler handler) throws java.lang.NullPointerException
public void parse(InputSource unused) throws java.io.IOException, SAXException
public void parse() throws java.io.IOException, SAXException
public DTDHandler getDTDHandler()
public ErrorHandler getErrorHandler()
public boolean getFeature(java.lang.String name) throws SAXNotRecognizedException, SAXNotSupportedException
public void setFeature(java.lang.String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException
public void parse(java.lang.String sysId) throws java.io.IOException, SAXException
public void setDTDHandler(DTDHandler handler) throws java.lang.NullPointerException
public void setEntityResolver(EntityResolver resolver) throws java.lang.NullPointerException
public EntityResolver getEntityResolver()
public void setErrorHandler(ErrorHandler handler) throws java.lang.NullPointerException
public void setProperty(java.lang.String name, java.lang.Object value) throws SAXNotRecognizedException, SAXNotSupportedException
public java.lang.Object getProperty(java.lang.String name) throws SAXNotRecognizedException, SAXNotSupportedException
public int getColumnNumber()
public int getLineNumber()
public java.lang.String getPublicId()
public java.lang.String getSystemId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |