hudson.plugins.fitnesse
Class NativePageCounts

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by hudson.plugins.fitnesse.NativePageCounts
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class NativePageCounts
extends DefaultHandler


Field Summary
static String APPROX_RESULT_DATE
           
static String CONTENT
           
static String DETAIL
           
static String EXCEPTIONS
           
static String IGNORED
           
static String PAGE
           
static String PSEUDO_PAGE
           
static String RIGHT
           
static String SUMMARY
           
static String WRONG
           
 
Constructor Summary
NativePageCounts()
           
 
Method Summary
 List<hudson.plugins.fitnesse.NativePageCounts.Counts> getDetails()
           
 List<String> getDetailsContents()
           
 hudson.plugins.fitnesse.NativePageCounts.Counts getSummary()
           
 String resultsDateOf(String approxResultDate)
           
 int size()
           
 void startElement(String uri, String localName, String qName, Attributes attributes)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, 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
 

Field Detail

PAGE

public static final String PAGE
See Also:
Constant Field Values

PSEUDO_PAGE

public static final String PSEUDO_PAGE
See Also:
Constant Field Values

CONTENT

public static final String CONTENT
See Also:
Constant Field Values

APPROX_RESULT_DATE

public static final String APPROX_RESULT_DATE
See Also:
Constant Field Values

RIGHT

public static final String RIGHT
See Also:
Constant Field Values

WRONG

public static final String WRONG
See Also:
Constant Field Values

IGNORED

public static final String IGNORED
See Also:
Constant Field Values

EXCEPTIONS

public static final String EXCEPTIONS
See Also:
Constant Field Values

SUMMARY

public static final String SUMMARY
See Also:
Constant Field Values

DETAIL

public static final String DETAIL
See Also:
Constant Field Values
Constructor Detail

NativePageCounts

public NativePageCounts()
Method Detail

startElement

public void startElement(String uri,
                         String localName,
                         String qName,
                         Attributes attributes)
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class DefaultHandler

resultsDateOf

public String resultsDateOf(String approxResultDate)

size

public int size()

getSummary

public hudson.plugins.fitnesse.NativePageCounts.Counts getSummary()

getDetailsContents

public List<String> getDetailsContents()

getDetails

public List<hudson.plugins.fitnesse.NativePageCounts.Counts> getDetails()


Copyright © 2004-2012. All Rights Reserved.