Package com.thaiopensource.relaxng.edit
Class Annotated
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.Annotated
-
public abstract class Annotated extends SourceObject
-
-
Constructor Summary
Constructors Constructor Description Annotated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattributeAnnotationsAccept(AttributeAnnotationVisitor<?> visitor)voidchildElementAnnotationsAccept(AnnotationChildVisitor<?> visitor)voidfollowingElementAnnotationsAccept(AnnotationChildVisitor<?> visitor)java.lang.StringgetAttributeAnnotation(java.lang.String ns, java.lang.String localName)java.util.List<AttributeAnnotation>getAttributeAnnotations()java.util.List<AnnotationChild>getChildElementAnnotations()NamespaceContextgetContext()java.util.List<AnnotationChild>getFollowingElementAnnotations()java.util.List<Comment>getLeadingComments()voidleadingCommentsAccept(AnnotationChildVisitor<?> visitor)booleanmayContainText()voidsetContext(NamespaceContext context)-
Methods inherited from class com.thaiopensource.relaxng.edit.SourceObject
getSourceLocation, setSourceLocation
-
-
-
-
Method Detail
-
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 NamespaceContext getContext()
-
setContext
public void setContext(NamespaceContext 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)
-
-