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