| java.lang.Object com.sun.xml.stream.XMLErrorReporter com.sun.xml.stream.StaxErrorReporter
StaxErrorReporter | public StaxErrorReporter(PropertyManager propertyManager)(Code) | | Creates a new instance of StaxErrorReporter
|
StaxErrorReporter | public StaxErrorReporter()(Code) | | Creates a new instance of StaxErrorReporter
If this constructor is used to create the object, one must invoke reset() on this object.
|
reset | public void reset(PropertyManager propertyManager)(Code) | | One must call reset before using any of the function.
|
Methods inherited from com.sun.xml.stream.XMLErrorReporter | public XMLErrorHandler getErrorHandler()(Code)(Java Doc) public boolean getFeature(String featureId) throws XMLConfigurationException(Code)(Java Doc) public Boolean getFeatureDefault(String featureId)(Code)(Java Doc) public Locale getLocale()(Code)(Java Doc) public MessageFormatter getMessageFormatter(String domain)(Code)(Java Doc) public Object getPropertyDefault(String propertyId)(Code)(Java Doc) public String[] getRecognizedFeatures()(Code)(Java Doc) public String[] getRecognizedProperties()(Code)(Java Doc) public void putMessageFormatter(String domain, MessageFormatter messageFormatter)(Code)(Java Doc) public MessageFormatter removeMessageFormatter(String domain)(Code)(Java Doc) public void reportError(String domain, String key, Object[] arguments, short severity) throws XNIException(Code)(Java Doc) public void reportError(XMLLocator location, String domain, String key, Object[] arguments, short severity) throws XNIException(Code)(Java Doc) public void reset(XMLComponentManager componentManager) throws XNIException(Code)(Java Doc) public void setDocumentLocator(XMLLocator locator)(Code)(Java Doc) public void setFeature(String featureId, boolean state) throws XMLConfigurationException(Code)(Java Doc) public void setLocale(Locale locale)(Code)(Java Doc) public void setProperty(String propertyId, Object value) throws XMLConfigurationException(Code)(Java Doc)
|
|
|