- Common ways to obtain DTDStore$DTDObjectContainer
private void myMethod () {DTDStore$DTDObjectContainer d =
ExecutionContext executionContext;executionContext.getDeliveryConfig().getDTD()
ProfileSet profileSet;DTDStore.getDTDObject(profileSet)
DTDStore dTDStore;ProfileSet profileSet;new DTDObjectContainer(dTDStore.getDTD(profileSet))
- Smart code suggestions by Codota
}
/** * Get the DTD Object for the profile, wrapped in a {@link DTDObjectContainer} * instance. * @param profileSet Profile set. * @return The DTD Object reference container for the deviceContext device. */ public static DTDObjectContainer getDTDObject(ProfileSet profileSet) { return new DTDObjectContainer(getDTD(profileSet)); }
/** * Get the DTD Object for the profile, wrapped in a {@link DTDObjectContainer} * instance. * @param profileSet Profile set. * @return The DTD Object reference container for the deviceContext device. */ public static DTDObjectContainer getDTDObject(ProfileSet profileSet) { return new DTDObjectContainer(getDTD(profileSet)); }
/** * Get the DTD Object for the profile, wrapped in a {@link DTDObjectContainer} * instance. * @param profileSet Profile set. * @return The DTD Object reference container for the deviceContext device. */ public static DTDObjectContainer getDTDObject(ProfileSet profileSet) { return new DTDObjectContainer(getDTD(profileSet)); }
/** * Get the DTD Object for the profile, wrapped in a {@link DTDObjectContainer} * instance. * @param profileSet Profile set. * @return The DTD Object reference container for the deviceContext device. */ public static DTDObjectContainer getDTDObject(ProfileSet profileSet) { return new DTDObjectContainer(getDTD(profileSet)); }