VdexReload 1.1.3 API

uk.ac.reload.editor.contentpackaging.htmlparser
Class CSSParser

java.lang.Object
  extended byuk.ac.reload.editor.contentpackaging.htmlparser.CSSParser

public class CSSParser
extends java.lang.Object

Class to read in a css file and find any local links Tested with CSS files containing links that were created with 1. Macromedia Dreamweaver MX 2. TopStyle Pro 3.10


Field Summary
static char CRETURN
           
static char DOUBLE_QUOTE
           
static char END_BRACKET
           
static char LINEFEED
           
static char SEMI_COLON
           
static char SINGLE_QUOTE
           
static char TAB
           
 
Constructor Summary
CSSParser(java.io.File thefile)
          Constructor - starts the parsing.
 
Method Summary
 java.lang.String[] getLinks()
          Accessor method to return any links that were found
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAB

public static char TAB

CRETURN

public static char CRETURN

LINEFEED

public static char LINEFEED

END_BRACKET

public static char END_BRACKET

SEMI_COLON

public static char SEMI_COLON

DOUBLE_QUOTE

public static char DOUBLE_QUOTE

SINGLE_QUOTE

public static char SINGLE_QUOTE
Constructor Detail

CSSParser

public CSSParser(java.io.File thefile)
Constructor - starts the parsing.

Parameters:
thefile -
Method Detail

getLinks

public java.lang.String[] getLinks()
Accessor method to return any links that were found

Returns:
any links that were found

VdexReload 1.1.3 API