Constructor and Description |
---|
DOM2TO(Node root,
SerializationHandler handler) |
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 DOM2TO(Node root, SerializationHandler handler)
public ContentHandler getContentHandler()
getContentHandler
in interface XMLReader
public void setContentHandler(ContentHandler handler)
setContentHandler
in interface XMLReader
public void parse(InputSource unused) throws IOException, SAXException
parse
in interface XMLReader
IOException
SAXException
public void parse() throws IOException, SAXException
IOException
SAXException
public DTDHandler getDTDHandler()
getDTDHandler
in interface XMLReader
public ErrorHandler getErrorHandler()
getErrorHandler
in interface XMLReader
public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getFeature
in interface XMLReader
SAXNotRecognizedException
SAXNotSupportedException
public void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException
setFeature
in interface XMLReader
SAXNotRecognizedException
SAXNotSupportedException
public void parse(String sysId) throws IOException, SAXException
parse
in interface XMLReader
IOException
SAXException
public void setDTDHandler(DTDHandler handler) throws NullPointerException
setDTDHandler
in interface XMLReader
NullPointerException
public void setEntityResolver(EntityResolver resolver) throws NullPointerException
setEntityResolver
in interface XMLReader
NullPointerException
public EntityResolver getEntityResolver()
getEntityResolver
in interface XMLReader
public void setErrorHandler(ErrorHandler handler) throws NullPointerException
setErrorHandler
in interface XMLReader
NullPointerException
public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException
setProperty
in interface XMLReader
SAXNotRecognizedException
SAXNotSupportedException
public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getProperty
in interface XMLReader
SAXNotRecognizedException
SAXNotSupportedException
public int getColumnNumber()
getColumnNumber
in interface Locator
public int getLineNumber()
getLineNumber
in interface Locator
public String getPublicId()
getPublicId
in interface Locator
public String getSystemId()
getSystemId
in interface Locator
Copyright © 2017 JBoss by Red Hat. All rights reserved.