public class XmlInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
_isAttribute |
protected boolean |
_isCData |
protected boolean |
_isText |
protected String |
_namespace |
protected final String _namespace
protected final boolean _isAttribute
protected final boolean _isText
protected final boolean _isCData
public String getNamespace()
public boolean isAttribute()
public boolean isText()
public boolean isCData()
Copyright © 2017 FasterXML. All rights reserved.