public class AttributeInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AccessInfo |
accessinfo
The access info.
|
static java.lang.String |
COMMENT
Constant for identifying comment.
|
static java.lang.String |
CONTENT
Constant for identifying content.
|
protected IAttributeConverter |
converter
The attribute converter.
|
protected java.lang.String |
id
Is this attribute used as id or idref.
|
static java.lang.String |
ID
The value of this attribute is used as id.
|
static java.lang.String |
IDREF
The value of this attribute is used as idref.
|
Constructor and Description |
---|
AttributeInfo(AccessInfo accessinfo)
Create a new attribute info.
|
AttributeInfo(AccessInfo accessinfo,
IAttributeConverter converter)
Create a new attribute info.
|
AttributeInfo(AccessInfo accessinfo,
IAttributeConverter converter,
java.lang.String id)
Create a new attribute info.
|
Modifier and Type | Method and Description |
---|---|
AccessInfo |
getAccessInfo()
Get the accessinfo.
|
java.lang.Object |
getAttributeIdentifier()
Get the attributeidentifier.
|
IAttributeConverter |
getConverter()
Get the attribute converter.
|
java.lang.String |
getId()
Get the id.
|
QName[] |
getXMLAttributeNames()
Get the attribute name as path.
|
boolean |
isIgnoreRead()
Is ignore read.
|
boolean |
isIgnoreWrite()
Is ignore write.
|
public static final java.lang.String CONTENT
public static final java.lang.String COMMENT
public static final java.lang.String ID
public static final java.lang.String IDREF
protected AccessInfo accessinfo
protected IAttributeConverter converter
protected java.lang.String id
public AttributeInfo(AccessInfo accessinfo)
public AttributeInfo(AccessInfo accessinfo, IAttributeConverter converter)
public AttributeInfo(AccessInfo accessinfo, IAttributeConverter converter, java.lang.String id)
public AccessInfo getAccessInfo()
public java.lang.Object getAttributeIdentifier()
public QName[] getXMLAttributeNames()
public boolean isIgnoreRead()
public boolean isIgnoreWrite()
public IAttributeConverter getConverter()
public java.lang.String getId()