Class XmlElementPositionImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.w2ml.XmlElementPositionImpl
-
- All Implemented Interfaces:
XmlElementPosition,java.io.Serializable
public class XmlElementPositionImpl extends java.lang.Object implements java.io.Serializable, XmlElementPosition
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlElementPositionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEndmarker()Gets endmarker.intgetEndpos()Gets endpos.intgetStartmarker()Gets startmarker.intgetStartpos()Gets startpos.voidsetEndmarker(int endmarker)Sets endmarker.voidsetEndpos(int endpos)Sets endpos.voidsetStartmarker(int startmarker)Sets startmarker.voidsetStartpos(int startpos)Sets startpos.
-
-
-
Method Detail
-
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
-
-