public class XmlInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
_isAttribute |
protected boolean |
_isCData |
protected boolean |
_isText |
protected String |
_namespace |
Constructor and Description |
---|
XmlInfo(Boolean isAttribute,
String ns,
Boolean isText,
Boolean isCData) |
Modifier and Type | Method and Description |
---|---|
String |
getNamespace() |
boolean |
isAttribute() |
boolean |
isCData() |
boolean |
isText() |
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 © 2022 FasterXML. All rights reserved.