com.collabnet.tracker.xml
Class ArtifactTypeXMLHelper
java.lang.Object
com.collabnet.tracker.xml.ArtifactTypeXMLHelper
public class ArtifactTypeXMLHelper
- extends java.lang.Object
JAVADOC_FIXME
- Author:
- sszego
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactTypeXMLHelper
public ArtifactTypeXMLHelper()
visitArtifactTypesByProject
public void visitArtifactTypesByProject(XMLVisitor visitor,
java.lang.String project,
MetadataCache cache)
throws XMLVisitorException
- Parameters:
visitor - the visitor to use to generate the XML docproject - the name of the projectcache - the cache to use during the import to check if an
attribute or attribute option is already exported.
- Throws:
XMLVisitorException
build
public XMLOperationResult build(org.w3c.dom.Document document,
XPathProcessor xpath)
- Parameters:
document - xpath -
- Returns:
- the result of the operation