| java.lang.Object hero.xpdl.XPDLDTDs
XPDLDTDs | public class XPDLDTDs implements DTDs(Code) | | This class defines the declarations of defaults DTDs used for XPDL language
author: Florent Benoit |
XPDLDTDs | public XPDLDTDs()(Code) | | Build a new object for DTDs handling
|
addMapping | protected void addMapping(String[] dtds, String[] publicIds)(Code) | | Add to the list of DTDS the given dtds/publicId
Parameters: dtds - array of dtds Parameters: publicIds - array of publicIds |
getMapping | public Map getMapping()(Code) | | Gets the mapping between publicIds and DTDs
the mapping between publicIds and DTDs |
|
|