Package com.thaiopensource.relaxng.edit
Class AbstractRefPattern
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.Annotated
-
- com.thaiopensource.relaxng.edit.Pattern
-
- com.thaiopensource.relaxng.edit.AbstractRefPattern
-
- Direct Known Subclasses:
ParentRefPattern,RefPattern
public abstract class AbstractRefPattern extends Pattern
-
-
Constructor Summary
Constructors Constructor Description AbstractRefPattern(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()voidsetName(java.lang.String name)-
Methods inherited from class com.thaiopensource.relaxng.edit.Annotated
attributeAnnotationsAccept, childElementAnnotationsAccept, followingElementAnnotationsAccept, getAttributeAnnotation, getAttributeAnnotations, getChildElementAnnotations, getContext, getFollowingElementAnnotations, getLeadingComments, leadingCommentsAccept, mayContainText, setContext
-
Methods inherited from class com.thaiopensource.relaxng.edit.SourceObject
getSourceLocation, setSourceLocation
-
-