Interface and Description |
---|
net.sourceforge.jenesis4java.IVisitor
use
ReplacingVisitor instead |
Method and Description |
---|
net.sourceforge.jenesis4java.Annotation.addAnnotationAttribute(AnnotationAttribute)
Avoid using this method. Create a new
AnnotationAttribute instead. |
net.sourceforge.jenesis4java.Annotation.getName()
The meaning of "name" is ill-defined in this interface, use
Annotation.getEffectiveName() instead. |
net.sourceforge.jenesis4java.Annotation.getText()
The meaning of "text" is ill-defined in this interface, use
Annotation.getEffectiveName() to get the effective name instead
and Annotation.getAnnotationAttributes() to get the attributes
of this annotation.. |
net.sourceforge.jenesis4java.AnnotationAttribute.setArray(boolean)
Array property should not be settable, but is derived from
the number of values.
|
net.sourceforge.jenesis4java.Annotation.setName(String)
The concept of "name" and "text" is ill-defined in this
class. Avoid using this method, set the appropriate name
using factory methods instead.
|
net.sourceforge.jenesis4java.Annotation.setText(String)
The concept of "name" and "text" is ill-defined in this
class. Avoid using this method, set the appropriate name
using factory methods instead. To set attributes, use
Annotation.addAnnotationAttribute(String) instead. |
net.sourceforge.jenesis4java.Comment.type()
Name does not follow naming convention. Use
Comment.getType() instead. |
Copyright © 2000–2018 jenesis4java. All rights reserved.