public class XmlInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_isAttribute |
protected boolean |
_isText |
protected String |
_namespace |
| Constructor and Description |
|---|
XmlInfo(Boolean isAttribute,
String ns,
Boolean isText) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace() |
boolean |
isAttribute() |
boolean |
isText() |
Copyright © 2014 FasterXML. All rights reserved.