writer2latex.latex.util

Class StyleMap


public class StyleMap
extends java.lang.Object

StyleMap.java This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1, as published by the Free Software Foundation. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Copyright: 2002-2007 by Henrik Just All Rights Reserved. Version 1.0 (2007-07-30)

Method Summary

boolean
contains(String sName)
String
getAfter(String sName)
String
getBefore(String sName)
boolean
getLineBreak(String sName)
Enumeration
getNames()
String
getNext(String sName)
boolean
getVerbatim(String sName)
boolean
isNext(String sName, String sNext)
void
put(String sName, String sBefore, String sAfter)
void
put(String sName, String sBefore, String sAfter, String sNext, boolean bVerbatim)
void
put(String sName, String sBefore, String sAfter, boolean bLineBreak, boolean bVerbatim)

Method Details

contains

public boolean contains(String sName)

getAfter

public String getAfter(String sName)

getBefore

public String getBefore(String sName)

getLineBreak

public boolean getLineBreak(String sName)

getNames

public Enumeration getNames()

getNext

public String getNext(String sName)

getVerbatim

public boolean getVerbatim(String sName)

isNext

public boolean isNext(String sName,
                      String sNext)

put

public void put(String sName,
                String sBefore,
                String sAfter)

put

public void put(String sName,
                String sBefore,
                String sAfter,
                String sNext,
                boolean bVerbatim)

put

public void put(String sName,
                String sBefore,
                String sAfter,
                boolean bLineBreak,
                boolean bVerbatim)