|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.utils.DTDResolver
public class DTDResolver
Provides a means to resolve uPortal DTDs
| Constructor Summary | |
|---|---|
DTDResolver()
Constructor for DTDResolver |
|
DTDResolver(String dtdName)
Constructor for DTDResolver |
|
| Method Summary | |
|---|---|
InputStream |
getResourceAsStream(String resource)
|
InputSource |
resolveEntity(String publicId,
String systemId)
Sets up a new input source based on the dtd specified in the xml document |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DTDResolver()
public DTDResolver(String dtdName)
dtdName - the name of the dtd| Method Detail |
|---|
public InputSource resolveEntity(String publicId,
String systemId)
resolveEntity in interface EntityResolverpublicId - the public IDsystemId - the system ID
public InputStream getResourceAsStream(String resource)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||