org.odftoolkit.odfvalidator
Class ODFValidationResult
java.lang.Object
org.odftoolkit.odfvalidator.ODFValidationResult
public class ODFValidationResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.