com.fasterxml.jackson.dataformat.xml.util
Class XmlInfo
java.lang.Object
   com.fasterxml.jackson.dataformat.xml.util.XmlInfo
com.fasterxml.jackson.dataformat.xml.util.XmlInfo
- public class XmlInfo 
- extends Object
Helper container class used to contain XML specific information
 we need to retain to construct proper bean serializer
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
_namespace
protected final String _namespace
_isAttribute
protected final boolean _isAttribute
_isText
protected final boolean _isText
XmlInfo
public XmlInfo(Boolean isAttribute,
               String ns,
               Boolean isText)
getNamespace
public String getNamespace()
- 
 
isAttribute
public boolean isAttribute()
- 
 
isText
public boolean isText()
- 
 
Copyright © 2012 FasterXML. All Rights Reserved.