Class XmlElementPositionImpl
java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.XmlElementPositionImpl
- All Implemented Interfaces:
XmlElementPosition,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets endmarker.intGets endpos.intGets startmarker.intGets startpos.voidsetEndmarker(int endmarker) Sets endmarker.voidsetEndpos(int endpos) Sets endpos.voidsetStartmarker(int startmarker) Sets startmarker.voidsetStartpos(int startpos) Sets startpos.
-
Constructor Details
-
XmlElementPositionImpl
public XmlElementPositionImpl()
-
-
Method Details
-
getStartmarker
public int getStartmarker()Description copied from interface:XmlElementPositionGets startmarker.- Specified by:
getStartmarkerin interfaceXmlElementPosition- Returns:
- the startmarker
-
setStartmarker
public void setStartmarker(int startmarker) Description copied from interface:XmlElementPositionSets startmarker.- Specified by:
setStartmarkerin interfaceXmlElementPosition- Parameters:
startmarker- the startmarker
-
getEndmarker
public int getEndmarker()Description copied from interface:XmlElementPositionGets endmarker.- Specified by:
getEndmarkerin interfaceXmlElementPosition- Returns:
- the endmarker
-
setEndmarker
public void setEndmarker(int endmarker) Description copied from interface:XmlElementPositionSets endmarker.- Specified by:
setEndmarkerin interfaceXmlElementPosition- Parameters:
endmarker- the endmarker
-
getStartpos
public int getStartpos()Description copied from interface:XmlElementPositionGets startpos.- Specified by:
getStartposin interfaceXmlElementPosition- Returns:
- the startpos
-
setStartpos
public void setStartpos(int startpos) Description copied from interface:XmlElementPositionSets startpos.- Specified by:
setStartposin interfaceXmlElementPosition- Parameters:
startpos- the startpos
-
getEndpos
public int getEndpos()Description copied from interface:XmlElementPositionGets endpos.- Specified by:
getEndposin interfaceXmlElementPosition- Returns:
- the endpos
-
setEndpos
public void setEndpos(int endpos) Description copied from interface:XmlElementPositionSets endpos.- Specified by:
setEndposin interfaceXmlElementPosition- Parameters:
endpos- the endpos
-