| java.lang.Object org.w3c.jigsaw.pagecompile.Segment
Segment | public class Segment (Code) | | version: $Revision: 1.3 $ author: Benoît Mahé (bmahe@w3.org) |
Constructor Summary | |
| Segment(int start, int end) | | Segment(int start, int end, int TYPE) |
CLASS | final public static int CLASS(Code) | | |
CODE | final public static int CODE(Code) | | |
EXTENDS | final public static int EXTENDS(Code) | | |
IMPLEMENTS | final public static int IMPLEMENTS(Code) | | |
IMPORT | final public static int IMPORT(Code) | | |
PRINT | final public static int PRINT(Code) | | |
TEXT | final public static int TEXT(Code) | | |
Segment | Segment(int start, int end)(Code) | | |
Segment | Segment(int start, int end, int TYPE)(Code) | | |
getDefaultType | public static int getDefaultType()(Code) | | get the default type.
an int. |
getSegmentMatching | public static Segment[] getSegmentMatching(Segment segments, int type)(Code) | | Get the segments with the same type.
Parameters: segments - an array of Segment. Parameters: type - the type an array of Segment. |
getType | public static int getType(String type)(Code) | | get the type relative to the given String.
Parameters: type - The String type. an int. |
getType | public int getType()(Code) | | |
|
|