com.arsdigita.kernel
Class Stylesheet.FileSource
java.lang.Object
com.arsdigita.kernel.Stylesheet.FileSource
- Enclosing class:
- Stylesheet
- public static class Stylesheet.FileSource
- extends Object
Composite of a String and a boolean. The boolean defaults to false.
We use it to keep track of all XSL Files and which of them are valid.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Stylesheet.FileSource
public Stylesheet.FileSource(String name)
- construct from a String and a boolean
getName
public String getName()
- Returns:
- the String member
makeValid
public void makeValid()
- change the boolean member to true
isValid
public boolean isValid()
- Returns:
- the boolean member
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC