edu.umd.cs.findbugs.xml |
|
Java Source File Name | Type | Comment |
Dom4JXMLOutput.java | Class | XMLOutput class to build all or part of a dom4j tree. |
MetaCharacterMap.java | Class | Map of metacharacters that need to be escaped,
and what to replace them with. |
OutputStreamXMLOutput.java | Class | Write XML to an output stream. |
QuoteMetaCharacters.java | Class | Quote metacharacters in a String. |
XMLAttributeList.java | Class | Helper class to format attributes in an XML tag. |
XMLOutput.java | Interface | Interface to generate an XML document in some form. |
XMLOutputUtil.java | Class | Utility routines for writing to XMLOutput. |
XMLWriteable.java | Interface | Interface indicating that an object can write itself
to an XML document. |
XPathFind.java | Class | Find nodes in a dom4j tree that match a particular
XPath expression. |