com.fasterxml.jackson.xml.util
Class XmlInfo

java.lang.Object
  extended by com.fasterxml.jackson.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


Field Summary
protected  boolean _isAttribute
           
protected  String _namespace
           
 
Constructor Summary
XmlInfo(Boolean isAttribute, String ns)
           
 
Method Summary
 String getNamespace()
           
 boolean isAttribute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_namespace

protected final String _namespace

_isAttribute

protected final boolean _isAttribute
Constructor Detail

XmlInfo

public XmlInfo(Boolean isAttribute,
               String ns)
Method Detail

getNamespace

public String getNamespace()

isAttribute

public boolean isAttribute()


Copyright © 2011 fasterxml.com. All Rights Reserved.