站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

org.springframework.util.xml (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


Package org.springframework.util.xml

Miscellaneous utility classes for XML parsing and transformation, such as error handlers that log warnings via Commons Logging.

See:
          Description

Class Summary
DomUtils Convenience methods for working with the DOM API, in particular for working with DOM Nodes and DOM Elements.
SimpleSaxErrorHandler Simple org.xml.sax.ErrorHandler implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation.
SimpleTransformErrorListener Simple javax.xml.transform.ErrorListener implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation.
 

Package org.springframework.util.xml Description

Miscellaneous utility classes for XML parsing and transformation, such as error handlers that log warnings via Commons Logging.



Copyright (c) 2002-2007 The Spring Framework Project.