convert.relaxng.edit
Class Annotated
java.lang.Object
convert.relaxng.edit.SourceObject
convert.relaxng.edit.Annotated
- Direct Known Subclasses:
- Component, NameClass, Param, Pattern
public abstract class Annotated
- extends SourceObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Annotated
public Annotated()
getLeadingComments
public java.util.List<Comment> getLeadingComments()
getAttributeAnnotations
public java.util.List<AttributeAnnotation> getAttributeAnnotations()
getChildElementAnnotations
public java.util.List<AnnotationChild> getChildElementAnnotations()
getFollowingElementAnnotations
public java.util.List<AnnotationChild> getFollowingElementAnnotations()
mayContainText
public boolean mayContainText()
getContext
public Context getContext()
setContext
public void setContext(Context context)
getAttributeAnnotation
public java.lang.String getAttributeAnnotation(java.lang.String ns,
java.lang.String localName)
attributeAnnotationsAccept
public void attributeAnnotationsAccept(AttributeAnnotationVisitor<?> visitor)
childElementAnnotationsAccept
public void childElementAnnotationsAccept(AnnotationChildVisitor<?> visitor)
followingElementAnnotationsAccept
public void followingElementAnnotationsAccept(AnnotationChildVisitor<?> visitor)
leadingCommentsAccept
public void leadingCommentsAccept(AnnotationChildVisitor<?> visitor)