예제 #1
0
 public static bool HasSynch(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.HasAttribute(e, "synch"));
 }
예제 #2
0
 public static XAttribute GetSynchAttribute(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.GetAttribute(e, "synch"));
 }
예제 #3
0
 public static string GetSynchValue(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "synch"));
 }
예제 #4
0
 public static void SetNext(this IAttCommonAnl e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "next", _val);
 }
예제 #5
0
 public static bool HasNext(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.HasAttribute(e, "next"));
 }
예제 #6
0
 public static XAttribute GetCorrespAttribute(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.GetAttribute(e, "corresp"));
 }
예제 #7
0
 public static bool HasCorresp(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.HasAttribute(e, "corresp"));
 }
예제 #8
0
 public static void RemovePrev(this IAttCommonAnl e)
 {
     MeiAtt_controller.RemoveAttribute(e, "prev");
 }
예제 #9
0
 public static void SetSameas(this IAttCommonAnl e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "sameas", _val);
 }
예제 #10
0
 public static string GetPrevValue(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "prev"));
 }
예제 #11
0
 public static bool HasPrev(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.HasAttribute(e, "prev"));
 }
예제 #12
0
 public static XAttribute GetPrevAttribute(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.GetAttribute(e, "prev"));
 }
예제 #13
0
 public static void SetPrev(this IAttCommonAnl e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "prev", _val);
 }
예제 #14
0
 public static void RemoveNext(this IAttCommonAnl e)
 {
     MeiAtt_controller.RemoveAttribute(e, "next");
 }
예제 #15
0
 public static void RemoveSynch(this IAttCommonAnl e)
 {
     MeiAtt_controller.RemoveAttribute(e, "synch");
 }
예제 #16
0
 public static XAttribute GetSameasAttribute(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.GetAttribute(e, "sameas"));
 }
예제 #17
0
 public static void SetCorresp(this IAttCommonAnl e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "corresp", _val);
 }
예제 #18
0
 public static bool HasSameas(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.HasAttribute(e, "sameas"));
 }
예제 #19
0
 public static string GetCorrespValue(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "corresp"));
 }
예제 #20
0
 public static void RemoveSameas(this IAttCommonAnl e)
 {
     MeiAtt_controller.RemoveAttribute(e, "sameas");
 }
예제 #21
0
 public static void RemoveCorresp(this IAttCommonAnl e)
 {
     MeiAtt_controller.RemoveAttribute(e, "corresp");
 }
예제 #22
0
 public static void SetSynch(this IAttCommonAnl e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "synch", _val);
 }
예제 #23
0
 public static XAttribute GetNextAttribute(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.GetAttribute(e, "next"));
 }
예제 #24
0
 public static XAttribute GetCopyof(this IAttCommonAnl e)
 {
     return(MeiAtt_controller.GetAttribute(e, "copyof"));
 }