org.apache.batik.util.gui.xmleditor
Class XMLToken
java.lang.Object
org.apache.batik.util.gui.xmleditor.XMLToken
public class XMLToken
- extends Object
XML Token
- Version:
- $Id: XMLToken.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Tonny Kohar
|
Constructor Summary |
XMLToken(int context,
int startOffset,
int endOffset)
Creates a new instance of XMLToken |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLToken
public XMLToken(int context,
int startOffset,
int endOffset)
- Creates a new instance of XMLToken
getContext
public int getContext()
getStartOffset
public int getStartOffset()
getEndOffset
public int getEndOffset()
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.