|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.xml.encoding.XmlDescriptor
public final class XmlDescriptor
Provides the information detected from the given XML document.
Nested Class Summary | |
---|---|
static class |
XmlDescriptor.Builder The builder for XMLDescriptor instances. |
Method Summary | |
---|---|
String |
getEncoding() Returns the detected encoding. |
String |
getPublicId() Returns the detected public ID version. |
String |
getSystemId() Returns the detected system ID version. |
String |
getVersion() Returns the detected XML version. |
boolean |
isAnyInformationProvided() Checks if at least one piece of information has been provided. |
String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getVersion()
null
.
public String getEncoding()
null
.
public String getPublicId()
null
.
public String getSystemId()
null
.
public boolean isAnyInformationProvided()
false
if no information has been found,
true
if at least one piece of information has been found.
public String toString()
toString
in class
Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |