net.sf.statsvn.util.svnkit
Class SvnKitInfo.SvnKitInfoHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
net.sf.statsvn.util.SvnInfoUtils.SvnInfoHandler
net.sf.statsvn.util.svnkit.SvnKitInfo.SvnKitInfoHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- Enclosing class:
- SvnKitInfo
protected static class SvnKitInfo.SvnKitInfoHandler
- extends SvnInfoUtils.SvnInfoHandler
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SvnKitInfo.SvnKitInfoHandler
public SvnKitInfo.SvnKitInfoHandler(SvnInfoUtils infoUtils)
isRootFolder
protected boolean isRootFolder(Attributes attributes)
- Description copied from class:
SvnInfoUtils.SvnInfoHandler
- Is this the root of the workspace?
- Overrides:
isRootFolder
in class SvnInfoUtils.SvnInfoHandler
- Parameters:
attributes
- the xml attributes
- Returns:
- true if is the root folder.