org.odftoolkit.odfvalidator
Class ODFValidationResult

java.lang.Object
  extended by org.odftoolkit.odfvalidator.ODFValidationResult

public class ODFValidationResult
extends Object


Nested Class Summary
static class ODFValidationResult.Status
           
 
Method Summary
 void foreignAttributeDetected(String aUri, String aLocalName, String aQName, String aValue)
           
 void foreignElementDetected(String aUri, String aLocalName, String aQName, Attributes aAtts)
           
 Map<String,Long> getForeignAttributes()
           
 Map<String,Long> getForeignElements()
           
 String getGenerator()
           
 String getMediaType()
           
 boolean hasForeignAttributes()
           
 boolean hasForeignElements()
           
 void setGenerator(String aGenerator)
           
 void setMediaType(String aMediaType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setGenerator

public void setGenerator(String aGenerator)

setMediaType

public void setMediaType(String aMediaType)

foreignElementDetected

public void foreignElementDetected(String aUri,
                                   String aLocalName,
                                   String aQName,
                                   Attributes aAtts)

foreignAttributeDetected

public void foreignAttributeDetected(String aUri,
                                     String aLocalName,
                                     String aQName,
                                     String aValue)

getGenerator

public String getGenerator()

getMediaType

public String getMediaType()

hasForeignElements

public boolean hasForeignElements()

getForeignElements

public Map<String,Long> getForeignElements()

hasForeignAttributes

public boolean hasForeignAttributes()

getForeignAttributes

public Map<String,Long> getForeignAttributes()


Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.