public interface JBossXBParser
Modifier and Type | Interface and Description |
---|---|
static interface |
JBossXBParser.ContentHandler |
static interface |
JBossXBParser.DtdAwareContentHandler
Extended to support key SAX2 LexicalHandler events
|
Modifier and Type | Method and Description |
---|---|
boolean |
getWarnOnParserErrors()
This property controls whether the (underlying) parser errors should be
logged as warnings or should they terminate parsing with errors.
|
void |
parse(InputSource source,
JBossXBParser.ContentHandler handler) |
void |
parse(InputStream is,
JBossXBParser.ContentHandler handler) |
void |
parse(Reader reader,
JBossXBParser.ContentHandler handler) |
void |
parse(String source,
JBossXBParser.ContentHandler handler) |
void |
setEntityResolver(EntityResolver entityResolver) |
void |
setFeature(String name,
boolean value) |
void |
setProperty(String name,
Object value) |
void |
setWarnOnParserErrors(boolean value)
This property controls whether the (underlying) parser errors should be
logged as warnings or should they terminate parsing with errors.
|
void setWarnOnParserErrors(boolean value)
boolean getWarnOnParserErrors()
void setEntityResolver(EntityResolver entityResolver) throws JBossXBException
JBossXBException
void setFeature(String name, boolean value)
void parse(String source, JBossXBParser.ContentHandler handler) throws JBossXBException
JBossXBException
void parse(InputStream is, JBossXBParser.ContentHandler handler) throws JBossXBException
JBossXBException
void parse(Reader reader, JBossXBParser.ContentHandler handler) throws JBossXBException
JBossXBException
void parse(InputSource source, JBossXBParser.ContentHandler handler) throws JBossXBException
JBossXBException
Copyright © 2014 JBoss by Red Hat. All rights reserved.