Package com.thaiopensource.relaxng.edit
Class SourceObject
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- Direct Known Subclasses:
Annotated,AnnotationChild,AttributeAnnotation
public class SourceObject extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SourceObject()SourceObject(SourceLocation sourceLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceLocationgetSourceLocation()voidsetSourceLocation(SourceLocation sourceLocation)
-
-
-
Constructor Detail
-
SourceObject
public SourceObject()
-
SourceObject
public SourceObject(SourceLocation sourceLocation)
-
-
Method Detail
-
getSourceLocation
public SourceLocation getSourceLocation()
-
setSourceLocation
public void setSourceLocation(SourceLocation sourceLocation)
-
-