| Modifier and Type | Method and Description |
|---|---|
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.
|
public DOM2SAX(Node root)
public ContentHandler getContentHandler()
getContentHandler in interface XMLReaderpublic void setContentHandler(ContentHandler handler) throws NullPointerException
setContentHandler in interface XMLReaderNullPointerExceptionpublic void parse(InputSource unused) throws IOException, SAXException
parse in interface XMLReaderIOExceptionSAXExceptionpublic void parse()
throws IOException,
SAXException
IOExceptionSAXExceptionpublic DTDHandler getDTDHandler()
getDTDHandler in interface XMLReaderpublic ErrorHandler getErrorHandler()
getErrorHandler in interface XMLReaderpublic boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getFeature in interface XMLReaderSAXNotRecognizedExceptionSAXNotSupportedExceptionpublic void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException
setFeature in interface XMLReaderSAXNotRecognizedExceptionSAXNotSupportedExceptionpublic void parse(String sysId) throws IOException, SAXException
parse in interface XMLReaderIOExceptionSAXExceptionpublic void setDTDHandler(DTDHandler handler) throws NullPointerException
setDTDHandler in interface XMLReaderNullPointerExceptionpublic void setEntityResolver(EntityResolver resolver) throws NullPointerException
setEntityResolver in interface XMLReaderNullPointerExceptionpublic EntityResolver getEntityResolver()
getEntityResolver in interface XMLReaderpublic void setErrorHandler(ErrorHandler handler) throws NullPointerException
setErrorHandler in interface XMLReaderNullPointerExceptionpublic void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException
setProperty in interface XMLReaderSAXNotRecognizedExceptionSAXNotSupportedExceptionpublic Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getProperty in interface XMLReaderSAXNotRecognizedExceptionSAXNotSupportedExceptionpublic int getColumnNumber()
getColumnNumber in interface Locatorpublic int getLineNumber()
getLineNumber in interface Locatorpublic String getPublicId()
getPublicId in interface Locatorpublic String getSystemId()
getSystemId in interface LocatorCopyright © 2018 JBoss by Red Hat. All rights reserved.